Searched refs:hal_port_sm_table (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_svc.c227 static struct bfa_sm_table_s hal_port_sm_table[] = { variable in typeref:struct:bfa_sm_table_s
3644 bfa_trc(bfa, bfa_sm_to_state(hal_port_sm_table, fcport->sm)); bfa_fcport_isr()
4079 attr->port_state = bfa_sm_to_state(hal_port_sm_table, fcport->sm); bfa_fcport_get_attr()
4161 return bfa_sm_to_state(hal_port_sm_table, fcport->sm) == bfa_fcport_is_disabled()
4171 return (bfa_sm_to_state(hal_port_sm_table, fcport->sm) == bfa_fcport_is_dport()
4180 return (bfa_sm_to_state(hal_port_sm_table, fcport->sm) == bfa_fcport_is_ddport()

Completed in 111 milliseconds