Home
last modified time | relevance | path

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

/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.c171 struct be_dma_mem *mbx_cmd_mem) in __beiscsi_mcc_compl_status() argument
186 if (mbx_cmd_mem) { in __beiscsi_mcc_compl_status()
187 mbx_hdr = (struct be_cmd_req_hdr *)mbx_cmd_mem->va; in __beiscsi_mcc_compl_status()
237 struct be_dma_mem *mbx_cmd_mem) in beiscsi_mccq_compl_wait() argument
283 if (mbx_cmd_mem) { 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()
302 rc = __beiscsi_mcc_compl_status(phba, tag, wrb, mbx_cmd_mem); in beiscsi_mccq_compl_wait()
H A Dbe_cmds.h823 struct be_dma_mem *mbx_cmd_mem);
827 struct be_dma_mem *mbx_cmd_mem);