Lines Matching refs:rswitch
144 spin_lock(&rdev->rswitch->lock);
146 if (rdev->rswitch->ops) {
147 spin_unlock(&rdev->rswitch->lock);
151 rdev->rswitch->ops = &tsi568_switch_ops;
152 spin_unlock(&rdev->rswitch->lock);
159 spin_lock(&rdev->rswitch->lock);
160 if (rdev->rswitch->ops != &tsi568_switch_ops) {
161 spin_unlock(&rdev->rswitch->lock);
164 rdev->rswitch->ops = NULL;
165 spin_unlock(&rdev->rswitch->lock);