Searched refs:next_rpi (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h896 uint16_t next_rpi; member in struct:lpfc_sli4_hba
1024 uint16_t next_rpi; member in struct:lpfc_rpi_hdr
H A Dlpfc_sli.c6502 * The next_rpi was initialized with the maximum available
6504 * that case and update the next_rpi.
6506 phba->sli4_hba.next_rpi = rsrc_id_cnt;
7154 phba->sli4_hba.next_rpi = phba->sli4_hba.max_cfg_param.max_rpi;
19664 * The next_rpi stores the next logical module-64 rpi value used
19668 phba->sli4_hba.next_rpi = rpi_page->next_rpi;
19702 rpi_limit = phba->sli4_hba.next_rpi;
19738 * page now. Note that the next_rpi value is used because
19742 rpi_remaining = phba->sli4_hba.next_rpi
[all...]
H A Dlpfc_init.c8935 curr_rpi_range = phba->sli4_hba.next_rpi;
8975 rpi_hdr->next_rpi = phba->sli4_hba.next_rpi + LPFC_RPI_HDR_COUNT;
9016 phba->sli4_hba.next_rpi = 0;

Completed in 174 milliseconds