Searched refs:max_rpi (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_sli4.h | 470 uint16_t max_rpi; member
|
H A D | lpfc_hw.h | 2447 uint32_t max_rpi; member 3320 uint32_t max_rpi : 16; /* Max RPIs Port should configure */ member 3324 uint32_t max_rpi : 16; /* Max RPIs Port should configure */ member
|
H A D | lpfc_attr.c | 1925 *mrpi = pmb->un.varRdConfig.max_rpi; in lpfc_get_hba_info() 2659 static DEVICE_ATTR(max_rpi, S_IRUGO, lpfc_max_rpi_show, NULL);
|
H A D | lpfc_sli.c | 6620 phba->sli4_hba.next_rpi = phba->sli4_hba.max_cfg_param.max_rpi; in lpfc_sli4_alloc_resource_identifiers() 6707 count = phba->sli4_hba.max_cfg_param.max_rpi; in lpfc_sli4_alloc_resource_identifiers() 16982 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful 18661 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful 18668 uint16_t max_rpi, rpi_limit; in lpfc_sli4_alloc_rpi() local 18678 max_rpi = phba->sli4_hba.max_cfg_param.max_rpi; in lpfc_sli4_alloc_rpi() 18692 (int) rpi, max_rpi, rpi_limit); in lpfc_sli4_alloc_rpi() 18699 (phba->sli4_hba.rpi_count >= max_rpi)) { in lpfc_sli4_alloc_rpi() 18716 * it represents how many are actually in use whereas max_rpi note in lpfc_sli4_alloc_rpi() [all...] |
H A D | lpfc_init.c | 7511 /* The limit on the logical index is just the max_rpi count. */ in lpfc_sli4_create_rpi_hdr() 7512 rpi_limit = phba->sli4_hba.max_cfg_param.max_rpi; in lpfc_sli4_create_rpi_hdr() 8551 phba->sli4_hba.max_cfg_param.max_rpi = in lpfc_sli4_read_config() 8592 phba->sli4_hba.max_cfg_param.max_rpi, in lpfc_sli4_read_config()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_sli4.h | 469 uint16_t max_rpi; member
|
H A D | lpfc_hw.h | 2619 uint32_t max_rpi; member 3506 uint32_t max_rpi : 16; /* Max RPIs Port should configure */ member 3510 uint32_t max_rpi : 16; /* Max RPIs Port should configure */ member
|
H A D | lpfc_attr.c | 2177 *mrpi = max_cfg_param->max_rpi; in lpfc_get_hba_info() 2232 *mrpi = pmb->un.varRdConfig.max_rpi; in lpfc_get_hba_info() 2992 static DEVICE_ATTR(max_rpi, S_IRUGO, lpfc_max_rpi_show, NULL);
|
H A D | lpfc_sli.c | 7149 phba->sli4_hba.next_rpi = phba->sli4_hba.max_cfg_param.max_rpi; in lpfc_sli4_alloc_resource_identifiers() 7236 count = phba->sli4_hba.max_cfg_param.max_rpi; in lpfc_sli4_alloc_resource_identifiers() 17990 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful 19672 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful 19679 uint16_t max_rpi, rpi_limit; in lpfc_sli4_alloc_rpi() local 19689 max_rpi = phba->sli4_hba.max_cfg_param.max_rpi; in lpfc_sli4_alloc_rpi() 19703 (int) rpi, max_rpi, rpi_limit); in lpfc_sli4_alloc_rpi() 19710 (phba->sli4_hba.rpi_count >= max_rpi)) { in lpfc_sli4_alloc_rpi() 19727 * it represents how many are actually in use whereas max_rpi note in lpfc_sli4_alloc_rpi() [all...] |
H A D | lpfc_init.c | 8916 /* The limit on the logical index is just the max_rpi count. */ in lpfc_sli4_create_rpi_hdr() 8917 rpi_limit = phba->sli4_hba.max_cfg_param.max_rpi; in lpfc_sli4_create_rpi_hdr() 9999 phba->sli4_hba.max_cfg_param.max_rpi = in lpfc_sli4_read_config() 10086 phba->sli4_hba.max_cfg_param.max_rpi, in lpfc_sli4_read_config()
|
Completed in 111 milliseconds