Searched refs:bfa_ioc_sm_op (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/bna/ |
D | bfa_ioc.c | 132 {BFA_SM(bfa_ioc_sm_op), BFA_IOC_OPERATIONAL}, 345 bfa_fsm_set_state(ioc, bfa_ioc_sm_op); in bfa_ioc_sm_getattr() 380 bfa_ioc_sm_op(struct bfa_ioc *ioc, enum ioc_event event) in bfa_ioc_sm_op() function 824 return bfa_fsm_cmp_state(ioc, bfa_ioc_sm_op); in bfa_nw_ioc_is_operational()
|
/linux-2.6.39/drivers/scsi/bfa/ |
D | bfa_ioc.c | 128 {BFA_SM(bfa_ioc_sm_op), BFA_IOC_OPERATIONAL}, 357 bfa_fsm_set_state(ioc, bfa_ioc_sm_op); in bfa_ioc_sm_getattr() 397 bfa_ioc_sm_op(struct bfa_ioc_s *ioc, enum ioc_event event) in bfa_ioc_sm_op() function 1920 return bfa_fsm_cmp_state(ioc, bfa_ioc_sm_op); in bfa_ioc_is_operational()
|