Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h145 bool enable_stats,
H A Di40e_common.c2089 bool enable_stats, in i40e_aq_add_veb() argument
2117 if (!enable_stats) in i40e_aq_add_veb()
H A Di40e_main.c14716 bool enable_stats = !!test_bit(I40E_FLAG_VEB_STATS_ENA, pf->flags); in i40e_add_veb() local
14721 &veb->seid, enable_stats, NULL); in i40e_add_veb()
/linux/include/uapi/linux/
H A Dbpf.h1894 } enable_stats;
1868 } enable_stats; global() member
/linux/tools/include/uapi/linux/
H A Dbpf.h1894 } enable_stats;
1868 } enable_stats; global() member
/linux/kernel/bpf/
H A Dsyscall.c6001 #define BPF_ENABLE_STATS_LAST_FIELD enable_stats.type
6012 switch (attr->enable_stats.type) { in bpf_enable_stats()