Searched refs:bfa_ioc_sm_op (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc.c | 130 {BFA_SM(bfa_ioc_sm_op), BFA_IOC_OPERATIONAL}, 326 bfa_fsm_set_state(ioc, bfa_ioc_sm_op); in bfa_ioc_sm_getattr() 362 bfa_ioc_sm_op(struct bfa_ioc *ioc, enum ioc_event event) in bfa_ioc_sm_op() function 2738 return bfa_fsm_cmp_state(ioc, bfa_ioc_sm_op); in bfa_nw_ioc_is_operational()
|
/linux-4.4.14/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()
|