Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/be2iscsi/
Dbe_mgmt.c248 struct be_dma_mem *tag_mem; in beiscsi_exec_nemb_cmd() local
252 tag_mem = &phba->ctrl.ptag_state[tag].tag_mem_state; in beiscsi_exec_nemb_cmd()
255 tag_mem->size = nonemb_cmd->size; in beiscsi_exec_nemb_cmd()
256 tag_mem->va = nonemb_cmd->va; in beiscsi_exec_nemb_cmd()
257 tag_mem->dma = nonemb_cmd->dma; in beiscsi_exec_nemb_cmd()
308 struct be_dma_mem *tag_mem; in __beiscsi_eq_delay_compl() local
312 tag_mem = &phba->ctrl.ptag_state[tag].tag_mem_state; in __beiscsi_eq_delay_compl()
313 if (tag_mem->size) { in __beiscsi_eq_delay_compl()
314 dma_free_coherent(&phba->pcidev->dev, tag_mem->size, in __beiscsi_eq_delay_compl()
315 tag_mem->va, tag_mem->dma); in __beiscsi_eq_delay_compl()
[all …]
Dbe_cmds.c274 struct be_dma_mem *tag_mem; in beiscsi_mccq_compl_wait() local
282 tag_mem = &phba->ctrl.ptag_state[tag].tag_mem_state; in beiscsi_mccq_compl_wait()
284 tag_mem->size = mbx_cmd_mem->size; in beiscsi_mccq_compl_wait()
285 tag_mem->va = mbx_cmd_mem->va; in beiscsi_mccq_compl_wait()
286 tag_mem->dma = mbx_cmd_mem->dma; in beiscsi_mccq_compl_wait()
288 tag_mem->size = 0; in beiscsi_mccq_compl_wait()
489 struct be_dma_mem *tag_mem; in beiscsi_process_mcc_compl() local
516 tag_mem = &ctrl->ptag_state[tag].tag_mem_state; in beiscsi_process_mcc_compl()
517 if (tag_mem->size) { in beiscsi_process_mcc_compl()
518 dma_free_coherent(&ctrl->pdev->dev, tag_mem->size, in beiscsi_process_mcc_compl()
[all …]