Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/isdn/hardware/mISDN/
Dhfcmulti.c1907 int *txpending, slot_tx; in hfcmulti_tx() local
1919 slot_tx = hc->chan[ch].slot_tx; in hfcmulti_tx()
1940 (hc->chan[ch].slot_tx < 0)) in hfcmulti_tx()
2014 *txpending && slot_tx >= 0) { in hfcmulti_tx()
2020 __func__, ch, slot_tx); in hfcmulti_tx()
2059 && slot_tx >= 0) { in hfcmulti_tx()
2063 __func__, ch, slot_tx); in hfcmulti_tx()
2175 (hc->chan[ch].slot_tx < 0)) in hfcmulti_rx()
2826 mode_hfcmulti(struct hfc_multi *hc, int ch, int protocol, int slot_tx, in mode_hfcmulti() argument
2835 oslot_tx = hc->chan[ch].slot_tx; in mode_hfcmulti()
[all …]
Dhfc_multi.h51 int slot_tx; /* current pcm slot */ member