Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/be2iscsi/
Dbe_main.c690 struct be_eq_obj *pbe_eq; in be_isr_mcc() local
692 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()
712 queue_work(phba->wq, &pbe_eq->mcc_work); in be_isr_mcc()
727 struct be_eq_obj *pbe_eq; in be_isr_msix() local
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()
735 irq_poll_sched(&pbe_eq->iopoll); in be_isr_msix()
[all …]
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()
Dbe_main.h801 unsigned int beiscsi_process_cq(struct be_eq_obj *pbe_eq, int budget);