Lines Matching refs:slot_tx
1952 int *txpending, slot_tx; in hfcmulti_tx() local
1964 slot_tx = hc->chan[ch].slot_tx; in hfcmulti_tx()
1985 (hc->chan[ch].slot_tx < 0)) in hfcmulti_tx()
2059 *txpending && slot_tx >= 0) { in hfcmulti_tx()
2065 __func__, ch, slot_tx); in hfcmulti_tx()
2104 && slot_tx >= 0) { in hfcmulti_tx()
2108 __func__, ch, slot_tx); in hfcmulti_tx()
2220 (hc->chan[ch].slot_tx < 0)) in hfcmulti_rx()
2874 mode_hfcmulti(struct hfc_multi *hc, int ch, int protocol, int slot_tx, in mode_hfcmulti() argument
2883 oslot_tx = hc->chan[ch].slot_tx; in mode_hfcmulti()
2891 __func__, hc->id, ch, protocol, oslot_tx, slot_tx, in mode_hfcmulti()
2894 if (oslot_tx >= 0 && slot_tx != oslot_tx) { in mode_hfcmulti()
2934 if (slot_tx < 0) { in mode_hfcmulti()
2937 hc->chan[ch].slot_tx = -1; in mode_hfcmulti()
2952 __func__, ch, slot_tx, bank_tx, in mode_hfcmulti()
2954 HFC_outb(hc, R_SLOT, slot_tx << 1); in mode_hfcmulti()
2959 hc->slot_owner[slot_tx << 1] = ch; in mode_hfcmulti()
2960 hc->chan[ch].slot_tx = slot_tx; in mode_hfcmulti()
3027 (hc->chan[ch].slot_tx < 0)) { in mode_hfcmulti()
3193 hfcmulti_pcm(struct hfc_multi *hc, int ch, int slot_tx, int bank_tx, in hfcmulti_pcm() argument
3196 if (slot_tx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) { in hfcmulti_pcm()
3203 mode_hfcmulti(hc, ch, hc->chan[ch].protocol, slot_tx, bank_tx, in hfcmulti_pcm()
3218 mode_hfcmulti(hc, ch, hc->chan[ch].protocol, hc->chan[ch].slot_tx, in hfcmulti_conf()
3502 hc->chan[bch->slot].slot_tx, in handle_bmsg()
3572 int slot_tx; in channel_bctrl() local
3622 slot_tx = cq->p1 & 0xff; in channel_bctrl()
3630 __func__, slot_tx, bank_tx, in channel_bctrl()
3632 if (slot_tx < hc->slots && bank_tx <= 2 && in channel_bctrl()
3635 slot_tx, bank_tx, slot_rx, bank_rx); in channel_bctrl()
3640 __func__, slot_tx, bank_tx, in channel_bctrl()
3875 hc->chan[hc->dnum[pt]].slot_tx = -1; in hfcmulti_initmode()
3888 hc->chan[i].slot_tx = -1; in hfcmulti_initmode()
3985 hc->chan[i].slot_tx = -1; in hfcmulti_initmode()
3992 hc->chan[i - 2].slot_tx = -1; in hfcmulti_initmode()
3996 hc->chan[i - 1].slot_tx = -1; in hfcmulti_initmode()