Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_cmds.c179 struct be_dma_mem *tag_mem; in beiscsi_mccq_compl() local
186 tag_mem = &phba->ctrl.ptag_state[tag].tag_mem_state; in beiscsi_mccq_compl()
188 tag_mem->size = mbx_cmd_mem->size; in beiscsi_mccq_compl()
189 tag_mem->va = mbx_cmd_mem->va; in beiscsi_mccq_compl()
190 tag_mem->dma = mbx_cmd_mem->dma; in beiscsi_mccq_compl()
192 tag_mem->size = 0; in beiscsi_mccq_compl()
379 struct be_dma_mem *tag_mem; in be_mcc_compl_process_isr() local
380 tag_mem = &ctrl->ptag_state[tag].tag_mem_state; in be_mcc_compl_process_isr()
388 if (tag_mem->size) in be_mcc_compl_process_isr()
389 pci_free_consistent(ctrl->pdev, tag_mem->size, in be_mcc_compl_process_isr()
[all …]