Symbol: stats_mask
drivers/net/ethernet/brocade/bna/bfi_enet.h
659
u16 stats_mask;
drivers/net/ethernet/brocade/bna/bna_enet.c
1850
stats_req->stats_mask = htons(BFI_ENET_STATS_ALL);
drivers/net/ethernet/sfc/mcdi_port_common.c
40
cfg->stats_mask = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_STATS_MASK);
drivers/net/ethernet/sfc/mcdi_port_common.h
23
u32 stats_mask;
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
41
cfg->stats_mask = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_STATS_MASK);
drivers/net/ethernet/sfc/siena/mcdi_port_common.h
23
u32 stats_mask;
drivers/net/wireless/ath/ath10k/wmi-ops.h
1075
ath10k_wmi_request_stats(struct ath10k *ar, u32 stats_mask)
drivers/net/wireless/ath/ath10k/wmi-ops.h
1082
skb = ar->wmi.ops->gen_request_stats(ar, stats_mask);
drivers/net/wireless/ath/ath10k/wmi-ops.h
128
struct sk_buff *(*gen_request_stats)(struct ath10k *ar, u32 stats_mask);
drivers/net/wireless/ath/ath10k/wmi-tlv.c
2991
ath10k_wmi_tlv_op_gen_request_stats(struct ath10k *ar, u32 stats_mask)
drivers/net/wireless/ath/ath10k/wmi-tlv.c
3005
cmd->stats_id = __cpu_to_le32(stats_mask);
drivers/net/wireless/ath/ath10k/wmi.c
7948
ath10k_wmi_op_gen_request_stats(struct ath10k *ar, u32 stats_mask)
drivers/net/wireless/ath/ath10k/wmi.c
7958
cmd->stats_id = __cpu_to_le32(stats_mask);
drivers/net/wireless/ath/ath10k/wmi.c
7961
stats_mask);
drivers/net/wireless/ath/wcn36xx/hal.h
2558
u32 stats_mask;
drivers/net/wireless/ath/wcn36xx/hal.h
2774
u32 stats_mask;
drivers/net/wireless/ath/wcn36xx/smd.c
2532
int wcn36xx_smd_get_stats(struct wcn36xx *wcn, u8 sta_index, u32 stats_mask,
drivers/net/wireless/ath/wcn36xx/smd.c
2540
if (stats_mask & ~HAL_GLOBAL_CLASS_A_STATS_INFO) {
drivers/net/wireless/ath/wcn36xx/smd.c
2542
stats_mask);
drivers/net/wireless/ath/wcn36xx/smd.c
2550
msg_body.stats_mask = stats_mask;
drivers/net/wireless/ath/wcn36xx/smd.c
2569
if (rsp->stats_mask != stats_mask) {
drivers/net/wireless/ath/wcn36xx/smd.c
2571
rsp->stats_mask, stats_mask);
drivers/net/wireless/ath/wcn36xx/smd.c
2575
if (rsp->stats_mask & HAL_GLOBAL_CLASS_A_STATS_INFO) {
drivers/net/wireless/ath/wcn36xx/smd.h
137
int wcn36xx_smd_get_stats(struct wcn36xx *wcn, u8 sta_index, u32 stats_mask,