Searched refs:nseg (Results 1 – 5 of 5) sorted by relevance
958 struct rte_mbuf *nseg; in rte_crypto_mbuf_to_vec() local982 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()
516 uint16_t nseg; in rte_pktmbuf_clone() local525 nseg = 0; in rte_pktmbuf_clone()528 nseg++; in rte_pktmbuf_clone()536 mc->nb_segs = nseg; in rte_pktmbuf_clone()
1833 unsigned int ds, nseg; in mlx5_tx_packet_multi_send() local1850 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()
315 int nseg; member
184 dma->nseg = 0; in bnx2x_dma_free()