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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirlmp.c238 * list of unconnected lsaps (not associated with a link)
253 lsap = hashbin_remove(lap->lsaps, (long) self, NULL);
259 /* Check if we found the LSAP! If not then try the unconnected lsaps */
305 lap->lsaps = hashbin_new(HB_LOCK);
306 if (lap->lsaps == NULL) {
307 IRDA_WARNING("%s(), unable to kmalloc lsaps\n", __func__);
359 hashbin_delete(link->lsaps, (FREE_FUNC) __irlmp_close_lsap);
451 if (HASHBIN_GET_SIZE(lap->lsaps) == 0) {
481 hashbin_insert(self->lap->lsaps, (irda_queue_t *) self, (long) self,
718 IRDA_ASSERT(self->lap->lsaps !
[all...]
H A Dirlmp_event.c322 irlmp_do_all_lsap_event(self->lsaps, LM_LAP_CONNECT_CONFIRM);
325 * the lsaps may already have gone. This avoid getting stuck
327 if (HASHBIN_GET_SIZE(self->lsaps) == 0) {
340 irlmp_do_all_lsap_event(self->lsaps, LM_LAP_CONNECT_CONFIRM);
343 * the lsaps may already have gone. This avoid getting stuck
345 if (HASHBIN_GET_SIZE(self->lsaps) == 0) {
355 irlmp_do_all_lsap_event(self->lsaps,
363 if (HASHBIN_GET_SIZE(self->lsaps) <= 1) {
403 irlmp_do_all_lsap_event(self->lsaps, LM_LAP_CONNECT_CONFIRM);
417 if (HASHBIN_GET_SIZE(self->lsaps) >
[all...]
H A Dirlmp_frame.c130 self->lsaps);
134 self->lsaps);
468 * lsaps */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirlmp.h148 hashbin_t *lsaps; /* LSAP associated with this link */ member in struct:lap_cb

Completed in 62 milliseconds