Lines Matching refs:hci_link
1 /* $NetBSD: hci_link.c,v 1.27 2024/07/05 04:31:53 rin Exp $ */
34 __KERNEL_RCSID(0, "$NetBSD: hci_link.c,v 1.27 2024/07/05 04:31:53 rin Exp $");
67 struct hci_link *
70 struct hci_link *link;
149 hci_acl_close(struct hci_link *link, int err)
171 struct hci_link *
174 struct hci_link *link;
212 struct hci_link *link = arg;
260 hci_acl_setmode(struct hci_link *link)
332 hci_acl_linkmode(struct hci_link *link)
421 * we accumulate packet fragments on the hci_link structure
427 struct hci_link *link;
545 hci_acl_send(struct mbuf *m, struct hci_link *link,
623 hci_acl_start(struct hci_link *link)
717 hci_acl_complete(struct hci_link *link, int num)
768 struct hci_link *
773 struct hci_link *sco, *acl;
835 struct hci_link *link;
872 hci_sco_start(struct hci_link *link)
881 hci_sco_complete(struct hci_link *link, int num)
894 struct hci_link *
897 struct hci_link *link;
901 link = malloc(sizeof(struct hci_link), M_BLUETOOTH, M_NOWAIT | M_ZERO);
929 hci_link_free(struct hci_link *link, int err)
1026 struct hci_link *
1029 struct hci_link *link;
1048 struct hci_link *
1051 struct hci_link *link;