Lines Matching refs:rswitch
277 route_port = rdev->rswitch->route_table[regval];
305 spin_lock(&rdev->rswitch->lock);
307 if (rdev->rswitch->ops) {
308 spin_unlock(&rdev->rswitch->lock);
311 rdev->rswitch->ops = &tsi57x_switch_ops;
319 spin_unlock(&rdev->rswitch->lock);
326 spin_lock(&rdev->rswitch->lock);
327 if (rdev->rswitch->ops != &tsi57x_switch_ops) {
328 spin_unlock(&rdev->rswitch->lock);
331 rdev->rswitch->ops = NULL;
332 spin_unlock(&rdev->rswitch->lock);