Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/be2iscsi/
Dbe_main.c731 struct hwi_context_memory *phwi_context; in be_isr() local
748 phwi_context = phwi_ctrlr->phwi_ctxt; in be_isr()
749 pbe_eq = &phwi_context->be_eq[0]; in be_isr()
751 eq = &phwi_context->be_eq[0].q; in be_isr()
786 struct hwi_context_memory *phwi_context; in beiscsi_free_irqs() local
795 phwi_context = phba->phwi_ctrlr->phwi_ctxt; in beiscsi_free_irqs()
798 &phwi_context->be_eq[i]); in beiscsi_free_irqs()
807 struct hwi_context_memory *phwi_context; in beiscsi_init_irqs() local
811 phwi_context = phwi_ctrlr->phwi_ctxt; in beiscsi_init_irqs()
825 &phwi_context->be_eq[i]); in beiscsi_init_irqs()
[all …]
Dbe_iscsi.c1219 struct hwi_context_memory *phwi_context; in beiscsi_flush_cq() local
1222 phwi_context = phwi_ctrlr->phwi_ctxt; in beiscsi_flush_cq()
1225 pbe_eq = &phwi_context->be_eq[i]; in beiscsi_flush_cq()
Dbe_mgmt.c115 struct hwi_context_memory *phwi_context; in mgmt_open_connection() local
138 phwi_context = phwi_ctrlr->phwi_ctxt; in mgmt_open_connection()
189 req->cq_id = phwi_context->be_cq[i].id; in mgmt_open_connection()