Home
last modified time | relevance | path

Searched refs:slot_tx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1908 int *txpending, slot_tx; in hfcmulti_tx() local
1920 slot_tx = hc->chan[ch].slot_tx; in hfcmulti_tx()
1941 (hc->chan[ch].slot_tx < 0)) in hfcmulti_tx()
2015 *txpending && slot_tx >= 0) { in hfcmulti_tx()
2021 __func__, ch, slot_tx); in hfcmulti_tx()
2060 && slot_tx >= 0) { in hfcmulti_tx()
2064 __func__, ch, slot_tx); in hfcmulti_tx()
2177 (hc->chan[ch].slot_tx < 0)) in hfcmulti_rx()
2828 mode_hfcmulti(struct hfc_multi *hc, int ch, int protocol, int slot_tx, in mode_hfcmulti() argument
2837 oslot_tx = hc->chan[ch].slot_tx; in mode_hfcmulti()
[all …]
H A Dhfc_multi.h51 int slot_tx; /* current pcm slot */ member