Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_sli4.h187 #define LPFC_SLI4_FCF_TBL_INDX_MAX 32 macro
Dlpfc_sli.c13136 LPFC_SLI4_FCF_TBL_INDX_MAX; in lpfc_sli4_fcf_rr_next_index_get()
13138 LPFC_SLI4_FCF_TBL_INDX_MAX, in lpfc_sli4_fcf_rr_next_index_get()
13142 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) in lpfc_sli4_fcf_rr_next_index_get()
13144 LPFC_SLI4_FCF_TBL_INDX_MAX, 0); in lpfc_sli4_fcf_rr_next_index_get()
13147 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { in lpfc_sli4_fcf_rr_next_index_get()
13175 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { in lpfc_sli4_fcf_rr_index_set()
13179 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX); in lpfc_sli4_fcf_rr_index_set()
13204 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { in lpfc_sli4_fcf_rr_index_clear()
13208 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX); in lpfc_sli4_fcf_rr_index_clear()
Dlpfc_init.c4362 longs = (LPFC_SLI4_FCF_TBL_INDX_MAX + BITS_PER_LONG - 1)/BITS_PER_LONG; in lpfc_sli4_driver_resource_setup()