Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h155 bool enable_stats,
Di40e_common.c2420 bool enable_stats, in i40e_aq_add_veb() argument
2448 if (!enable_stats) in i40e_aq_add_veb()
Di40e_main.c14828 bool enable_stats = !!(pf->flags & I40E_FLAG_VEB_STATS_ENABLED); in i40e_add_veb() local
14833 &veb->seid, enable_stats, NULL); in i40e_add_veb()
/linux-6.6.21/tools/lib/bpf/
Dbpf.c1245 const size_t attr_sz = offsetofend(union bpf_attr, enable_stats); in bpf_enable_stats()
1250 attr.enable_stats.type = type; in bpf_enable_stats()
/linux-6.6.21/tools/include/uapi/linux/
Dbpf.h1677 } enable_stats; member
/linux-6.6.21/include/uapi/linux/
Dbpf.h1677 } enable_stats; member
/linux-6.6.21/kernel/bpf/
Dsyscall.c5241 #define BPF_ENABLE_STATS_LAST_FIELD enable_stats.type
5252 switch (attr->enable_stats.type) { in bpf_enable_stats()