Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_cmds.c151 struct be_dma_mem *mbx_cmd_mem) in beiscsi_mccq_compl() argument
187 if (mbx_cmd_mem) { 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()
212 if (mbx_cmd_mem) { in beiscsi_mccq_compl()
213 mbx_hdr = (struct be_cmd_req_hdr *)mbx_cmd_mem->va; in beiscsi_mccq_compl()
Dbe_cmds.h741 struct be_dma_mem *mbx_cmd_mem);