Searched refs:pkt_count (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_fc_mgr.c | 276 sw_acc_tbl_entry->pkt_count += FLOW_CNTR_PKTS(stats[i], in ulp_bulk_get_flow_stats() 319 sw_acc_tbl_entry->pkt_count = FLOW_CNTR_PKTS(stats, dparms); in ulp_get_single_flow_stat() 328 t_sw->pkt_count, in ulp_get_single_flow_stat() 542 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].pkt_count = 0; in ulp_fc_mgr_cntr_reset() 614 if (sw_acc_tbl_entry->pkt_count) { in ulp_fc_mgr_query_count_get() 617 count->hits = sw_acc_tbl_entry->pkt_count; in ulp_fc_mgr_query_count_get() 621 sw_acc_tbl_entry->pkt_count = 0; in ulp_fc_mgr_query_count_get()
|
| H A D | ulp_fc_mgr.h | 25 uint64_t pkt_count; member
|
| H A D | ulp_flow_db.h | 60 uint64_t pkt_count; member
|
| H A D | ulp_flow_db.c | 1799 p_pdb->parent_flow_tbl[idx].pkt_count += in ulp_flow_db_parent_flow_count_update() 1841 p_pdb->parent_flow_tbl[idx].pkt_count; in ulp_flow_db_parent_flow_count_get() 1845 p_pdb->parent_flow_tbl[idx].pkt_count = 0; in ulp_flow_db_parent_flow_count_get() 1880 p_pdb->parent_flow_tbl[idx].pkt_count = 0; in ulp_flow_db_parent_flow_count_reset()
|
| /f-stack/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
|
| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_ddm.c | 123 return ddm->queue_stats.pkt_count; in ark_ddm_queue_pkt_count()
|
| H A D | ark_ddm.h | 88 volatile uint64_t pkt_count; member
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_ev.c | 424 unsigned int pkt_count; in ef10_ev_rx_packed_stream() local 443 pkt_count = (pkt_count_lbits - eersp->eers_rx_stream_npackets) & in ef10_ev_rx_packed_stream() 445 eersp->eers_rx_stream_npackets += pkt_count; in ef10_ev_rx_packed_stream() 497 should_abort = eecp->eec_rx_ps(arg, label, current_id, pkt_count, in ef10_ev_rx_packed_stream()
|
| H A D | efx.h | 2416 __in uint32_t pkt_count,
|
| /f-stack/dpdk/drivers/raw/octeontx2_ep/ |
| H A D | otx2_ep_enqdeq.c | 743 uint32_t pkt_count; in sdp_check_droq_pkts() local 746 pkt_count = rte_read32(droq->pkts_sent_reg); in sdp_check_droq_pkts() 749 new_pkts = pkt_count - droq->last_pkt_count; in sdp_check_droq_pkts()
|
| /f-stack/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
|