Lines Matching defs:unit
86 struct hci_unit *unit; in hci_attach_pcb() local
123 hci_detach_pcb(struct hci_unit *unit) in hci_detach_pcb()
138 hci_enable(struct hci_unit *unit) in hci_enable()
212 hci_disable(struct hci_unit *unit) in hci_disable()
271 struct hci_unit *unit; in hci_unit_lookup() local
288 hci_num_cmds(struct hci_unit *unit, uint8_t num) in hci_num_cmds()
304 hci_send_cmd(struct hci_unit *unit, uint16_t opcode, void *buf, uint8_t len) in hci_send_cmd()
352 struct hci_unit *unit = arg; in hci_intr() local
448 hci_input_event(struct hci_unit *unit, struct mbuf *m) in hci_input_event()
470 hci_input_acl(struct hci_unit *unit, struct mbuf *m) in hci_input_acl()
492 hci_input_sco(struct hci_unit *unit, struct mbuf *m) in hci_input_sco()
514 hci_output_cmd(struct hci_unit *unit, struct mbuf *m) in hci_output_cmd()
537 hci_output_acl(struct hci_unit *unit, struct mbuf *m) in hci_output_acl()
550 hci_output_sco(struct hci_unit *unit, struct mbuf *m) in hci_output_sco()
563 hci_complete_sco(struct hci_unit *unit, struct mbuf *m) in hci_complete_sco()