Searched refs:queue_stats (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nf_queue.c | 28 static unsigned int queue_stats[5]; variable 114 queue_stats[ph->hook]++; in queue_cb() 196 last = queue_stats[0]; in print_stats() 199 printf("hook %d packets %08u\n", i, queue_stats[i]); in print_stats() 200 last = queue_stats[i]; in print_stats()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_txrx.h | 69 struct queue_stats { struct 75 struct queue_stats stats; argument 103 struct queue_stats stats;
|
| H A D | otx2_common.c | 27 static void otx2_nix_rq_op_stats(struct queue_stats *stats, in otx2_nix_rq_op_stats() 40 static void otx2_nix_sq_op_stats(struct queue_stats *stats, in otx2_nix_sq_op_stats()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_drv_debug.c | 221 priv->debug.tx_stats.queue_stats[IEEE80211_AC_BE]); in read_file_xmit() 224 priv->debug.tx_stats.queue_stats[IEEE80211_AC_BK]); in read_file_xmit() 227 priv->debug.tx_stats.queue_stats[IEEE80211_AC_VI]); in read_file_xmit() 230 priv->debug.tx_stats.queue_stats[IEEE80211_AC_VO]); in read_file_xmit() 460 ASTXQ(queue_stats); in ath9k_htc_get_et_stats()
|
| H A D | htc.h | 331 #define TX_QSTAT_INC(priv, q) do { ((priv)->debug.tx_stats.queue_stats[q]++); } while (0) 353 u32 queue_stats[IEEE80211_NUM_ACS]; member
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | rss_ctx.py | 77 queue_stats = [0] * (max_q + 1) 79 queue_stats[q["queue-id"]] = q["rx-packets"] 81 queue_stats[q["queue-id"]] -= prev[q["queue-id"]] 82 return queue_stats
|
| /linux/samples/bpf/ |
| H A D | hbm_edt_kern.c | 71 qsp = bpf_map_lookup_elem(&queue_stats, &queue_index); in _hbm_out_cg()
|
| H A D | hbm_out_kern.c | 75 qsp = bpf_map_lookup_elem(&queue_stats, &queue_index); in _hbm_out_cg()
|
| H A D | hbm_kern.h | 71 } queue_stats SEC(".maps");
|
| /linux/include/net/ |
| H A D | pkt_sched.h | 227 struct tc_taprio_qopt_queue_stats queue_stats; 232 struct tc_taprio_qopt_queue_stats queue_stats; global() member
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_stats.c | 938 &bp->fw_stats_data->queue_stats[i]. in bnx2x_storm_stats_update() 943 &bp->fw_stats_data->queue_stats[i]. in bnx2x_storm_stats_update() 948 &bp->fw_stats_data->queue_stats[i]. in bnx2x_storm_stats_update() 1514 offsetof(struct bnx2x_fw_stats_data, queue_stats); in bnx2x_prep_fw_stats_req() 1708 &bp->fw_stats_data->queue_stats[FCOE_IDX(bp)]; in bnx2x_afex_collect_stats()
|
| H A D | bnx2x.h | 1274 struct per_queue_stats queue_stats[]; member
|
| H A D | bnx2x_vfpf.c | 458 offsetof(struct bnx2x_fw_stats_data, queue_stats); in bnx2x_vfpf_init()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_tc.c | 1112 struct tc_taprio_qopt_queue_stats *q_stats = &qopt->queue_stats; in tc_taprio_queue_stats() 1113 int queue = qopt->queue_stats.queue; in tc_taprio_queue_stats()
|
| /linux/net/sched/ |
| H A D | sch_taprio.c | 2490 .queue_stats = { in taprio_dump_class_stats() 2499 return taprio_dump_xstats(sch, d, &offload, &offload.queue_stats.stats); in taprio_dump_class_stats()
|