Searched defs:max_vpi (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/lpfc/
H A Dlpfc_attr.c1123 uint32_t max_vpi; local
1174 max_vpi = (bf_get(lpfc_mbx_rd_conf_vpi_count, rd_config) > 0) ?
1178 *mvpi = max_vpi;
1180 *avpi = max_vpi - phba->sli4_hba.max_cfg_param.vpi_used;
1191 *mvpi = pmb->un.varRdConfig.max_vpi;
1389 if (!(phba->max_vpi))
2025 static DEVICE_ATTR(max_vpi, S_IRUGO, lpfc_max_vpi_show, NULL);
H A Dlpfc_sli4.h326 uint16_t max_vpi; member in struct:lpfc_max_cfg_param
H A Dlpfc.h808 uint16_t max_vpi; /* Maximum virtual nports */ member in struct:lpfc_hba
811 * For IOV HBAs max_vpi can change
814 * be greater than max_vpi.
H A Dlpfc_hw.h2061 uint32_t max_vpi; member in struct:__anon4548
2909 uint32_t max_vpi : 16; /* Max number of virt N-Ports */ member in struct:__anon4574
2911 uint32_t max_vpi : 16; /* Max number of virt N-Ports */ member in struct:__anon4574

Completed in 101 milliseconds