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

/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c620 struct srpt_ioctx *ioctx; local
622 ioctx = kmalloc(ioctx_size, GFP_KERNEL);
623 if (!ioctx)
626 ioctx->buf = kmalloc(dma_size, GFP_KERNEL);
627 if (!ioctx->buf)
630 ioctx->dma = ib_dma_map_single(sdev->device, ioctx->buf, dma_size, dir);
631 if (ib_dma_mapping_error(sdev->device, ioctx->dma))
634 return ioctx;
637 kfree(ioctx
647 srpt_free_ioctx(struct srpt_device *sdev, struct srpt_ioctx *ioctx, int dma_size, enum dma_data_direction dir) argument
713 srpt_get_cmd_state(struct srpt_send_ioctx *ioctx) argument
732 srpt_set_cmd_state(struct srpt_send_ioctx *ioctx, enum srpt_command_state new) argument
754 srpt_test_and_set_cmd_state(struct srpt_send_ioctx *ioctx, enum srpt_command_state old, enum srpt_command_state new) argument
776 srpt_post_recv(struct srpt_device *sdev, struct srpt_recv_ioctx *ioctx) argument
801 srpt_post_send(struct srpt_rdma_ch *ch, struct srpt_send_ioctx *ioctx, int len) argument
855 srpt_get_desc_tbl(struct srpt_send_ioctx *ioctx, struct srp_cmd *srp_cmd, enum dma_data_direction *dir, u64 *data_len) argument
1049 srpt_unmap_sg_to_ib_sge(struct srpt_rdma_ch *ch, struct srpt_send_ioctx *ioctx) argument
1079 srpt_map_sg_to_ib_sge(struct srpt_rdma_ch *ch, struct srpt_send_ioctx *ioctx) argument
1259 struct srpt_send_ioctx *ioctx; local
1302 srpt_abort_cmd(struct srpt_send_ioctx *ioctx) argument
1389 struct srpt_send_ioctx *ioctx; local
1417 srpt_handle_send_comp(struct srpt_rdma_ch *ch, struct srpt_send_ioctx *ioctx) argument
1448 srpt_handle_rdma_comp(struct srpt_rdma_ch *ch, struct srpt_send_ioctx *ioctx, enum srpt_opcode opcode) argument
1472 srpt_handle_rdma_err_comp(struct srpt_rdma_ch *ch, struct srpt_send_ioctx *ioctx, enum srpt_opcode opcode) argument
1520 srpt_build_cmd_rsp(struct srpt_rdma_ch *ch, struct srpt_send_ioctx *ioctx, u64 tag, int status) argument
1578 srpt_build_tskmgmt_rsp(struct srpt_rdma_ch *ch, struct srpt_send_ioctx *ioctx, u8 rsp_code, u64 tag) argument
1682 struct srpt_send_ioctx *ioctx = container_of(cmd, local
1761 srpt_rx_mgmt_fn_tag(struct srpt_send_ioctx *ioctx, u64 tag) argument
1942 struct srpt_recv_ioctx *ioctx; local
2701 struct srpt_recv_ioctx *ioctx, *ioctx_tmp; local
2833 srpt_perform_rdmas(struct srpt_rdma_ch *ch, struct srpt_send_ioctx *ioctx) argument
2919 srpt_xfer_data(struct srpt_rdma_ch *ch, struct srpt_send_ioctx *ioctx) argument
2950 struct srpt_send_ioctx *ioctx; local
2962 struct srpt_send_ioctx *ioctx; local
3018 struct srpt_send_ioctx *ioctx; local
3099 struct srpt_send_ioctx *ioctx = container_of(cmd, local
3107 struct srpt_send_ioctx *ioctx; local
3490 struct srpt_send_ioctx *ioctx = container_of(se_cmd, local
3558 struct srpt_send_ioctx *ioctx; local
3567 struct srpt_send_ioctx *ioctx; local
[all...]
H A Dib_srpt.h199 * @ioctx: See above.
203 struct srpt_ioctx ioctx; member in struct:srpt_recv_ioctx
209 * @ioctx: See above.
229 struct srpt_ioctx ioctx; member in struct:srpt_send_ioctx

Completed in 189 milliseconds