Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_sli4.h180 #define LPFC_SLI4_FCF_TBL_INDX_MAX 32 macro
202 struct lpfc_fcf_pri fcf_pri[LPFC_SLI4_FCF_TBL_INDX_MAX];
Dlpfc_sli.c15219 LPFC_SLI4_FCF_TBL_INDX_MAX); in lpfc_check_next_fcf_pri_level()
15300 LPFC_SLI4_FCF_TBL_INDX_MAX; in lpfc_sli4_fcf_rr_next_index_get()
15302 LPFC_SLI4_FCF_TBL_INDX_MAX, in lpfc_sli4_fcf_rr_next_index_get()
15306 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { in lpfc_sli4_fcf_rr_next_index_get()
15313 LPFC_SLI4_FCF_TBL_INDX_MAX, 0); in lpfc_sli4_fcf_rr_next_index_get()
15318 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX || in lpfc_sli4_fcf_rr_next_index_get()
15330 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) in lpfc_sli4_fcf_rr_next_index_get()
15341 if (next_fcf_index < LPFC_SLI4_FCF_TBL_INDX_MAX && in lpfc_sli4_fcf_rr_next_index_get()
15368 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { in lpfc_sli4_fcf_rr_index_set()
15372 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX); in lpfc_sli4_fcf_rr_index_set()
[all …]
Dlpfc_hbadisc.c2050 LPFC_SLI4_FCF_TBL_INDX_MAX); in lpfc_sli4_fcf_pri_list_add()
2051 if (last_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { in lpfc_sli4_fcf_pri_list_add()
Dlpfc_init.c4660 longs = (LPFC_SLI4_FCF_TBL_INDX_MAX + BITS_PER_LONG - 1)/BITS_PER_LONG; in lpfc_sli4_driver_resource_setup()