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

/linux-master/tools/lib/bpf/
H A Dbpf.c1272 const size_t attr_sz = offsetofend(union bpf_attr, enable_stats);
1277 attr.enable_stats.type = type;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h156 bool enable_stats,
H A Di40e_common.c2394 * @enable_stats: true to turn on VEB stats
2403 bool enable_stats,
2431 if (!enable_stats)
2400 i40e_aq_add_veb(struct i40e_hw *hw, u16 uplink_seid, u16 downlink_seid, u8 enabled_tc, bool default_port, u16 *veb_seid, bool enable_stats, struct i40e_asq_cmd_details *cmd_details) argument
H A Di40e_main.c14738 bool enable_stats = !!test_bit(I40E_FLAG_VEB_STATS_ENA, pf->flags); local
14743 &veb->seid, enable_stats, NULL);
/linux-master/include/uapi/linux/
H A Dbpf.h1802 } enable_stats; member in union:bpf_attr
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1802 } enable_stats; member in union:bpf_attr
/linux-master/kernel/bpf/
H A Dsyscall.c5497 #define BPF_ENABLE_STATS_LAST_FIELD enable_stats.type
5508 switch (attr->enable_stats.type) {

Completed in 528 milliseconds