Searched refs:portstat_reg (Results 1 – 3 of 3) sorted by relevance
1207 lpfc_sli4_unrecoverable_port(struct lpfc_register *portstat_reg) in lpfc_sli4_unrecoverable_port() argument1209 return bf_get(lpfc_sliport_status_err, portstat_reg) && in lpfc_sli4_unrecoverable_port()1210 !bf_get(lpfc_sliport_status_rn, portstat_reg); in lpfc_sli4_unrecoverable_port()
9904 struct lpfc_register portstat_reg = {-1}; in lpfc_sli4_wait_bmbx_ready() local9912 &portstat_reg.word0) || in lpfc_sli4_wait_bmbx_ready()9913 lpfc_sli4_unrecoverable_port(&portstat_reg)) { in lpfc_sli4_wait_bmbx_ready()9917 portstat_reg.word0); in lpfc_sli4_wait_bmbx_ready()13462 struct lpfc_register portstat_reg; in lpfc_sli4_eratt_read() local13501 &portstat_reg.word0) || in lpfc_sli4_eratt_read()13509 if (bf_get(lpfc_sliport_status_err, &portstat_reg)) { in lpfc_sli4_eratt_read()13524 portstat_reg.word0, in lpfc_sli4_eratt_read()
1991 struct lpfc_register portstat_reg = {0}; in lpfc_handle_eratt_s4() local2079 &portstat_reg.word0); in lpfc_handle_eratt_s4()2090 if (bf_get(lpfc_sliport_status_oti, &portstat_reg)) { in lpfc_handle_eratt_s4()