HomeSort by: relevance | last modified time | path
    Searched refs:l2cap_req (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netbt/
l2cap_misc.c 74 pool_init(&l2cap_req_pool, sizeof(struct l2cap_req), 0, 0, 0,
75 "l2cap_req", NULL, IPL_SOFTNET);
114 struct l2cap_req *req;
152 struct l2cap_req *
155 struct l2cap_req *req;
169 l2cap_request_free(struct l2cap_req *req)
193 struct l2cap_req *req = arg;
l2cap.h 417 struct l2cap_req { struct
423 TAILQ_ENTRY(l2cap_req) lr_next; /* next request on link */
454 struct l2cap_req *l2cap_request_lookup(struct hci_link *, uint8_t);
455 void l2cap_request_free(struct l2cap_req *);
l2cap_lower.c 67 struct l2cap_req *req, *n;
l2cap_signal.c 174 struct l2cap_req *req;
355 struct l2cap_req *req;
640 struct l2cap_req *req;
906 struct l2cap_req *req;
hci_link.c 931 struct l2cap_req *req;
hci.h 2463 TAILQ_HEAD(,l2cap_req) hl_reqs; /* pending requests */

Completed in 18 milliseconds