Home
last modified time | relevance | path

Searched refs:nseg (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/cryptodev/
H A Drte_crypto_sym.h958 struct rte_mbuf *nseg; in rte_crypto_mbuf_to_vec() local
982 for (i = 1, nseg = mb->next; nseg != NULL; nseg = nseg->next, i++) { in rte_crypto_mbuf_to_vec()
984 vec[i].base = rte_pktmbuf_mtod(nseg, void *); in rte_crypto_mbuf_to_vec()
985 vec[i].iova = rte_pktmbuf_iova(nseg); in rte_crypto_mbuf_to_vec()
988 seglen = nseg->data_len; in rte_crypto_mbuf_to_vec()
/dpdk/lib/mbuf/
H A Drte_mbuf.c516 uint16_t nseg; in rte_pktmbuf_clone() local
525 nseg = 0; in rte_pktmbuf_clone()
528 nseg++; in rte_pktmbuf_clone()
536 mc->nb_segs = nseg; in rte_pktmbuf_clone()
/dpdk/drivers/net/mlx5/
H A Dmlx5_tx.h1833 unsigned int ds, nseg; in mlx5_tx_packet_multi_send() local
1850 nseg = NB_SEGS(loc->mbuf); in mlx5_tx_packet_multi_send()
1851 ds = 2 + nseg; in mlx5_tx_packet_multi_send()
1897 if (--nseg == 0) in mlx5_tx_packet_multi_send()
1906 if (--nseg == 0) in mlx5_tx_packet_multi_send()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h315 int nseg; member
H A Dbnx2x.c184 dma->nseg = 0; in bnx2x_dma_free()