Lines Matching defs:slot_rx
1970 (hc->chan[ch].slot_rx < 0) &&
2205 (hc->chan[ch].slot_rx < 0) &&
2860 int bank_tx, int slot_rx, int bank_rx)
2869 oslot_rx = hc->chan[ch].slot_rx;
2877 bank_tx, oslot_rx, slot_rx, bank_rx);
2899 if (oslot_rx >= 0 && slot_rx != oslot_rx) {
2948 if (slot_rx < 0) {
2951 hc->chan[ch].slot_rx = -1;
2966 __func__, ch, slot_rx, bank_rx,
2968 HFC_outb(hc, R_SLOT, (slot_rx << 1) | V_SL_DIR);
2970 hc->slot_owner[(slot_rx << 1) | 1] = ch;
2971 hc->chan[ch].slot_rx = slot_rx;
3011 (hc->chan[ch].slot_rx < 0) &&
3179 int slot_rx, int bank_rx)
3181 if (slot_tx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) {
3189 slot_rx, bank_rx);
3204 hc->chan[ch].bank_tx, hc->chan[ch].slot_rx,
3496 hc->chan[bch->slot].slot_rx,
3566 int slot_rx;
3616 slot_rx = cq->p2 & 0xff;
3623 slot_rx, bank_rx);
3625 slot_rx < hc->slots && bank_rx <= 2)
3627 slot_tx, bank_tx, slot_rx, bank_rx);
3633 slot_rx, bank_rx);
3868 hc->chan[hc->dnum[pt]].slot_rx = -1;
3879 hc->chan[i].slot_rx = -1;
3976 hc->chan[i].slot_rx = -1;
3981 hc->chan[i - 2].slot_rx = -1;
3985 hc->chan[i - 1].slot_rx = -1;