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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h469 uint16_t max_rpi; member in struct:lpfc_max_cfg_param
H A Dlpfc_hw.h2619 uint32_t max_rpi; member in struct:__anon127
3506 uint32_t max_rpi : 16; /* Max RPIs Port should configure */ member in struct:__anon153
3510 uint32_t max_rpi : 16; /* Max RPIs Port should configure */ member in struct:__anon153
H A Dlpfc_attr.c2180 *mrpi = max_cfg_param->max_rpi;
2235 *mrpi = pmb->un.varRdConfig.max_rpi;
2995 static DEVICE_ATTR(max_rpi, S_IRUGO, lpfc_max_rpi_show, NULL);
H A Dlpfc_sli.c7154 phba->sli4_hba.next_rpi = phba->sli4_hba.max_cfg_param.max_rpi;
7241 count = phba->sli4_hba.max_cfg_param.max_rpi;
17992 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
19684 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
19691 uint16_t max_rpi, rpi_limit; local
19701 max_rpi = phba->sli4_hba.max_cfg_param.max_rpi;
19715 (int) rpi, max_rpi, rpi_limit);
19722 (phba->sli4_hba.rpi_count >= max_rpi)) {
19739 * it represents how many are actually in use whereas max_rpi note
[all...]
H A Dlpfc_init.c8926 /* The limit on the logical index is just the max_rpi count. */
8927 rpi_limit = phba->sli4_hba.max_cfg_param.max_rpi;
10009 phba->sli4_hba.max_cfg_param.max_rpi =
10096 phba->sli4_hba.max_cfg_param.max_rpi,

Completed in 205 milliseconds