/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.h | 65 struct queue_stats { struct 71 struct queue_stats stats; argument 98 struct queue_stats stats;
|
H A D | otx2_common.c | 19 static void otx2_nix_rq_op_stats(struct queue_stats *stats, in otx2_nix_rq_op_stats() 32 static void otx2_nix_sq_op_stats(struct queue_stats *stats, in otx2_nix_sq_op_stats()
|
/openbmc/linux/tools/testing/selftests/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()
|
/openbmc/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
|
/openbmc/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");
|
/openbmc/linux/include/net/ |
H A D | pkt_sched.h | 231 struct tc_taprio_qopt_queue_stats queue_stats; member
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_qos.c | 173 struct tc_taprio_qopt_queue_stats *queue_stats) in enetc_taprio_queue_stats() argument 175 struct tc_taprio_qopt_stats *stats = &queue_stats->stats; in enetc_taprio_queue_stats() 177 int queue = queue_stats->queue; in enetc_taprio_queue_stats() 215 enetc_taprio_queue_stats(ndev, &offload->queue_stats); in enetc_setup_tc_taprio()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.c | 940 &bp->fw_stats_data->queue_stats[i]. in bnx2x_storm_stats_update() 945 &bp->fw_stats_data->queue_stats[i]. in bnx2x_storm_stats_update() 950 &bp->fw_stats_data->queue_stats[i]. in bnx2x_storm_stats_update() 1516 offsetof(struct bnx2x_fw_stats_data, queue_stats); in bnx2x_prep_fw_stats_req() 1710 &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()
|
H A D | bnx2x_main.c | 3439 &bp->fw_stats_data->queue_stats[FCOE_IDX(bp)]. in bnx2x_drv_info_fcoe_stat() 3443 &bp->fw_stats_data->queue_stats[FCOE_IDX(bp)]. in bnx2x_drv_info_fcoe_stat()
|
/openbmc/linux/drivers/net/ethernet/cadence/ |
H A D | macb.h | 1125 struct queue_stats { struct 1235 struct queue_stats stats;
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | hal.h | 874 struct hal_reo_status_queue_stats queue_stats; member
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | hal.h | 986 struct hal_reo_status_queue_stats queue_stats; member
|
/openbmc/linux/net/sched/ |
H A D | sch_taprio.c | 2494 .queue_stats = { in taprio_dump_class_stats() 2503 return taprio_dump_xstats(sch, d, &offload, &offload.queue_stats.stats); in taprio_dump_class_stats()
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 6190 struct tc_taprio_qopt_queue_stats *queue_stats) in igc_taprio_queue_stats() argument 6192 struct tc_taprio_qopt_stats *stats = &queue_stats->stats; in igc_taprio_queue_stats() 6334 igc_taprio_queue_stats(adapter->netdev, &qopt->queue_stats); in igc_tsn_enable_qbv_scheduling()
|