Lines Matching refs:ctx
84 QDF_STATUS mlo_reg_mlme_ext_cb(struct mlo_mgr_context *ctx, in mlo_reg_mlme_ext_cb() argument
87 if (!ctx) in mlo_reg_mlme_ext_cb()
90 ctx->mlme_ops = ops; in mlo_reg_mlme_ext_cb()
94 QDF_STATUS mlo_unreg_mlme_ext_cb(struct mlo_mgr_context *ctx) in mlo_unreg_mlme_ext_cb() argument
96 if (!ctx) in mlo_unreg_mlme_ext_cb()
99 ctx->mlme_ops = NULL; in mlo_unreg_mlme_ext_cb()
611 if (req->ctx.validate_set_mlo_link_cb) { in mlo_link_set_active()
612 status = req->ctx.validate_set_mlo_link_cb(psoc, param); in mlo_link_set_active()
616 if (req->ctx.set_mlo_link_cb) in mlo_link_set_active()
617 req->ctx.set_mlo_link_cb(req->ctx.vdev, in mlo_link_set_active()
618 req->ctx.cb_arg, in mlo_link_set_active()
673 if (req->ctx.set_mlo_link_cb) in mlo_link_set_active_resp_vdev_handler()
674 req->ctx.set_mlo_link_cb(vdev, req->ctx.cb_arg, event); in mlo_link_set_active_resp_vdev_handler()
736 if (req->ctx.set_mlo_link_cb) in mlo_ser_set_link_cb()
737 req->ctx.set_mlo_link_cb(vdev, req->ctx.cb_arg, NULL); in mlo_ser_set_link_cb()
763 vdev = req->ctx.vdev; in mlo_ser_set_link_req()