Searched refs:max_rpi (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli4.h296 uint16_t max_rpi; member in struct:lpfc_max_cfg_param
H A Dlpfc_hw.h1961 uint32_t max_rpi; member in struct:__anon14641
2793 uint32_t max_rpi : 16; /* Max RPIs Port should configure */ member in struct:__anon14669
2797 uint32_t max_rpi : 16; /* Max RPIs Port should configure */ member in struct:__anon14669
H A Dlpfc_init.c4746 phba->sli4_hba.max_cfg_param.max_rpi - 1;
4786 phba->sli4_hba.max_cfg_param.max_rpi - 1;
4795 * and to allow the full max_rpi range per port.
5559 phba->sli4_hba.max_cfg_param.max_rpi =
5600 phba->sli4_hba.max_cfg_param.max_rpi,
H A Dlpfc_attr.c932 *mrpi = pmb->un.varRdConfig.max_rpi;
1712 static DEVICE_ATTR(max_rpi, S_IRUGO, lpfc_max_rpi_show, NULL);
H A Dlpfc_sli.c11920 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
11927 uint16_t max_rpi, rpi_base, rpi_limit; local
11931 max_rpi = phba->sli4_hba.max_cfg_param.max_rpi;
11954 (phba->sli4_hba.rpi_count >= max_rpi)) {
11962 * it represents how many are actually in use whereas max_rpi notes

Completed in 116 milliseconds