Searched refs:tx_count (Results 1 – 8 of 8) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_table_pipeline.c | 412 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 D | test_table_acl.c | 645 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 D | test_link_bonding.c | 1488 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 D | nfp_rxtx.c | 626 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 D | nfp_rxtx.h | 109 uint32_t tx_count; member
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_vfpf.c | 246 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 D | bnx2x.h | 2018 int bnx2x_vf_get_resources(struct bnx2x_softc *sc, uint8_t tx_count, uint8_t rx_count);
|
| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_8023ad.c | 1374 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()
|