Lines Matching refs:slot_tx
1938 int *txpending, slot_tx; in hfcmulti_tx() local
1950 slot_tx = hc->chan[ch].slot_tx; in hfcmulti_tx()
1971 (hc->chan[ch].slot_tx < 0)) in hfcmulti_tx()
2045 *txpending && slot_tx >= 0) { in hfcmulti_tx()
2051 __func__, ch, slot_tx); in hfcmulti_tx()
2090 && slot_tx >= 0) { in hfcmulti_tx()
2094 __func__, ch, slot_tx); in hfcmulti_tx()
2206 (hc->chan[ch].slot_tx < 0)) in hfcmulti_rx()
2859 mode_hfcmulti(struct hfc_multi *hc, int ch, int protocol, int slot_tx, in mode_hfcmulti() argument
2868 oslot_tx = hc->chan[ch].slot_tx; in mode_hfcmulti()
2876 __func__, hc->id, ch, protocol, oslot_tx, slot_tx, in mode_hfcmulti()
2879 if (oslot_tx >= 0 && slot_tx != oslot_tx) { in mode_hfcmulti()
2919 if (slot_tx < 0) { in mode_hfcmulti()
2922 hc->chan[ch].slot_tx = -1; in mode_hfcmulti()
2937 __func__, ch, slot_tx, bank_tx, in mode_hfcmulti()
2939 HFC_outb(hc, R_SLOT, slot_tx << 1); in mode_hfcmulti()
2944 hc->slot_owner[slot_tx << 1] = ch; in mode_hfcmulti()
2945 hc->chan[ch].slot_tx = slot_tx; in mode_hfcmulti()
3012 (hc->chan[ch].slot_tx < 0)) { in mode_hfcmulti()
3178 hfcmulti_pcm(struct hfc_multi *hc, int ch, int slot_tx, int bank_tx, in hfcmulti_pcm() argument
3181 if (slot_tx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) { in hfcmulti_pcm()
3188 mode_hfcmulti(hc, ch, hc->chan[ch].protocol, slot_tx, bank_tx, in hfcmulti_pcm()
3203 mode_hfcmulti(hc, ch, hc->chan[ch].protocol, hc->chan[ch].slot_tx, in hfcmulti_conf()
3487 hc->chan[bch->slot].slot_tx, in handle_bmsg()
3557 int slot_tx; in channel_bctrl() local
3607 slot_tx = cq->p1 & 0xff; in channel_bctrl()
3615 __func__, slot_tx, bank_tx, in channel_bctrl()
3617 if (slot_tx < hc->slots && bank_tx <= 2 && in channel_bctrl()
3620 slot_tx, bank_tx, slot_rx, bank_rx); in channel_bctrl()
3625 __func__, slot_tx, bank_tx, in channel_bctrl()
3860 hc->chan[hc->dnum[pt]].slot_tx = -1; in hfcmulti_initmode()
3871 hc->chan[i].slot_tx = -1; in hfcmulti_initmode()
3968 hc->chan[i].slot_tx = -1; in hfcmulti_initmode()
3973 hc->chan[i - 2].slot_tx = -1; in hfcmulti_initmode()
3977 hc->chan[i - 1].slot_tx = -1; in hfcmulti_initmode()