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

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

Completed in 40 milliseconds