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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirlmp_event.c324 irlmp_do_all_lsap_event(self->lsaps, LM_LAP_CONNECT_CONFIRM);
327 * the lsaps may already have gone. This avoid getting stuck
329 if (HASHBIN_GET_SIZE(self->lsaps) == 0) {
342 irlmp_do_all_lsap_event(self->lsaps, LM_LAP_CONNECT_CONFIRM);
345 * the lsaps may already have gone. This avoid getting stuck
347 if (HASHBIN_GET_SIZE(self->lsaps) == 0) {
357 irlmp_do_all_lsap_event(self->lsaps,
365 if (HASHBIN_GET_SIZE(self->lsaps) <= 1) {
405 irlmp_do_all_lsap_event(self->lsaps, LM_LAP_CONNECT_CONFIRM);
419 if (HASHBIN_GET_SIZE(self->lsaps) >
[all...]
H A Dirlmp.c235 * list of unconnected lsaps (not associated with a link)
250 lsap = hashbin_remove(lap->lsaps, (long) self, NULL);
256 /* Check if we found the LSAP! If not then try the unconnected lsaps */
302 lap->lsaps = hashbin_new(HB_LOCK);
303 if (lap->lsaps == NULL) {
304 IRDA_WARNING("%s(), unable to kmalloc lsaps\n", __FUNCTION__);
447 if (HASHBIN_GET_SIZE(lap->lsaps) == 0) {
477 hashbin_insert(self->lap->lsaps, (irda_queue_t *) self, (long) self,
714 IRDA_ASSERT(self->lap->lsaps != NULL, return -1;);
716 lsap = hashbin_remove(self->lap->lsaps, (lon
[all...]
H A Dirlmp_frame.c130 self->lsaps);
134 self->lsaps);
468 * lsaps */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirlmp.h148 hashbin_t *lsaps; /* LSAP associated with this link */ member in struct:lap_cb

Completed in 45 milliseconds