Searched refs:csio_dma_buf (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/scsi/csiostor/ |
D | csio_scsi.h | 231 static inline struct csio_dma_buf * 234 struct csio_dma_buf *ddp; in csio_get_scsi_ddp() 238 struct csio_dma_buf, list); in csio_get_scsi_ddp() 247 csio_put_scsi_ddp(struct csio_scsim *scm, struct csio_dma_buf *ddp) in csio_put_scsi_ddp()
|
D | csio_wr.h | 231 struct csio_dma_buf { struct 248 struct csio_dma_buf dma_buf; /* Req/resp DMA buffers */ argument 338 struct csio_dma_buf flbufs[CSIO_MAX_FLBUF_PER_IQWR]; 374 struct csio_dma_buf *bufs; /* Free list buffer ptr array
|
D | csio_scsi.c | 206 struct csio_dma_buf *dma_buf; in csio_scsi_init_cmd_wr() 298 struct csio_dma_buf *dma_buf; in csio_scsi_init_ultptx_dsgl() 329 dma_buf = (struct csio_dma_buf *)tmp; in csio_scsi_init_ultptx_dsgl() 366 struct csio_dma_buf *dma_buf; in csio_scsi_init_read_wr() 419 struct csio_dma_buf *dma_buf; in csio_scsi_init_write_wr() 563 struct csio_dma_buf *dma_buf = NULL; in csio_setup_ddp() 1504 struct csio_dma_buf *dma_buf; in csio_scsi_copy_to_sgl() 1508 dma_buf = (struct csio_dma_buf *)csio_list_next(&req->gen_list); in csio_scsi_copy_to_sgl() 1514 dma_buf = (struct csio_dma_buf *) in csio_scsi_copy_to_sgl() 1568 struct csio_dma_buf *dma_buf; in csio_scsi_err_handler() [all …]
|
D | csio_wr.c | 66 csio_wr_fl_bufsz(struct csio_sge *sge, struct csio_dma_buf *buf) in csio_wr_fl_bufsz() 120 struct csio_dma_buf *buf = &flq->un.fl.bufs[0]; in csio_wr_fill_fl() 282 sizeof(struct csio_dma_buf), in csio_wr_alloc_q() 1052 struct csio_dma_buf *buf, *fbuf; in csio_wr_process_fl() 1691 struct csio_dma_buf *buf; in csio_wrm_exit()
|
D | csio_lnode.c | 65 enum fcoe_cmn_type, struct csio_dma_buf *, uint32_t); 1725 uint8_t sub_op, struct csio_dma_buf *pld, in csio_ln_mgmt_submit_wr() 1807 enum fcoe_cmn_type req_type, struct csio_dma_buf *pld, in csio_ln_mgmt_submit_req() 1837 struct csio_dma_buf *dma_buf; in csio_ln_fdmi_init() 1870 struct csio_dma_buf *dma_buf; in csio_ln_fdmi_exit()
|