Lines Matching defs:slot_rx
1939 (hc->chan[ch].slot_rx < 0) &&
2174 (hc->chan[ch].slot_rx < 0) &&
2827 int bank_tx, int slot_rx, int bank_rx)
2836 oslot_rx = hc->chan[ch].slot_rx;
2844 bank_tx, oslot_rx, slot_rx, bank_rx);
2866 if (oslot_rx >= 0 && slot_rx != oslot_rx) {
2915 if (slot_rx < 0) {
2918 hc->chan[ch].slot_rx = -1;
2933 __func__, ch, slot_rx, bank_rx,
2935 HFC_outb(hc, R_SLOT, (slot_rx << 1) | V_SL_DIR);
2937 hc->slot_owner[(slot_rx << 1) | 1] = ch;
2938 hc->chan[ch].slot_rx = slot_rx;
2978 (hc->chan[ch].slot_rx < 0) &&
3146 int slot_rx, int bank_rx)
3148 if (slot_tx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) {
3156 slot_rx, bank_rx);
3171 hc->chan[ch].bank_tx, hc->chan[ch].slot_rx,
3463 hc->chan[bch->slot].slot_rx,
3533 int slot_rx;
3583 slot_rx = cq->p2 & 0xff;
3590 slot_rx, bank_rx);
3592 slot_rx < hc->slots && bank_rx <= 2)
3594 slot_tx, bank_tx, slot_rx, bank_rx);
3600 slot_rx, bank_rx);
3835 hc->chan[hc->dnum[pt]].slot_rx = -1;
3846 hc->chan[i].slot_rx = -1;
3943 hc->chan[i].slot_rx = -1;
3948 hc->chan[i - 2].slot_rx = -1;
3952 hc->chan[i - 1].slot_rx = -1;