Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/be2iscsi/
A Dbe_main.c1123 (struct be_status_bhs *)io_task->cmd_bhs; in be_complete_io()
4262 if (io_task->cmd_bhs) { in beiscsi_cleanup_task()
4263 dma_pool_free(beiscsi_sess->bhs_pool, io_task->cmd_bhs, in beiscsi_cleanup_task()
4265 io_task->cmd_bhs = NULL; in beiscsi_cleanup_task()
4382 if (!io_task->cmd_bhs) in beiscsi_alloc_pdu()
4487 io_task->cmd_bhs->iscsi_hdr.itt = itt; in beiscsi_alloc_pdu()
4504 dma_pool_free(beiscsi_sess->bhs_pool, io_task->cmd_bhs, in beiscsi_alloc_pdu()
4506 io_task->cmd_bhs = NULL; in beiscsi_alloc_pdu()
4540 &io_task->cmd_bhs->iscsi_hdr.lun)); in beiscsi_iotask_v2()
4600 &io_task->cmd_bhs->iscsi_hdr.lun)); in beiscsi_iotask()
[all …]
A Dbe_main.h465 struct be_cmd_bhs *cmd_bhs; member

Completed in 19 milliseconds