Home
last modified time | relevance | path

Searched refs:pbe_eq (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/scsi/be2iscsi/
H A Dbe_main.c692 pbe_eq = dev_id; in be_isr_mcc()
693 eq = &pbe_eq->q; in be_isr_mcc()
694 phba = pbe_eq->phba; in be_isr_mcc()
729 pbe_eq = dev_id; in be_isr_msix()
730 eq = &pbe_eq->q; in be_isr_msix()
732 phba = pbe_eq->phba; in be_isr_msix()
1851 phba = pbe_eq->phba; in beiscsi_mcc_work()
1879 cq = pbe_eq->cq; in beiscsi_process_cq()
1881 phba = pbe_eq->phba; in beiscsi_process_cq()
2064 eq = &pbe_eq->q; in be_iopoll()
[all …]
H A Dbe_iscsi.c1228 struct be_eq_obj *pbe_eq; in beiscsi_flush_cq() local
1236 pbe_eq = &phwi_context->be_eq[i]; in beiscsi_flush_cq()
1237 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_flush_cq()
1238 beiscsi_process_cq(pbe_eq, BE2_MAX_NUM_CQ_PROC); in beiscsi_flush_cq()
1239 irq_poll_enable(&pbe_eq->iopoll); in beiscsi_flush_cq()
H A Dbe_main.h801 unsigned int beiscsi_process_cq(struct be_eq_obj *pbe_eq, int budget);