Searched refs:bfa_ioc_sm_op (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc.c | 144 {BFA_SM(bfa_ioc_sm_op), BFA_IOC_OPERATIONAL}, 340 bfa_fsm_set_state(ioc, bfa_ioc_sm_op); in bfa_ioc_sm_getattr() 376 bfa_ioc_sm_op(struct bfa_ioc *ioc, enum ioc_event event) in bfa_ioc_sm_op() function 2754 return bfa_fsm_cmp_state(ioc, bfa_ioc_sm_op); in bfa_nw_ioc_is_operational()
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_ioc.c | 155 {BFA_SM(bfa_ioc_sm_op), BFA_IOC_OPERATIONAL}, 391 bfa_fsm_set_state(ioc, bfa_ioc_sm_op); in bfa_ioc_sm_getattr() 431 bfa_ioc_sm_op(struct bfa_ioc_s *ioc, enum ioc_event event) in bfa_ioc_sm_op() function 2286 return bfa_fsm_cmp_state(ioc, bfa_ioc_sm_op); in bfa_ioc_is_operational()
|