Home
last modified time | relevance | path

Searched refs:BFA_FCS_PID_IS_WKA (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/scsi/bfa/
Dbfa_fcs_rport.c538 if (!BFA_FCS_PID_IS_WKA(rport->pid)) in bfa_fcs_rport_sm_fc4_fcs_online()
1233 (!BFA_FCS_PID_IS_WKA(rport->pid))) { in bfa_fcs_rport_sm_hcb_logorcv()
1251 if (!BFA_FCS_PID_IS_WKA(rport->pid)) in bfa_fcs_rport_sm_hcb_logorcv()
2370 if (!BFA_FCS_PID_IS_WKA(rport->pid)) in bfa_fcs_rport_alloc()
2392 if (rport->pid != 0 && !BFA_FCS_PID_IS_WKA(rport->pid)) in bfa_fcs_rport_free()
2463 if (!BFA_FCS_PID_IS_WKA(rport->pid)) in bfa_fcs_rport_hal_online_action()
2469 if (!BFA_FCS_PID_IS_WKA(rport->pid)) { in bfa_fcs_rport_hal_online_action()
2480 if (!BFA_FCS_PID_IS_WKA(rport->pid)) in bfa_fcs_rport_fcs_offline_action()
2503 if (!BFA_FCS_PID_IS_WKA(rport->pid)) { in bfa_fcs_rport_hal_offline_action()
2523 if (!BFA_FCS_PID_IS_WKA(rport->pid)) in bfa_fcs_rport_hal_offline_action()
[all …]
Dbfa_fcs_fcpim.c439 if (BFA_FCS_PID_IS_WKA(rport->pid)) in bfa_fcs_itnim_aen_post()
652 if (!BFA_FCS_PID_IS_WKA(itnim->rport->pid)) in bfa_fcs_itnim_brp_online()
Dbfa_fcs.h43 #define BFA_FCS_PID_IS_WKA(pid) ((bfa_ntoh3b(pid) > 0xFFF000) ? 1 : 0) macro
Dbfa_fcs_lport.c460 if (BFA_FCS_PID_IS_WKA(rx_fchs->d_id)) { in bfa_fcs_lport_plogi()