Lines Matching defs:oslot_tx
2863 int oslot_tx, oslot_rx;
2868 oslot_tx = hc->chan[ch].slot_tx;
2876 __func__, hc->id, ch, protocol, oslot_tx, slot_tx,
2879 if (oslot_tx >= 0 && slot_tx != oslot_tx) {
2883 __func__, oslot_tx);
2884 if (hc->slot_owner[oslot_tx << 1] == ch) {
2885 HFC_outb(hc, R_SLOT, oslot_tx << 1);
2889 hc->slot_owner[oslot_tx << 1] = -1;
2895 __func__, hc->slot_owner[oslot_tx << 1]);