Searched refs:vtx (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_rxtx_vec_avx2.c | 718 vtx(volatile struct i40e_tx_desc *txdp, in vtx() function 786 vtx(txdp, tx_pkts, n - 1, flags); in i40e_xmit_fixed_burst_vec_avx2() 804 vtx(txdp, tx_pkts, nb_commit, flags); in i40e_xmit_fixed_burst_vec_avx2()
|
| H A D | i40e_rxtx_vec_altivec.c | 542 vtx(volatile struct i40e_tx_desc *txdp, in vtx() function 598 vtx(txdp, tx_pkts, nb_commit, flags); in i40e_xmit_fixed_burst_vec()
|
| H A D | i40e_rxtx_vec_avx512.c | 1002 vtx(volatile struct i40e_tx_desc *txdp, in vtx() function 1081 vtx(txdp, tx_pkts, n - 1, flags); in i40e_xmit_fixed_burst_vec_avx512() 1099 vtx(txdp, tx_pkts, nb_commit, flags); in i40e_xmit_fixed_burst_vec_avx512()
|
| H A D | i40e_rxtx_vec_sse.c | 691 vtx(volatile struct i40e_tx_desc *txdp, in vtx() function 746 vtx(txdp, tx_pkts, nb_commit, flags); in i40e_xmit_fixed_burst_vec()
|
| H A D | i40e_rxtx_vec_neon.c | 668 vtx(volatile struct i40e_tx_desc *txdp, struct rte_mbuf **pkt, in vtx() function 723 vtx(txdp, tx_pkts, nb_commit, flags); in i40e_xmit_fixed_burst_vec()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_rxtx_vec_neon.c | 561 vtx(volatile union ixgbe_adv_tx_desc *txdp, in vtx() function 619 vtx(txdp, tx_pkts, nb_commit, flags); in ixgbe_xmit_fixed_burst_vec()
|
| H A D | ixgbe_rxtx_vec_sse.c | 683 vtx(volatile union ixgbe_adv_tx_desc *txdp, in vtx() function 742 vtx(txdp, tx_pkts, nb_commit, flags); in ixgbe_xmit_fixed_burst_vec()
|
| /dpdk/drivers/net/fm10k/ |
| H A D | fm10k_rxtx_vec.c | 752 vtx(volatile struct fm10k_tx_desc *txdp, in vtx() function 876 vtx(txdp, tx_pkts, nb_commit, flags); in fm10k_xmit_fixed_burst_vec()
|