Searched defs:slsap_sel (Results 1 - 3 of 3) sorted by relevance

/net/irda/
H A Dirlmp_frame.c94 __u8 slsap_sel; /* Source (this) LSAP address */ local
110 slsap_sel = fp[0] & LSAP_MASK;
120 __func__, slsap_sel, dlsap_sel);
123 lsap = irlmp_find_lsap(self, dlsap_sel, slsap_sel, CONNECT_CMD,
129 lsap = irlmp_find_lsap(self, dlsap_sel, slsap_sel, 0,
133 lsap = irlmp_find_lsap(self, dlsap_sel, slsap_sel, 0,
138 IRDA_DEBUG(2, "%s(), slsap_sel = %02x, dlsap_sel = %02x\n",
139 __func__, slsap_sel, dlsap_sel);
203 __u8 slsap_sel; /* Source (this) LSAP address */ local
221 slsap_sel
434 irlmp_find_lsap(struct lap_cb *self, __u8 dlsap_sel, __u8 slsap_sel, int status, hashbin_t *queue) argument
[all...]
H A Diriap.c67 static int iriap_register_lsap(struct iriap_cb *self, __u8 slsap_sel, int mode);
175 struct iriap_cb *iriap_open(__u8 slsap_sel, int mode, void *priv, argument
195 iriap_register_lsap(self, slsap_sel, mode);
267 static int iriap_register_lsap(struct iriap_cb *self, __u8 slsap_sel, int mode) argument
284 self->lsap = irlmp_open_lsap(slsap_sel, &notify, 0);
289 self->slsap_sel = self->lsap->slsap_sel;
H A Dirlmp.c49 static int irlmp_slsap_inuse(__u8 slsap_sel);
154 struct lsap_cb *irlmp_open_lsap(__u8 slsap_sel, notify_t *notify, __u8 pid) argument
164 if (slsap_sel == LSAP_ANY) {
165 slsap_sel = irlmp_find_free_slsap();
166 if (!slsap_sel)
168 } else if (irlmp_slsap_inuse(slsap_sel))
179 self->slsap_sel = slsap_sel;
182 if (slsap_sel == LSAP_CONNLESS) {
390 "%s(), slsap_sel
1666 irlmp_slsap_inuse(__u8 slsap_sel) argument
[all...]

Completed in 31 milliseconds