Searched refs:stat_id (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | cgx.c | 758 int stat_id; in cgx_stats_reset() local 763 for (stat_id = 0 ; stat_id < CGX_RX_STATS_COUNT; stat_id++) { in cgx_stats_reset() 764 if (stat_id >= CGX_RX_STAT_GLOBAL_INDEX) in cgx_stats_reset() 767 (CGXX_CMRX_RX_STAT0 + (stat_id * 8)), 0); in cgx_stats_reset() 770 (CGXX_CMRX_RX_STAT0 + (stat_id * 8)), 0); in cgx_stats_reset() 773 for (stat_id = 0 ; stat_id < CGX_TX_STATS_COUNT; stat_id++) in cgx_stats_reset() 774 cgx_write(cgx, lmac_id, CGXX_CMRX_TX_STAT0 + (stat_id * 8), 0); in cgx_stats_reset()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_vfpf.h | 260 u16 stat_id; /* valid iff VFPF_QUEUE_FLG_STATS */ member 285 u16 stat_id; /* valid iff VFPF_QUEUE_FLG_STATS */ member
|
| H A D | bnx2x_sp.h | 952 u8 stat_id; member
|
| H A D | bnx2x_vfpf.c | 653 req->rxq.stat_id = -1; /* No stats at the moment */ in bnx2x_vfpf_setup_q()
|
| H A D | bnx2x_sriov.c | 195 setup_p->gen_params.stat_id = vfq_stat_id(vf, q); in bnx2x_vfop_qctor_prep()
|
| H A D | bnx2x_sp.c | 4801 params->stat_id; in bnx2x_q_fill_init_general_data()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 40 enum stat_id { enum 120 enum stat_id ids[ALL_STATS_CNT]; 155 int stat_id; member 680 f->stat_id = id; in append_filter() 2327 enum stat_id id, bool asc, bool abs) in cmp_stat() 2392 enum stat_id id, enum stat_variant var, in fetch_join_stat_value() 2448 enum stat_id id, enum stat_variant var, in cmp_join_stat() 2543 static void prepare_value(const struct verif_stats *s, enum stat_id id, in prepare_value() 2637 static int parse_stat_value(const char *str, enum stat_id id, struct verif_stats *st) in parse_stat_value() 2829 static bool is_key_stat(enum stat_id id) in is_key_stat() [all …]
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_vf.h | 252 u16 stat_id; member 263 u16 stat_id; member
|
| H A D | qed_vf.c | 746 req->stat_id = -1; in qed_vf_pf_rxq_start()
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | commands.h | 1052 u8 stat_id; /* configurable DSP phy data set ID */ member
|