Home
last modified time | relevance | path

Searched refs:wrb_context (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/be2iscsi/
Dbe_main.c992 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in alloc_wrb_handle()
1240 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in hwi_complete_drvr_msgs()
1343 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in hwi_complete_cmd()
2463 phwi_ctrlr->wrb_context = kcalloc(phba->params.cxns_per_ctrl, in beiscsi_alloc_mem()
2466 if (!phwi_ctrlr->wrb_context) { in beiscsi_alloc_mem()
2474 kfree(phwi_ctrlr->wrb_context); in beiscsi_alloc_mem()
2484 kfree(phwi_ctrlr->wrb_context); in beiscsi_alloc_mem()
2560 kfree(phba->phwi_ctrlr->wrb_context); in beiscsi_alloc_mem()
2626 pwrb_context = &phwi_ctrlr->wrb_context[index]; in beiscsi_init_wrb_handle()
2672 pwrb_context = &phwi_ctrlr->wrb_context[index]; in beiscsi_init_wrb_handle()
[all …]
Dbe_main.h230 (phwi_ctrlr->wrb_context[cri].ulp_num)
972 struct hwi_wrb_context *wrb_context; member
Dbe_iscsi.c221 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in beiscsi_conn_bind()
976 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in beiscsi_put_cid()
Dbe_mgmt.c139 ulp_num = phwi_ctrlr->wrb_context[BE_GET_CRI_FROM_CID(cid)].ulp_num; in mgmt_open_connection()