Lines Matching refs:cmn_mlo_ops
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()
3350 !soc->ops->cmn_mlo_ops->mlo_dev_ctxt_detach) in cdp_mlo_dev_ctxt_detach()
3353 return soc->ops->cmn_mlo_ops->mlo_dev_ctxt_detach(soc, vdev_id, in cdp_mlo_dev_ctxt_detach()