Searched refs:bfa_ioc_sm_op (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc.c | 122 {BFA_SM(bfa_ioc_sm_op), BFA_IOC_OPERATIONAL}, 318 bfa_fsm_set_state(ioc, bfa_ioc_sm_op); in bfa_ioc_sm_getattr() 354 bfa_ioc_sm_op(struct bfa_ioc *ioc, enum ioc_event event) in bfa_ioc_sm_op() function 2736 return bfa_fsm_cmp_state(ioc, bfa_ioc_sm_op); in bfa_nw_ioc_is_operational()
|
/linux-6.12.1/drivers/scsi/bfa/ |
D | bfa_ioc.c | 139 {BFA_SM(bfa_ioc_sm_op), BFA_IOC_OPERATIONAL}, 383 bfa_fsm_set_state(ioc, bfa_ioc_sm_op); in bfa_ioc_sm_getattr() 423 bfa_ioc_sm_op(struct bfa_ioc_s *ioc, enum ioc_event event) in bfa_ioc_sm_op() function 2271 return bfa_fsm_cmp_state(ioc, bfa_ioc_sm_op); in bfa_ioc_is_operational()
|