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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirttp.c95 irttp->tsaps = hashbin_new(HB_LOCK);
96 if (!irttp->tsaps) {
120 hashbin_delete(irttp->tsaps, (FREE_FUNC) __irttp_close_tsap);
444 hashbin_insert(irttp->tsaps, (irda_queue_t *) self, (long) self, NULL);
516 tsap = hashbin_remove(irttp->tsaps, (long) self, NULL);
1426 spin_lock_irqsave(&irttp->tsaps->hb_spinlock, flags);
1429 if (!hashbin_find(irttp->tsaps, (long) orig, NULL)) {
1431 spin_unlock_irqrestore(&irttp->tsaps->hb_spinlock, flags);
1439 spin_unlock_irqrestore(&irttp->tsaps->hb_spinlock, flags);
1446 spin_unlock_irqrestore(&irttp->tsaps
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirttp.h149 hashbin_t *tsaps; member in struct:irttp_cb

Completed in 61 milliseconds