Searched refs:BFA_FCS_GET_HAL_FROM_PORT (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_fcs_lport.c | 1529 bfa_fcxp_walloc_cancel(BFA_FCS_GET_HAL_FROM_PORT(port), in bfa_fcs_lport_fdmi_sm_sending_rhba() 1556 bfa_timer_start(BFA_FCS_GET_HAL_FROM_PORT(port), in bfa_fcs_lport_fdmi_sm_rhba() 1634 bfa_fcxp_walloc_cancel(BFA_FCS_GET_HAL_FROM_PORT(port), in bfa_fcs_lport_fdmi_sm_sending_rprt() 1661 bfa_timer_start(BFA_FCS_GET_HAL_FROM_PORT(port), in bfa_fcs_lport_fdmi_sm_rprt() 1737 bfa_fcxp_walloc_cancel(BFA_FCS_GET_HAL_FROM_PORT(port), in bfa_fcs_lport_fdmi_sm_sending_rpa() 1763 bfa_timer_start(BFA_FCS_GET_HAL_FROM_PORT(port), in bfa_fcs_lport_fdmi_sm_rpa() 2927 bfa_fcxp_walloc_cancel(BFA_FCS_GET_HAL_FROM_PORT(ms->port), in bfa_fcs_lport_ms_sm_plogi_sending() 2950 bfa_timer_start(BFA_FCS_GET_HAL_FROM_PORT(ms->port), in bfa_fcs_lport_ms_sm_plogi() 3050 bfa_fcxp_walloc_cancel(BFA_FCS_GET_HAL_FROM_PORT(ms->port), in bfa_fcs_lport_ms_sm_gmal_sending() 3074 bfa_timer_start(BFA_FCS_GET_HAL_FROM_PORT(ms->port), in bfa_fcs_lport_ms_sm_gmal() [all …]
|
D | bfa_fcs.h | 161 #define BFA_FCS_GET_HAL_FROM_PORT(port) (port->fcs->bfa) macro
|