Home
last modified time | relevance | path

Searched refs:ubt_hci_event_command_compl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h96 struct ubt_hci_event_command_compl { struct
105 (offsetof(struct ubt_hci_event_command_compl, data) - \ argument
106 offsetof(struct ubt_hci_event_command_compl, numpkt))
H A Dng_ubt_intel.c114 struct ubt_hci_event_command_compl *evt; in ubt_intel_do_hci_request()
120 evt = malloc(offsetof(struct ubt_hci_event_command_compl, data) + in ubt_intel_do_hci_request()
147 struct ubt_hci_event_command_compl *evt; in ubt_intel_get_img_type()
H A Dng_ubt_rtl.c205 struct ubt_hci_event_command_compl *evt; in ubt_rtl_do_hci_request()
211 evt = malloc(offsetof(struct ubt_hci_event_command_compl, data) + in ubt_rtl_do_hci_request()
H A Dng_ubt.c579 ((struct ubt_hci_event_command_compl *)evt)->opcode = in ubt_do_hci_request()
874 if (actlen < sizeof(struct ubt_hci_event_command_compl)) in ubt_probe_intr_callback()
877 offsetof(struct ubt_hci_event_command_compl, opcode), in ubt_probe_intr_callback()
880 ((struct ubt_hci_event_command_compl *)evt)->opcode) in ubt_probe_intr_callback()