Searched refs:stats_mask (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi_port_common.h | 23 u32 stats_mask; member
|
H A D | mcdi_port_common.c | 41 cfg->stats_mask = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_STATS_MASK); in efx_mcdi_get_phy_cfg()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | mcdi_port_common.h | 23 u32 stats_mask; member
|
H A D | mcdi_port_common.c | 40 cfg->stats_mask = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_STATS_MASK); in efx_mcdi_get_phy_cfg()
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_sample_user.h | 10 enum stats_mask { enum
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.h | 138 int wcn36xx_smd_get_stats(struct wcn36xx *wcn, u8 sta_index, u32 stats_mask,
|
H A D | smd.c | 2592 int wcn36xx_smd_get_stats(struct wcn36xx *wcn, u8 sta_index, u32 stats_mask, in wcn36xx_smd_get_stats() argument 2600 if (stats_mask & ~HAL_GLOBAL_CLASS_A_STATS_INFO) { in wcn36xx_smd_get_stats() 2602 stats_mask); in wcn36xx_smd_get_stats() 2610 msg_body.stats_mask = stats_mask; in wcn36xx_smd_get_stats() 2629 if (rsp->stats_mask != stats_mask) { in wcn36xx_smd_get_stats() 2631 rsp->stats_mask, stats_mask); in wcn36xx_smd_get_stats() 2635 if (rsp->stats_mask & HAL_GLOBAL_CLASS_A_STATS_INFO) { in wcn36xx_smd_get_stats()
|
H A D | hal.h | 2558 u32 stats_mask; member 2774 u32 stats_mask; member
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfi_enet.h | 659 u16 stats_mask; member
|
H A D | bna_enet.c | 1850 stats_req->stats_mask = htons(BFI_ENET_STATS_ALL); in bna_bfi_stats_get()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-ops.h | 128 struct sk_buff *(*gen_request_stats)(struct ath10k *ar, u32 stats_mask); 1072 ath10k_wmi_request_stats(struct ath10k *ar, u32 stats_mask) in ath10k_wmi_request_stats() argument 1079 skb = ar->wmi.ops->gen_request_stats(ar, stats_mask); in ath10k_wmi_request_stats()
|
H A D | wmi-tlv.c | 2990 ath10k_wmi_tlv_op_gen_request_stats(struct ath10k *ar, u32 stats_mask) in ath10k_wmi_tlv_op_gen_request_stats() argument 3004 cmd->stats_id = __cpu_to_le32(stats_mask); in ath10k_wmi_tlv_op_gen_request_stats()
|
H A D | wmi.c | 7898 ath10k_wmi_op_gen_request_stats(struct ath10k *ar, u32 stats_mask) in ath10k_wmi_op_gen_request_stats() argument 7908 cmd->stats_id = __cpu_to_le32(stats_mask); in ath10k_wmi_op_gen_request_stats() 7911 stats_mask); in ath10k_wmi_op_gen_request_stats()
|