Lines Matching defs:slot_tx
1938 int *txpending, slot_tx;
1950 slot_tx = hc->chan[ch].slot_tx;
1971 (hc->chan[ch].slot_tx < 0))
2045 *txpending && slot_tx >= 0) {
2050 "slot_tx %d\n",
2051 __func__, ch, slot_tx);
2090 && slot_tx >= 0) {
2093 "FIFO data: channel %d slot_tx %d\n",
2094 __func__, ch, slot_tx);
2206 (hc->chan[ch].slot_tx < 0))
2859 mode_hfcmulti(struct hfc_multi *hc, int ch, int protocol, int slot_tx,
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) {
2919 if (slot_tx < 0) {
2922 hc->chan[ch].slot_tx = -1;
2937 __func__, ch, slot_tx, bank_tx,
2939 HFC_outb(hc, R_SLOT, slot_tx << 1);
2944 hc->slot_owner[slot_tx << 1] = ch;
2945 hc->chan[ch].slot_tx = slot_tx;
3012 (hc->chan[ch].slot_tx < 0)) {
3178 hfcmulti_pcm(struct hfc_multi *hc, int ch, int slot_tx, int bank_tx,
3181 if (slot_tx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) {
3188 mode_hfcmulti(hc, ch, hc->chan[ch].protocol, slot_tx, bank_tx,
3203 mode_hfcmulti(hc, ch, hc->chan[ch].protocol, hc->chan[ch].slot_tx,
3494 hc->chan[bch->slot].slot_tx,
3564 int slot_tx;
3614 slot_tx = cq->p1 & 0xff;
3622 __func__, slot_tx, bank_tx,
3624 if (slot_tx < hc->slots && bank_tx <= 2 &&
3627 slot_tx, bank_tx, slot_rx, bank_rx);
3632 __func__, slot_tx, bank_tx,
3867 hc->chan[hc->dnum[pt]].slot_tx = -1;
3878 hc->chan[i].slot_tx = -1;
3975 hc->chan[i].slot_tx = -1;
3980 hc->chan[i - 2].slot_tx = -1;
3984 hc->chan[i - 1].slot_tx = -1;