Home
last modified time | relevance | path

Searched refs:enable_stats (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h144 bool enable_stats,
H A Di40e_common.c2119 bool enable_stats, in i40e_aq_add_veb() argument
2147 if (!enable_stats) in i40e_aq_add_veb()
H A Di40e_main.c14751 bool enable_stats = !!test_bit(I40E_FLAG_VEB_STATS_ENA, pf->flags); in i40e_add_veb() local
14756 &veb->seid, enable_stats, NULL); in i40e_add_veb()
/linux-6.15/tools/lib/bpf/
H A Dbpf.c1288 const size_t attr_sz = offsetofend(union bpf_attr, enable_stats); in bpf_enable_stats()
1293 attr.enable_stats.type = type; in bpf_enable_stats()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h1827 } enable_stats; member
/linux-6.15/include/uapi/linux/
H A Dbpf.h1827 } enable_stats; member
/linux-6.15/kernel/bpf/
H A Dsyscall.c5671 #define BPF_ENABLE_STATS_LAST_FIELD enable_stats.type
5682 switch (attr->enable_stats.type) { in bpf_enable_stats()