Searched refs:vtx (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_rxtx_vec_altivec.c | 542 vtx(volatile struct i40e_tx_desc *txdp, in vtx() function 601 vtx(txdp, tx_pkts, nb_commit, flags); in i40e_xmit_fixed_burst_vec()
|
| H A D | i40e_rxtx_vec_neon.c | 522 vtx(volatile struct i40e_tx_desc *txdp, struct rte_mbuf **pkt, in vtx() function 580 vtx(txdp, tx_pkts, nb_commit, flags); in i40e_xmit_fixed_burst_vec()
|
| H A D | i40e_rxtx_vec_avx2.c | 822 vtx(volatile struct i40e_tx_desc *txdp, in vtx() function 893 vtx(txdp, tx_pkts, n - 1, flags); in i40e_xmit_fixed_burst_vec_avx2() 911 vtx(txdp, tx_pkts, nb_commit, flags); in i40e_xmit_fixed_burst_vec_avx2()
|
| H A D | i40e_rxtx_vec_sse.c | 689 vtx(volatile struct i40e_tx_desc *txdp, in vtx() function 747 vtx(txdp, tx_pkts, nb_commit, flags); in i40e_xmit_fixed_burst_vec()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_rxtx_vec_neon.c | 473 vtx(volatile union ixgbe_adv_tx_desc *txdp, in vtx() function 531 vtx(txdp, tx_pkts, nb_commit, flags); in ixgbe_xmit_fixed_burst_vec()
|
| H A D | ixgbe_rxtx_vec_sse.c | 646 vtx(volatile union ixgbe_adv_tx_desc *txdp, in vtx() function 705 vtx(txdp, tx_pkts, nb_commit, flags); in ixgbe_xmit_fixed_burst_vec()
|
| /f-stack/dpdk/drivers/net/fm10k/ |
| H A D | fm10k_rxtx_vec.c | 751 vtx(volatile struct fm10k_tx_desc *txdp, in vtx() function 875 vtx(txdp, tx_pkts, nb_commit, flags); in fm10k_xmit_fixed_burst_vec()
|