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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c461 struct lpfc_multixri_pool *multixri_pool; local
527 multixri_pool = qp->p_multixri_pool;
528 if (!multixri_pool)
530 pbl_pool = &multixri_pool->pbl_pool;
531 pvt_pool = &multixri_pool->pvt_pool;
538 qp->empty_io_bufs, multixri_pool->pbl_empty_count);
545 multixri_pool->stat_max_hwm,
546 multixri_pool->above_limit_count,
547 multixri_pool->below_limit_count,
548 multixri_pool
2613 struct lpfc_multixri_pool *multixri_pool; local
[all...]
H A Dlpfc_sli.c21524 struct lpfc_multixri_pool *multixri_pool; local
21530 multixri_pool = qp->p_multixri_pool;
21531 if (!multixri_pool)
21534 if (multixri_pool->stat_snapshot_taken == LPFC_MXP_SNAPSHOT_TAKEN) {
21539 multixri_pool->stat_pbl_count = pbl_pool->count;
21540 multixri_pool->stat_pvt_count = pvt_pool->count;
21541 multixri_pool->stat_busy_count = txcmplq_cnt;
21544 multixri_pool->stat_snapshot_taken++;
21558 struct lpfc_multixri_pool *multixri_pool; local
21562 multixri_pool
21595 struct lpfc_multixri_pool *multixri_pool; local
21754 struct lpfc_multixri_pool *multixri_pool; local
21825 struct lpfc_multixri_pool *multixri_pool; local
22039 struct lpfc_multixri_pool *multixri_pool; local
[all...]
H A Dlpfc_init.c3523 struct lpfc_multixri_pool *multixri_pool; local
3539 multixri_pool = kzalloc(sizeof(*multixri_pool), GFP_KERNEL);
3541 if (!multixri_pool) {
3544 "multixri_pool\n");
3560 qp->p_multixri_pool = multixri_pool;
3562 multixri_pool->xri_limit = count_per_hwq;
3563 multixri_pool->rrb_next_hwqid = i;
3566 pbl_pool = &multixri_pool->pbl_pool;
3584 pvt_pool = &multixri_pool
3609 struct lpfc_multixri_pool *multixri_pool; local
[all...]

Completed in 236 milliseconds