Home
last modified time | relevance | path

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

/linux/drivers/scsi/elx/efct/
H A Defct_io.c48 io->rspbuf.size = SCSI_RSP_BUF_LENGTH; in efct_io_pool_create()
49 io->rspbuf.virt = dma_alloc_coherent(&efct->pci->dev, in efct_io_pool_create()
50 io->rspbuf.size, in efct_io_pool_create()
51 &io->rspbuf.phys, GFP_KERNEL); in efct_io_pool_create()
52 if (!io->rspbuf.virt) { in efct_io_pool_create()
92 io->rspbuf.size, io->rspbuf.virt, in efct_io_pool_free()
93 io->rspbuf.phys); in efct_io_pool_free()
94 memset(&io->rspbuf, 0, sizeof(struct efc_dma)); in efct_io_pool_free()
H A Defct_io.h147 struct efc_dma rspbuf; member
H A Defct_scsi.c776 struct fcp_resp_with_ext *fcprsp = io->rspbuf.virt; in efct_scsi_send_resp()
784 sns_data = (u8 *)io->rspbuf.virt + sizeof(*fcprsp); in efct_scsi_send_resp()
824 io->sgl[0].addr = io->rspbuf.phys; in efct_scsi_send_resp()
1005 fcprsp = io->rspbuf.virt; in efct_scsi_send_tmf_resp()
1021 io->sgl[0].addr = io->rspbuf.phys; in efct_scsi_send_tmf_resp()
/linux/drivers/nvme/host/
H A Dfc.c73 union nvmefc_ls_responses *rspbuf; member
1426 sizeof(*lsop->rspbuf), DMA_TO_DEVICE); in nvme_fc_xmt_ls_rsp_free()
1428 sizeof(*lsop->rspbuf), DMA_TO_DEVICE); in nvme_fc_xmt_ls_rsp_free()
1430 kfree(lsop->rspbuf); in nvme_fc_xmt_ls_rsp_free()
1454 sizeof(*lsop->rspbuf), DMA_TO_DEVICE); in nvme_fc_xmt_ls_rsp()
1506 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvme_fc_match_disconn_ls()
1507 sizeof(*oldls->rspbuf), in nvme_fc_match_disconn_ls()
1529 &lsop->rspbuf->rsp_dis_assoc; in nvme_fc_ls_disconnect_assoc()
1592 lsop->lsrsp->rspbuf = lsop->rspbuf; in nvme_fc_handle_ls_rqst()
1608 lsop->lsrsp->rsplen = nvme_fc_format_rjt(lsop->rspbuf, in nvme_fc_handle_ls_rqst()
[all …]
/linux/drivers/platform/surface/
H A Dsurface_acpi_notify.c565 u8 rspbuf[SAN_GSB_MAX_RESPONSE]; in san_rqst() local
583 rsp.capacity = ARRAY_SIZE(rspbuf); in san_rqst()
585 rsp.pointer = &rspbuf[0]; in san_rqst()
/linux/include/linux/
H A Dnvme-fc-driver.h121 void *rspbuf; member
/linux/drivers/nvme/target/
H A Dfcloop.c396 memcpy(lsreq->rspaddr, lsrsp->rspbuf, in fcloop_h2t_xmt_ls_rsp()
518 memcpy(lsreq->rspaddr, lsrsp->rspbuf, in fcloop_t2h_xmt_ls_rsp()