Searched refs:slot_owner (Results 1 - 2 of 2) 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.c1326 hc->slot_owner[i] = -1;
2860 if (hc->slot_owner[oslot_tx<<1] == ch) {
2865 hc->slot_owner[oslot_tx<<1] = -1;
2871 __func__, hc->slot_owner[oslot_tx<<1]);
2881 if (hc->slot_owner[(oslot_rx << 1) | 1] == ch) {
2884 hc->slot_owner[(oslot_rx << 1) | 1] = -1;
2891 hc->slot_owner[(oslot_rx << 1) | 1]);
2920 hc->slot_owner[slot_tx << 1] = ch;
2946 hc->slot_owner[(slot_rx<<1)|1] = ch;
H A Dhfc_multi.h237 signed char slot_owner[256]; /* owner channel of slot */ member in struct:hfc_multi

Completed in 57 milliseconds