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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c2839 int oslot_tx, oslot_rx; local
2844 oslot_tx = hc->chan[ch].slot_tx;
2852 __func__, hc->id, ch, protocol, oslot_tx, slot_tx,
2855 if (oslot_tx >= 0 && slot_tx != oslot_tx) {
2859 __func__, oslot_tx);
2860 if (hc->slot_owner[oslot_tx<<1] == ch) {
2861 HFC_outb(hc, R_SLOT, oslot_tx << 1);
2865 hc->slot_owner[oslot_tx<<1] = -1;
2871 __func__, hc->slot_owner[oslot_tx<<
[all...]

Completed in 56 milliseconds