Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_main.c748 struct hwi_context_memory *phwi_context; in be_isr() local
765 phwi_context = phwi_ctrlr->phwi_ctxt; in be_isr()
766 pbe_eq = &phwi_context->be_eq[0]; in be_isr()
768 eq = &phwi_context->be_eq[0].q; in be_isr()
803 struct hwi_context_memory *phwi_context; in beiscsi_free_irqs() local
812 phwi_context = phba->phwi_ctrlr->phwi_ctxt; in beiscsi_free_irqs()
815 &phwi_context->be_eq[i]); in beiscsi_free_irqs()
824 struct hwi_context_memory *phwi_context; in beiscsi_init_irqs() local
828 phwi_context = phwi_ctrlr->phwi_ctxt; in beiscsi_init_irqs()
842 &phwi_context->be_eq[i]); in beiscsi_init_irqs()
[all …]
Dbe_iscsi.c1218 struct hwi_context_memory *phwi_context; in beiscsi_flush_cq() local
1221 phwi_context = phwi_ctrlr->phwi_ctxt; in beiscsi_flush_cq()
1224 pbe_eq = &phwi_context->be_eq[i]; in beiscsi_flush_cq()
Dbe_mgmt.c114 struct hwi_context_memory *phwi_context; in mgmt_open_connection() local
137 phwi_context = phwi_ctrlr->phwi_ctxt; in mgmt_open_connection()
188 req->cq_id = phwi_context->be_cq[i].id; in mgmt_open_connection()