Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_main.c1009 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in alloc_wrb_handle()
1257 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in hwi_complete_drvr_msgs()
1360 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in hwi_complete_cmd()
2481 phwi_ctrlr->wrb_context = kcalloc(phba->params.cxns_per_ctrl, in beiscsi_alloc_mem()
2484 if (!phwi_ctrlr->wrb_context) { in beiscsi_alloc_mem()
2492 kfree(phwi_ctrlr->wrb_context); in beiscsi_alloc_mem()
2502 kfree(phwi_ctrlr->wrb_context); in beiscsi_alloc_mem()
2579 kfree(phba->phwi_ctrlr->wrb_context); in beiscsi_alloc_mem()
2645 pwrb_context = &phwi_ctrlr->wrb_context[index]; in beiscsi_init_wrb_handle()
2691 pwrb_context = &phwi_ctrlr->wrb_context[index]; in beiscsi_init_wrb_handle()
[all …]
Dbe_main.h235 (phwi_ctrlr->wrb_context[cri].ulp_num)
977 struct hwi_wrb_context *wrb_context; member
Dbe_iscsi.c225 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in beiscsi_conn_bind()
979 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()