Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dhfcmulti.c1952 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()
2873 mode_hfcmulti(struct hfc_multi *hc, int ch, int protocol, int slot_tx, in mode_hfcmulti() argument
2882 oslot_tx = hc->chan[ch].slot_tx; in mode_hfcmulti()
[all …]
Dhfc_multi.h51 int slot_tx; /* current pcm slot */ member