Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli4.h223 #define LPFC_SLI4_FCF_TBL_INDX_MAX 32 macro
245 struct lpfc_fcf_pri fcf_pri[LPFC_SLI4_FCF_TBL_INDX_MAX];
Dlpfc_sli.c16198 LPFC_SLI4_FCF_TBL_INDX_MAX); in lpfc_check_next_fcf_pri_level()
16289 next_fcf_index = (next_fcf_index + 1) % LPFC_SLI4_FCF_TBL_INDX_MAX; in lpfc_sli4_fcf_rr_next_index_get()
16291 LPFC_SLI4_FCF_TBL_INDX_MAX, in lpfc_sli4_fcf_rr_next_index_get()
16295 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { in lpfc_sli4_fcf_rr_next_index_get()
16302 LPFC_SLI4_FCF_TBL_INDX_MAX, 0); in lpfc_sli4_fcf_rr_next_index_get()
16307 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX || in lpfc_sli4_fcf_rr_next_index_get()
16319 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) in lpfc_sli4_fcf_rr_next_index_get()
16330 if (next_fcf_index < LPFC_SLI4_FCF_TBL_INDX_MAX && in lpfc_sli4_fcf_rr_next_index_get()
16357 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { in lpfc_sli4_fcf_rr_index_set()
16361 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX); in lpfc_sli4_fcf_rr_index_set()
[all …]
Dlpfc_hbadisc.c2076 LPFC_SLI4_FCF_TBL_INDX_MAX); in lpfc_sli4_fcf_pri_list_add()
2077 if (last_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { in lpfc_sli4_fcf_pri_list_add()
Dlpfc_init.c5423 longs = (LPFC_SLI4_FCF_TBL_INDX_MAX + BITS_PER_LONG - 1)/BITS_PER_LONG; in lpfc_sli4_driver_resource_setup()