Searched refs:oslot_tx (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c2830 int oslot_tx, oslot_rx; local
2835 oslot_tx = hc->chan[ch].slot_tx;
2843 __func__, hc->id, ch, protocol, oslot_tx, slot_tx,
2846 if (oslot_tx >= 0 && slot_tx != oslot_tx) {
2850 __func__, oslot_tx);
2851 if (hc->slot_owner[oslot_tx << 1] == ch) {
2852 HFC_outb(hc, R_SLOT, oslot_tx << 1);
2856 hc->slot_owner[oslot_tx << 1] = -1;
2862 __func__, hc->slot_owner[oslot_tx <<
[all...]

Completed in 87 milliseconds