Home
last modified time | relevance | path

Searched refs:phwi_ctrlr (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/scsi/be2iscsi/
Dbe_main.c730 struct hwi_controller *phwi_ctrlr; in be_isr() local
747 phwi_ctrlr = phba->phwi_ctrlr; in be_isr()
748 phwi_context = phwi_ctrlr->phwi_ctxt; in be_isr()
795 phwi_context = phba->phwi_ctrlr->phwi_ctxt; in beiscsi_free_irqs()
806 struct hwi_controller *phwi_ctrlr; in beiscsi_init_irqs() local
810 phwi_ctrlr = phba->phwi_ctrlr; in beiscsi_init_irqs()
811 phwi_context = phwi_ctrlr->phwi_ctxt; in beiscsi_init_irqs()
988 struct hwi_controller *phwi_ctrlr; in alloc_wrb_handle() local
991 phwi_ctrlr = phba->phwi_ctrlr; in alloc_wrb_handle()
992 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in alloc_wrb_handle()
[all …]
Dbe_iscsi.c178 struct hwi_controller *phwi_ctrlr = phba->phwi_ctrlr; in beiscsi_conn_bind() local
221 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in beiscsi_conn_bind()
971 struct hwi_controller *phwi_ctrlr; in beiscsi_put_cid() local
975 phwi_ctrlr = phba->phwi_ctrlr; in beiscsi_put_cid()
976 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in beiscsi_put_cid()
1215 struct hwi_controller *phwi_ctrlr; in beiscsi_flush_cq() local
1218 phwi_ctrlr = phba->phwi_ctrlr; in beiscsi_flush_cq()
1219 phwi_context = phwi_ctrlr->phwi_ctxt; in beiscsi_flush_cq()
Dbe_main.h142 #define GET_HWI_CONTROLLER_WS(pc) (pc->phwi_ctrlr)
229 #define BEISCSI_GET_ULP_FROM_CRI(phwi_ctrlr, cri) \ argument
230 (phwi_ctrlr->wrb_context[cri].ulp_num)
271 struct hwi_controller *phwi_ctrlr; member
Dbe_mgmt.c113 struct hwi_controller *phwi_ctrlr; in mgmt_open_connection() local
136 phwi_ctrlr = phba->phwi_ctrlr; in mgmt_open_connection()
137 phwi_context = phwi_ctrlr->phwi_ctxt; in mgmt_open_connection()
139 ulp_num = phwi_ctrlr->wrb_context[BE_GET_CRI_FROM_CID(cid)].ulp_num; in mgmt_open_connection()
Dbe_cmds.c1044 defq_ring = &phba->phwi_ctrlr->default_pdu_hdr[ulp_num]; in be_cmd_create_default_pdu_queue()
1046 defq_ring = &phba->phwi_ctrlr-> in be_cmd_create_default_pdu_queue()