Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/be2iscsi/
Dbe_main.c1010 pwrb_context = &phwi_ctrlr->wrb_context[cid]; in alloc_wrb_handle()
1245 pwrb_context = &phwi_ctrlr->wrb_context[((psol-> in hwi_complete_drvr_msgs()
1298 pwrb_context = &phwi_ctrlr->wrb_context[((psol->dw[offsetof in hwi_complete_cmd()
2376 pwrb_context = &phwi_ctrlr->wrb_context[index]; in beiscsi_init_wrb_handle()
2423 pwrb_context = &phwi_ctrlr->wrb_context[index]; in beiscsi_init_wrb_handle()
3007 phwi_ctrlr->wrb_context[i * 2].cid = phwi_context->be_wrbq[i]. in beiscsi_create_wrb_rings()
3022 pwrb_context = &phwi_ctrlr->wrb_context[index]; in free_wrb_handles()
3902 pwrb_context = &phwi_ctrlr->wrb_context[ in beiscsi_alloc_pdu()
3925 pwrb_context = &phwi_ctrlr->wrb_context[beiscsi_conn->beiscsi_conn_cid in beiscsi_cleanup_task()
Dbe_main.h819 struct hwi_wrb_context wrb_context[BE2_MAX_SESSIONS * 2]; member