Searched refs:cmn_mlo_ops (Results 1 – 3 of 3) sorted by relevance
3275 if (!soc->ops->cmn_mlo_ops || in cdp_mlo_dev_ctxt_create()3276 !soc->ops->cmn_mlo_ops->mlo_dev_ctxt_create) in cdp_mlo_dev_ctxt_create()3279 return soc->ops->cmn_mlo_ops->mlo_dev_ctxt_create(soc, mld_mac_addr); in cdp_mlo_dev_ctxt_create()3298 if (!soc->ops->cmn_mlo_ops || in cdp_mlo_dev_ctxt_destroy()3299 !soc->ops->cmn_mlo_ops->mlo_dev_ctxt_destroy) in cdp_mlo_dev_ctxt_destroy()3302 return soc->ops->cmn_mlo_ops->mlo_dev_ctxt_destroy(soc, mld_mac_addr); in cdp_mlo_dev_ctxt_destroy()3323 if (!soc->ops->cmn_mlo_ops || in cdp_mlo_dev_ctxt_attach()3324 !soc->ops->cmn_mlo_ops->mlo_dev_ctxt_attach) in cdp_mlo_dev_ctxt_attach()3327 return soc->ops->cmn_mlo_ops->mlo_dev_ctxt_attach(soc, vdev_id, in cdp_mlo_dev_ctxt_attach()3349 if (!soc->ops->cmn_mlo_ops || in cdp_mlo_dev_ctxt_detach()[all …]
2632 struct cdp_cmn_mlo_ops *cmn_mlo_ops; member
3471 soc->cdp_soc.ops->cmn_mlo_ops = &dp_cmn_mlo_ops; in dp_soc_initialize_cdp_cmn_mlo_ops()