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()
2857 mode_hfcmulti(struct hfc_multi *hc, int ch, int protocol, int slot_tx, in mode_hfcmulti() argument
2866 oslot_tx = hc->chan[ch].slot_tx; in mode_hfcmulti()
2874 __func__, hc->id, ch, protocol, oslot_tx, slot_tx, in mode_hfcmulti()
2877 if (oslot_tx >= 0 && slot_tx != oslot_tx) { in mode_hfcmulti()
2917 if (slot_tx < 0) { in mode_hfcmulti()
2920 hc->chan[ch].slot_tx = -1; in mode_hfcmulti()
2935 __func__, ch, slot_tx, bank_tx, in mode_hfcmulti()
2937 HFC_outb(hc, R_SLOT, slot_tx << 1); in mode_hfcmulti()
2942 hc->slot_owner[slot_tx << 1] = ch; in mode_hfcmulti()
2943 hc->chan[ch].slot_tx = slot_tx; in mode_hfcmulti()
3010 (hc->chan[ch].slot_tx < 0)) { in mode_hfcmulti()
3176 hfcmulti_pcm(struct hfc_multi *hc, int ch, int slot_tx, int bank_tx, in hfcmulti_pcm() argument
3179 if (slot_tx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) { in hfcmulti_pcm()
3186 mode_hfcmulti(hc, ch, hc->chan[ch].protocol, slot_tx, bank_tx, in hfcmulti_pcm()
3201 mode_hfcmulti(hc, ch, hc->chan[ch].protocol, hc->chan[ch].slot_tx, in hfcmulti_conf()
3485 hc->chan[bch->slot].slot_tx, in handle_bmsg()
3555 int slot_tx; in channel_bctrl() local
3605 slot_tx = cq->p1 & 0xff; in channel_bctrl()
3613 __func__, slot_tx, bank_tx, in channel_bctrl()
3615 if (slot_tx < hc->slots && bank_tx <= 2 && in channel_bctrl()
3618 slot_tx, bank_tx, slot_rx, bank_rx); in channel_bctrl()
3623 __func__, slot_tx, bank_tx, in channel_bctrl()
3858 hc->chan[hc->dnum[pt]].slot_tx = -1; in hfcmulti_initmode()
3869 hc->chan[i].slot_tx = -1; in hfcmulti_initmode()
3966 hc->chan[i].slot_tx = -1; in hfcmulti_initmode()
3971 hc->chan[i - 2].slot_tx = -1; in hfcmulti_initmode()
3975 hc->chan[i - 1].slot_tx = -1; in hfcmulti_initmode()