Searched refs:bfa_ioc_sm_op (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/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-5.19.10/drivers/scsi/bfa/ |
D | bfa_ioc.c | 148 {BFA_SM(bfa_ioc_sm_op), BFA_IOC_OPERATIONAL}, 384 bfa_fsm_set_state(ioc, bfa_ioc_sm_op); in bfa_ioc_sm_getattr() 424 bfa_ioc_sm_op(struct bfa_ioc_s *ioc, enum ioc_event event) in bfa_ioc_sm_op() function 2272 return bfa_fsm_cmp_state(ioc, bfa_ioc_sm_op); in bfa_ioc_is_operational()
|