Lines Matching defs:oslot_tx
2830 int oslot_tx, oslot_rx;
2835 oslot_tx = hc->chan[ch].slot_tx;
2843 __func__, hc->id, ch, protocol, oslot_tx, slot_tx,
2846 if (oslot_tx >= 0 && slot_tx != oslot_tx) {
2850 __func__, oslot_tx);
2851 if (hc->slot_owner[oslot_tx << 1] == ch) {
2852 HFC_outb(hc, R_SLOT, oslot_tx << 1);
2856 hc->slot_owner[oslot_tx << 1] = -1;
2862 __func__, hc->slot_owner[oslot_tx << 1]);