Lines Matching defs:slot_tx
1907 int *txpending, slot_tx;
1919 slot_tx = hc->chan[ch].slot_tx;
1940 (hc->chan[ch].slot_tx < 0))
2014 *txpending && slot_tx >= 0) {
2019 "slot_tx %d\n",
2020 __func__, ch, slot_tx);
2059 && slot_tx >= 0) {
2062 "FIFO data: channel %d slot_tx %d\n",
2063 __func__, ch, slot_tx);
2175 (hc->chan[ch].slot_tx < 0))
2826 mode_hfcmulti(struct hfc_multi *hc, int ch, int protocol, int slot_tx,
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) {
2886 if (slot_tx < 0) {
2889 hc->chan[ch].slot_tx = -1;
2904 __func__, ch, slot_tx, bank_tx,
2906 HFC_outb(hc, R_SLOT, slot_tx << 1);
2911 hc->slot_owner[slot_tx << 1] = ch;
2912 hc->chan[ch].slot_tx = slot_tx;
2979 (hc->chan[ch].slot_tx < 0)) {
3145 hfcmulti_pcm(struct hfc_multi *hc, int ch, int slot_tx, int bank_tx,
3148 if (slot_tx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) {
3155 mode_hfcmulti(hc, ch, hc->chan[ch].protocol, slot_tx, bank_tx,
3170 mode_hfcmulti(hc, ch, hc->chan[ch].protocol, hc->chan[ch].slot_tx,
3461 hc->chan[bch->slot].slot_tx,
3531 int slot_tx;
3581 slot_tx = cq->p1 & 0xff;
3589 __func__, slot_tx, bank_tx,
3591 if (slot_tx < hc->slots && bank_tx <= 2 &&
3594 slot_tx, bank_tx, slot_rx, bank_rx);
3599 __func__, slot_tx, bank_tx,
3834 hc->chan[hc->dnum[pt]].slot_tx = -1;
3845 hc->chan[i].slot_tx = -1;
3942 hc->chan[i].slot_tx = -1;
3947 hc->chan[i - 2].slot_tx = -1;
3951 hc->chan[i - 1].slot_tx = -1;