1
0

qcacmn: Add support to get stats for MLD interface

Add support to get stats for MLD interface in single netdev model

Change-Id: I223a5c003191147970be57b92e99f1df3c66b339
CRs-Fixed: 3444443
Este cometimento está contido em:
Harsh Kumar Bijlani
2023-03-13 19:07:04 +05:30
cometido por Madan Koyyalamudi
ascendente 8ca91ab2bf
cometimento af094fe095
8 ficheiros modificados com 266 adições e 34 eliminações

Ver ficheiro

@@ -156,6 +156,7 @@ enum cdp_peer_txq_flush_policy {
* @mlo_update_mlo_ts_offset: update MLO timestamp offset for SOC
* @mlo_ctxt_attach: Attach DP MLO context
* @mlo_ctxt_detach: Detach DP MLO context
* @mlo_get_mld_vdev_stats: Get MLD vdev stats
*/
struct cdp_mlo_ops {
void (*mlo_soc_setup)(struct cdp_soc_t *cdp_soc,
@@ -178,6 +179,8 @@ struct cdp_mlo_ops {
uint64_t delta_tqm);
void (*mlo_update_mlo_ts_offset)(struct cdp_soc_t *soc_hdl,
uint64_t offset);
QDF_STATUS (*mlo_get_mld_vdev_stats)(struct cdp_soc_t *soc,
uint8_t vdev_id, void *buf);
};
#endif