Home
last modified time | relevance | path

Searched refs:tx_count (Results 1 – 8 of 8) sorted by relevance

/dpdk/app/test/
H A Dtest_table_pipeline.c412 int tx_count; in test_pipeline_single_filter() local
466 tx_count = 0; in test_pipeline_single_filter()
485 tx_count += ret; in test_pipeline_single_filter()
489 if (tx_count != expected_count) { in test_pipeline_single_filter()
493 expected_count, tx_count); in test_pipeline_single_filter()
H A Dtest_table_acl.c645 int i, j, ret, tx_count; in test_pipeline_single_filter() local
682 tx_count = 0; in test_pipeline_single_filter()
700 tx_count += ret; in test_pipeline_single_filter()
704 if (tx_count != expected_count) { in test_pipeline_single_filter()
708 __func__, expected_count, tx_count); in test_pipeline_single_filter()
H A Dtest_link_bonding.c1488 int i, first_fail_idx, tx_count; in test_roundrobin_tx_burst_slave_tx_fail() local
1525 TEST_ASSERT_EQUAL(tx_count, TEST_RR_SLAVE_TX_FAIL_BURST_SIZE - in test_roundrobin_tx_burst_slave_tx_fail()
1527 "Transmitted (%d) an unexpected (%d) number of packets", tx_count, in test_roundrobin_tx_burst_slave_tx_fail()
1535 i, expected_tx_fail_pkts[i], pkt_burst[i + tx_count]); in test_roundrobin_tx_burst_slave_tx_fail()
1570 TEST_ASSERT_SUCCESS(verify_mbufs_ref_count(&pkt_burst[tx_count], in test_roundrobin_tx_burst_slave_tx_fail()
3659 int i, tx_count; in test_broadcast_tx_burst_slave_tx_fail() local
3705 TEST_ASSERT_EQUAL(tx_count, TEST_BCAST_SLAVE_TX_FAIL_BURST_SIZE - in test_broadcast_tx_burst_slave_tx_fail()
3708 tx_count, TEST_BCAST_SLAVE_TX_FAIL_BURST_SIZE - in test_broadcast_tx_burst_slave_tx_fail()
3715 i, expected_fail_pkts[i], pkts_burst[i + tx_count]); in test_broadcast_tx_burst_slave_tx_fail()
3753 TEST_ASSERT_SUCCESS(verify_mbufs_ref_count(&pkts_burst[tx_count], in test_broadcast_tx_burst_slave_tx_fail()
[all …]
/dpdk/drivers/net/nfp/
H A Dnfp_rxtx.c626 todo = qcp_rd_p + txq->tx_count - txq->rd_p; in nfp_net_tx_free_bufs()
635 if (unlikely(txq->rd_p >= txq->tx_count)) in nfp_net_tx_free_bufs()
636 txq->rd_p -= txq->tx_count; in nfp_net_tx_free_bufs()
649 for (i = 0; i < txq->tx_count; i++) { in nfp_net_tx_queue_release_mbufs()
752 txq->tx_count = nb_desc; in nfp_net_tx_queue_setup()
800 return txq->tx_count - (txq->wr_p - txq->rd_p) - 8; in nfp_free_tx_desc()
981 if (unlikely(txq->wr_p == txq->tx_count)) /* wrapping?*/ in nfp_net_xmit_pkts()
H A Dnfp_rxtx.h109 uint32_t tx_count; member
/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.c246 int bnx2x_vf_get_resources(struct bnx2x_softc *sc, uint8_t tx_count, uint8_t rx_count) in bnx2x_vf_get_resources() argument
263 acq->res_query.num_txqs = tx_count; in bnx2x_vf_get_resources()
H A Dbnx2x.h2018 int bnx2x_vf_get_resources(struct bnx2x_softc *sc, uint8_t tx_count, uint8_t rx_count);
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c1374 uint16_t tx_count = rte_eth_tx_burst(slave_id, in bond_mode_8023ad_handle_slow_pkt() local
1377 if (tx_count != 1) { in bond_mode_8023ad_handle_slow_pkt()