Home
last modified time | relevance | path

Searched refs:bfa_sm_to_state (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/drivers/net/bna/
Dbfa_sm.h80 bfa_sm_to_state(const struct bfa_sm_table *smt, bfa_sm_t sm) in bfa_sm_to_state() function
Dbfa_ioc.c2154 enum bfa_ioc_state ioc_st = bfa_sm_to_state(ioc_sm_table, ioc->fsm); in bfa_ioc_get_state()
2159 iocpf_st = bfa_sm_to_state(iocpf_sm_table, ioc->iocpf.fsm); in bfa_ioc_get_state()
Dbna_ctrl.c707 return bfa_sm_to_state(llport_sm_table, llport->fsm); in bna_llport_state_get()
1269 return bfa_sm_to_state(port_sm_table, port->fsm); in bna_port_state_get()
1796 return bfa_sm_to_state(device_sm_table, device->fsm); in bna_device_state_get()
Dbna_txrx.c1544 return bfa_sm_to_state(rxf_sm_table, rxf->fsm); in bna_rxf_state_get()
2688 return bfa_sm_to_state(rx_sm_table, rx->fsm); in bna_rx_state_get()
4040 return bfa_sm_to_state(tx_sm_table, tx->fsm); in bna_tx_state_get()
/linux-2.6.39/drivers/scsi/bfa/
Dbfa_fcs_fcpim.c618 switch (bfa_sm_to_state(itnim_sm_table, itnim->sm)) { in bfa_fcs_itnim_get_online_state()
718 attr->state = bfa_sm_to_state(itnim_sm_table, itnim->sm); in bfa_fcs_itnim_attr_get()
Dbfa_cs.h271 bfa_sm_to_state(struct bfa_sm_table_s *smt, bfa_sm_t sm) in bfa_sm_to_state() function
Dbfa_ioc.c2396 enum bfa_ioc_state ioc_st = bfa_sm_to_state(ioc_sm_table, ioc->fsm); in bfa_ioc_get_state()
2401 iocpf_st = bfa_sm_to_state(iocpf_sm_table, ioc->iocpf.fsm); in bfa_ioc_get_state()
Dbfa_svc.c3350 bfa_trc(bfa, bfa_sm_to_state(hal_port_sm_table, fcport->sm)); in bfa_fcport_isr()
3683 attr->port_state = bfa_sm_to_state(hal_port_sm_table, fcport->sm); in bfa_fcport_get_attr()
3754 return bfa_sm_to_state(hal_port_sm_table, fcport->sm) == in bfa_fcport_is_disabled()
Dbfa_fcs_rport.c2505 return bfa_sm_to_state(rport_sm_table, rport->sm); in bfa_fcs_rport_get_state()
Dbfa_fcs_lport.c5609 attr->vport_state = bfa_sm_to_state(vport_sm_table, vport->sm); in bfa_fcs_vport_get_attr()