Searched refs:fc_ns_retry (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_ct.c | 858 vport->fc_ns_retry = 0; in lpfc_ns_rsp() 932 ulp_status, ulp_word4, vport->fc_ns_retry); in lpfc_cmpl_ct_cmd_gid_ft() 991 if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) { in lpfc_cmpl_ct_cmd_gid_ft() 995 vport->fc_ns_retry++; in lpfc_cmpl_ct_cmd_gid_ft() 1003 vport->fc_ns_retry, type); in lpfc_cmpl_ct_cmd_gid_ft() 1016 ulp_status, vport->fc_ns_retry); in lpfc_cmpl_ct_cmd_gid_ft() 1148 vport->fc_ns_retry); in lpfc_cmpl_ct_cmd_gid_pt() 1207 if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) { in lpfc_cmpl_ct_cmd_gid_pt() 1211 vport->fc_ns_retry++; in lpfc_cmpl_ct_cmd_gid_pt() 1215 vport->fc_ns_retry, GID_PT_N_PORT); in lpfc_cmpl_ct_cmd_gid_pt() [all …]
|
H A D | lpfc_hbadisc.c | 1219 vport->port_state, vport->fc_ns_retry, vport->fc_flag); in lpfc_linkdown_port() 1397 vport->fc_ns_retry = 0; in lpfc_linkup_port() 4401 vport->fc_ns_retry = 0; in lpfc_mbx_cmpl_ns_reg_login() 5001 vport->port_state, vport->fc_ns_retry, vport->fc_flag); in lpfc_can_disctmo() 6082 vport->port_state, vport->fc_ns_retry, vport->fc_flag); in lpfc_disc_timeout_handler() 6160 vport->fc_ns_retry, LPFC_MAX_NS_RETRY); in lpfc_disc_timeout_handler() 6162 if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) { in lpfc_disc_timeout_handler() 6164 vport->fc_ns_retry++; in lpfc_disc_timeout_handler() 6170 vport->fc_ns_retry = 0; in lpfc_disc_timeout_handler() 6238 vport->fc_ns_retry, LPFC_MAX_NS_RETRY, in lpfc_disc_timeout_handler()
|
H A D | lpfc.h | 675 uint8_t fc_ns_retry; /* retries for fabric nameserver */ member
|
H A D | lpfc_els.c | 8190 vport->fc_ns_retry = 0; in lpfc_els_handle_rscn()
|