Home
last modified time | relevance | path

Searched refs:BFA_FCS_GET_HAL_FROM_PORT (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c1487 bfa_fcxp_walloc_cancel(BFA_FCS_GET_HAL_FROM_PORT(port), in bfa_fcs_lport_fdmi_sm_sending_rhba()
1514 bfa_timer_start(BFA_FCS_GET_HAL_FROM_PORT(port), in bfa_fcs_lport_fdmi_sm_rhba()
1592 bfa_fcxp_walloc_cancel(BFA_FCS_GET_HAL_FROM_PORT(port), in bfa_fcs_lport_fdmi_sm_sending_rprt()
1619 bfa_timer_start(BFA_FCS_GET_HAL_FROM_PORT(port), in bfa_fcs_lport_fdmi_sm_rprt()
1695 bfa_fcxp_walloc_cancel(BFA_FCS_GET_HAL_FROM_PORT(port), in bfa_fcs_lport_fdmi_sm_sending_rpa()
1721 bfa_timer_start(BFA_FCS_GET_HAL_FROM_PORT(port), in bfa_fcs_lport_fdmi_sm_rpa()
2880 bfa_fcxp_walloc_cancel(BFA_FCS_GET_HAL_FROM_PORT(ms->port), in bfa_fcs_lport_ms_sm_plogi_sending()
2903 bfa_timer_start(BFA_FCS_GET_HAL_FROM_PORT(ms->port), in bfa_fcs_lport_ms_sm_plogi()
3003 bfa_fcxp_walloc_cancel(BFA_FCS_GET_HAL_FROM_PORT(ms->port), in bfa_fcs_lport_ms_sm_gmal_sending()
3027 bfa_timer_start(BFA_FCS_GET_HAL_FROM_PORT(ms->port), in bfa_fcs_lport_ms_sm_gmal()
[all …]
H A Dbfa_fcs.h220 #define BFA_FCS_GET_HAL_FROM_PORT(port) (port->fcs->bfa) macro