Searched refs:pkt_count (Results 1 – 12 of 12) sorted by relevance
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_fc_mgr.c | 291 sw_acc_tbl_entry->pkt_count += FLOW_CNTR_PKTS(stats[i], in ulp_bulk_get_flow_stats() 408 sw_acc_tbl_entry->pkt_count += FLOW_CNTR_PKTS(stats, dparms); in ulp_get_single_flow_stat() 419 t_sw->pkt_count, in ulp_get_single_flow_stat() 657 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].pkt_count = 0; in ulp_fc_mgr_cntr_reset() 743 if (sw_acc_tbl_entry->pkt_count) { in ulp_fc_mgr_query_count_get() 746 count->hits = sw_acc_tbl_entry->pkt_count; in ulp_fc_mgr_query_count_get() 750 sw_acc_tbl_entry->pkt_count = 0; in ulp_fc_mgr_query_count_get()
|
| H A D | ulp_fc_mgr.h | 27 uint64_t pkt_count; member
|
| H A D | ulp_flow_db.h | 64 uint64_t pkt_count; member
|
| H A D | ulp_flow_db.c | 1746 pc_entry->pkt_count += packet_count; in ulp_flow_db_parent_flow_count_update() 1777 *packet_count = pc_entry->pkt_count; in ulp_flow_db_parent_flow_count_get() 1780 pc_entry->pkt_count = 0; in ulp_flow_db_parent_flow_count_get() 1812 p_pdb->parent_flow_tbl[idx].pkt_count = 0; in ulp_flow_db_parent_flow_count_reset()
|
| /dpdk/drivers/net/liquidio/ |
| H A D | lio_rxtx.c | 610 uint32_t pkt_count; in lio_droq_check_hw_for_pkts() local 612 pkt_count = rte_read32(droq->pkts_sent_reg); in lio_droq_check_hw_for_pkts() 614 last_count = pkt_count - droq->pkt_count; in lio_droq_check_hw_for_pkts() 615 droq->pkt_count = pkt_count; in lio_droq_check_hw_for_pkts() 631 uint32_t pkt_count = 0; in lio_dev_recv_pkts() local 636 if (!pkt_count) in lio_dev_recv_pkts() 639 if (pkt_count > budget) in lio_dev_recv_pkts() 640 pkt_count = budget; in lio_dev_recv_pkts() 646 pkt_count); in lio_dev_recv_pkts() 648 if (droq->pkt_count) { in lio_dev_recv_pkts() [all …]
|
| H A D | lio_struct.h | 83 uint32_t pkt_count; member
|
| /dpdk/drivers/net/ark/ |
| H A D | ark_ddm.c | 134 return ddm->queue_stats.pkt_count; in ark_ddm_queue_pkt_count()
|
| H A D | ark_ddm.h | 94 volatile uint64_t pkt_count; member
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_ev.c | 426 unsigned int pkt_count; in ef10_ev_rx_packed_stream() local 445 pkt_count = (pkt_count_lbits - eersp->eers_rx_stream_npackets) & in ef10_ev_rx_packed_stream() 447 eersp->eers_rx_stream_npackets += pkt_count; in ef10_ev_rx_packed_stream() 499 should_abort = eecp->eec_rx_ps(arg, label, current_id, pkt_count, in ef10_ev_rx_packed_stream()
|
| H A D | efx.h | 2492 __in uint32_t pkt_count,
|
| /dpdk/drivers/net/octeontx_ep/ |
| H A D | otx_ep_rxtx.c | 971 volatile uint64_t pkt_count; in otx_ep_check_droq_pkts() local 975 pkt_count = rte_read32(droq->pkts_sent_reg); in otx_ep_check_droq_pkts() 976 rte_write32(pkt_count, droq->pkts_sent_reg); in otx_ep_check_droq_pkts() 977 new_pkts = pkt_count; in otx_ep_check_droq_pkts()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_ev.c | 193 uint32_t pkt_count, uint16_t flags) in sfc_ev_nop_rx_ps() argument 199 evq->evq_index, label, id, pkt_count, flags); in sfc_ev_nop_rx_ps() 206 __rte_unused uint32_t pkt_count, __rte_unused uint16_t flags) in sfc_ev_dp_rx_ps() argument
|