Searched refs:io_xri_cnt (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c7735 phba, &post_nblist, phba->sli4_hba.io_xri_cnt);
8980 if (phba->sli4_hba.io_xri_cnt == 0) {
H A Dlpfc_init.c3518 phba->sli4_hba.io_xri_cnt);
3524 count_per_hwq = phba->sli4_hba.io_xri_cnt / hwq_count;
4396 uint16_t io_xri_cnt, io_xri_max; local
4412 phba->sli4_hba.io_xri_cnt,
4418 if (phba->sli4_hba.io_xri_cnt > phba->sli4_hba.io_xri_max) {
4420 io_xri_cnt = phba->sli4_hba.io_xri_cnt -
4423 for (i = 0; i < io_xri_cnt; i++) {
4433 phba->sli4_hba.io_xri_cnt -= io_xri_cnt;
[all...]
H A Dlpfc_sli4.h898 uint16_t io_xri_cnt; member in struct:lpfc_sli4_hba

Completed in 261 milliseconds