Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_table_pipeline.c410 int tx_count; in test_pipeline_single_filter() local
464 tx_count = 0; in test_pipeline_single_filter()
483 tx_count += ret; in test_pipeline_single_filter()
487 if (tx_count != expected_count) { in test_pipeline_single_filter()
491 expected_count, tx_count); in test_pipeline_single_filter()
H A Dtest_table_acl.c643 int i, j, ret, tx_count; in test_pipeline_single_filter() local
680 tx_count = 0; in test_pipeline_single_filter()
698 tx_count += ret; in test_pipeline_single_filter()
702 if (tx_count != expected_count) { in test_pipeline_single_filter()
706 __func__, expected_count, tx_count); in test_pipeline_single_filter()
H A Dtest_link_bonding.c1485 int i, first_fail_idx, tx_count; in test_roundrobin_tx_burst_slave_tx_fail() local
1522 TEST_ASSERT_EQUAL(tx_count, TEST_RR_SLAVE_TX_FAIL_BURST_SIZE - in test_roundrobin_tx_burst_slave_tx_fail()
1524 "Transmitted (%d) an unexpected (%d) number of packets", tx_count, in test_roundrobin_tx_burst_slave_tx_fail()
1532 i, expected_tx_fail_pkts[i], pkt_burst[i + tx_count]); in test_roundrobin_tx_burst_slave_tx_fail()
1567 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 …]
/f-stack/dpdk/drivers/net/szedata2/
H A Drte_eth_szedata2.c70 unsigned int tx_count; member
1519 internals->max_tx_queues = pi->tx_count; in rte_szedata2_eth_dev_init()
1724 pi[current].tx_count == 0) { in get_port_info()
1733 pi[current].tx_count)) { in get_port_info()
1740 pi[current].tx_count += port_tx_queues; in get_port_info()
1746 pi[0].tx_count = max_tx_queues; in get_port_info()
/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net_pmd.h218 uint32_t tx_count; member
H A Dnfp_net.c247 for (i = 0; i < txq->tx_count; i++) { in nfp_net_tx_queue_release_mbufs()
1748 txq->tx_count = nb_desc; in nfp_net_tx_queue_setup()
2200 todo = qcp_rd_p + txq->tx_count - txq->rd_p; in nfp_net_tx_free_bufs()
2209 if (unlikely(txq->rd_p >= txq->tx_count)) in nfp_net_tx_free_bufs()
2210 txq->rd_p -= txq->tx_count; in nfp_net_tx_free_bufs()
2220 return txq->tx_count - (txq->wr_p - txq->rd_p) - 8; in nfp_free_tx_desc()
2340 if (unlikely(txq->wr_p == txq->tx_count)) /* wrapping?*/ in nfp_net_xmit_pkts()
/f-stack/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.h2017 int bnx2x_vf_get_resources(struct bnx2x_softc *sc, uint8_t tx_count, uint8_t rx_count);
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c1346 uint16_t tx_count = rte_eth_tx_burst(slave_id, in bond_mode_8023ad_handle_slow_pkt() local
1349 if (tx_count != 1) { in bond_mode_8023ad_handle_slow_pkt()