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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirlap.h196 hashbin_t *discovery_log; member in struct:irlap_cb
247 void irlap_discovery_confirm(struct irlap_cb *, hashbin_t *discovery_log);
H A Dirlmp.h225 void irlmp_discovery_confirm(hashbin_t *discovery_log, DISCOVERY_MODE mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirlap.c531 if (self->discovery_log != NULL) {
532 hashbin_delete(self->discovery_log, (FREE_FUNC) kfree);
533 self->discovery_log = NULL;
537 self->discovery_log = hashbin_new(HB_NOLOCK);
539 if (self->discovery_log == NULL) {
563 void irlap_discovery_confirm(struct irlap_cb *self, hashbin_t *discovery_log) argument
581 if (discovery_log)
585 irlmp_link_discovery_confirm(self->notify.instance, discovery_log);
H A Dirlap_event.c570 if (!self->discovery_log) {
576 hashbin_insert(self->discovery_log,
642 irlap_discovery_confirm(self, self->discovery_log);
645 self->discovery_log = NULL;

Completed in 103 milliseconds