Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h682 #define LPFC_VMID_MAX_PRIORITY_RANGE 256 macro
H A Dlpfc_els.c12172 bitmap_zero(vport->vmid_priority_range, LPFC_VMID_MAX_PRIORITY_RANGE); in lpfc_init_cs_ctl_bitmap()
12180 if ((min > max) || (max > LPFC_VMID_MAX_PRIORITY_RANGE)) in lpfc_vmid_set_cs_ctl_range()
12197 LPFC_VMID_MAX_PRIORITY_RANGE); in lpfc_vmid_get_cs_ctl()
12199 if (i == LPFC_VMID_MAX_PRIORITY_RANGE) in lpfc_vmid_get_cs_ctl()
H A Dlpfc_init.c4676 (LPFC_VMID_MAX_PRIORITY_RANGE, GFP_KERNEL); in lpfc_vmid_res_alloc()