Searched defs:irlap (Results 1 - 4 of 4) sorted by relevance

/net/irda/
H A Dirnetlink.c22 #include <net/irda/irlap.h>
52 struct irlap_cb * irlap; local
66 irlap = (struct irlap_cb *)dev->atalk_ptr;
67 if (!irlap) {
72 irlap->mode = mode;
82 struct irlap_cb * irlap; local
97 irlap = (struct irlap_cb *)dev->atalk_ptr;
98 if (!irlap) {
114 if(nla_put_u32(msg, IRDA_NL_ATTR_MODE, irlap->mode))
H A Dirlmp_frame.c31 #include <net/irda/irlap.h>
48 irlap_data_request(self->irlap, skb, TRUE);
50 irlap_data_request(self->irlap, skb, FALSE);
81 irlap_data_request(self->irlap, skb, FALSE);
269 struct irlap_cb *irlap,
268 irlmp_link_disconnect_indication(struct lap_cb *lap, struct irlap_cb *irlap, LAP_REASON reason, struct sk_buff *skb) argument
H A Dirlap.c3 * Filename: irlap.c
46 #include <net/irda/irlap.h>
50 static hashbin_t *irlap = NULL; variable
86 irlap = hashbin_new(HB_LOCK);
87 if (irlap == NULL) {
88 IRDA_ERROR("%s: can't allocate irlap hashbin!\n",
98 IRDA_ASSERT(irlap != NULL, return;);
100 hashbin_delete(irlap, (FREE_FUNC) __irlap_close);
116 /* Initialize the irlap structure. */
151 (hashbin_lock_find(irlap, sel
[all...]
H A Dirlmp.c41 #include <net/irda/irlap.h>
288 void irlmp_register_link(struct irlap_cb *irlap, __u32 saddr, notify_t *notify) argument
305 lap->irlap = irlap;
542 lap_header_size = IRLAP_GET_HEADER_SIZE(self->lap->irlap);
609 lap_header_size = IRLAP_GET_HEADER_SIZE(self->lap->irlap);
1253 irlap_unitdata_request(lap->irlap, clone_skb);
1352 (IRLAP_GET_TX_QUEUE_LEN(self->irlap) < LAP_HIGH_THRESHOLD)) {
1364 IRDA_DEBUG(4, "%s() : curr is %p, next was %p and is now %p, still %d to go - queue len = %d\n", __func__, curr, next, self->flow_next, lsap_todo, IRLAP_GET_TX_QUEUE_LEN(self->irlap));

Completed in 85 milliseconds