Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h139 bool enable_stats,
H A Di40e_common.c2645 bool enable_stats, in i40e_aq_add_veb() argument
2673 if (!enable_stats) in i40e_aq_add_veb()
H A Di40e_main.c14122 bool enable_stats = !!(pf->flags & I40E_FLAG_VEB_STATS_ENABLED); in i40e_add_veb() local
14127 &veb->seid, enable_stats, NULL); in i40e_add_veb()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h691 } enable_stats; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h691 } enable_stats; member
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf.c914 attr.enable_stats.type = type; in bpf_enable_stats()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c4280 #define BPF_ENABLE_STATS_LAST_FIELD enable_stats.type
4291 switch (attr->enable_stats.type) { in bpf_enable_stats()