Home
last modified time | relevance | path

Searched refs:iovec (Results 1 – 19 of 19) sorted by relevance

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h2007 iovec->buf_cnt = 0; in prepare_iov_from_pkt()
2027 iovec->bufs[index].vaddr = seg_data; in prepare_iov_from_pkt()
2028 iovec->bufs[index].size = seg_size; in prepare_iov_from_pkt()
2039 iovec->bufs[index].size = seg_size; in prepare_iov_from_pkt()
2046 iovec->buf_cnt = index; in prepare_iov_from_pkt()
2057 struct roc_se_iov_ptr *iovec; in prepare_iov_from_pkt_inplace() local
2075 iovec = param->src_iov; in prepare_iov_from_pkt_inplace()
2076 iovec->bufs[index].vaddr = seg_data; in prepare_iov_from_pkt_inplace()
2077 iovec->bufs[index].size = seg_size; in prepare_iov_from_pkt_inplace()
2089 iovec->bufs[index].size = seg_size; in prepare_iov_from_pkt_inplace()
[all …]
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h2966 iovec->buf_cnt = 0; in prepare_iov_from_pkt()
2988 iovec->bufs[index].vaddr = seg_data; in prepare_iov_from_pkt()
2990 iovec->bufs[index].size = seg_size; in prepare_iov_from_pkt()
3003 iovec->bufs[index].size = seg_size; in prepare_iov_from_pkt()
3010 iovec->buf_cnt = index; in prepare_iov_from_pkt()
3023 iov_ptr_t *iovec; in prepare_iov_from_pkt_inplace() local
3046 iovec = param->src_iov; in prepare_iov_from_pkt_inplace()
3047 iovec->bufs[index].vaddr = seg_data; in prepare_iov_from_pkt_inplace()
3049 iovec->bufs[index].size = seg_size; in prepare_iov_from_pkt_inplace()
3063 iovec->bufs[index].size = seg_size; in prepare_iov_from_pkt_inplace()
[all …]
/dpdk/examples/vhost_blk/
H A Dvhost_blk.h99 struct iovec iovs[VHOST_BLK_MAX_IOVS];
H A Dvhost_blk.c150 desc_payload_to_iovs(struct vhost_blk_ctrlr *ctrlr, struct iovec *iovs, in desc_payload_to_iovs()
212 struct iovec *iovs, uint32_t *iovs_idx, in setup_iovs_from_descs_split()
243 struct iovec *iovs, uint32_t *iovs_idx, in setup_iovs_from_descs_packed()
274 struct iovec *iovs, uint32_t *iovs_idx, in setup_iovs_from_inflight_desc()
/dpdk/drivers/net/tap/
H A Drte_eth_tap.h54 struct iovec (*iovecs)[]; /* descriptors for this queue */
H A Drte_eth_tap.c588 struct iovec iovecs[mbuf->nb_segs + 2]; in tap_write_mbufs()
1600 struct iovec (*iovecs)[nb_desc + 1]; in tap_rx_queue_setup()
/dpdk/drivers/bus/vmbus/
H A Dvmbus_channel.c108 struct iovec iov[3]; in rte_vmbus_chan_send()
150 struct iovec iov[4]; in rte_vmbus_chan_send_sglist()
H A Dprivate.h140 int vmbus_txbr_write(struct vmbus_br *tbr, const struct iovec iov[], int iovlen,
H A Dvmbus_bufring.c108 vmbus_txbr_write(struct vmbus_br *tbr, const struct iovec iov[], int iovlen, in vmbus_txbr_write()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_socket.c40 struct iovec io = { in mlx5_pmd_socket_handle()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_nl.c278 struct iovec iov[2] = { in mlx5_nl_request()
320 struct iovec iov = { in mlx5_nl_send()
363 struct iovec iov; in mlx5_nl_recv()
1916 struct iovec iov = { in mlx5_nl_read_events()
/dpdk/lib/vhost/
H A Dvirtio_net.c938 iter->iov = async->iovec + async->iovec_idx; in async_iter_initialize()
949 struct vhost_iovec *iovec; in async_iter_add_iovec() local
963 iovec = async->iovec + async->iovec_idx; in async_iter_add_iovec()
965 iovec->src_addr = src; in async_iter_add_iovec()
966 iovec->dst_addr = dst; in async_iter_add_iovec()
967 iovec->len = len; in async_iter_add_iovec()
H A Dsocket.c105 struct iovec iov; in read_fd_message()
158 struct iovec iov; in send_fd_message()
H A Dvhost.h187 struct vhost_iovec iovec[VHOST_MAX_ASYNC_VEC]; member
/dpdk/drivers/net/af_packet/
H A Drte_eth_af_packet.c44 struct iovec *rd;
61 struct iovec *rd;
/dpdk/lib/eal/common/
H A Deal_common_proc.c266 struct iovec iov; in read_msg()
679 struct iovec iov; in send_msg()
/dpdk/drivers/net/memif/
H A Dmemif_socket.c34 struct iovec iov[1]; in memif_msg_send()
638 struct iovec iov[1]; in memif_msg_receive()
/dpdk/lib/pcapng/
H A Drte_pcapng.c539 struct iovec iov[iovcnt]; in rte_pcapng_write_packets()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c110 struct iovec iov; in vhost_user_write()