Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_evnt.c93 NG_HCI_M_PULLUP(event, sizeof(*hdr)); in ng_hci_process_event()
380 NG_HCI_M_PULLUP(event, sizeof(*ep)); in inquiry_result()
439 NG_HCI_M_PULLUP(event, sizeof(*ep)); in con_compl()
565 NG_HCI_M_PULLUP(event, sizeof(*ep)); in con_req()
651 NG_HCI_M_PULLUP(event, sizeof(*ep)); in discon_compl()
696 NG_HCI_M_PULLUP(event, sizeof(*ep)); in encryption_change()
742 NG_HCI_M_PULLUP(event, sizeof(*ep)); in read_remote_features_compl()
793 NG_HCI_M_PULLUP(event, sizeof(*ep)); in qos_setup_compl()
846 NG_HCI_M_PULLUP(event, sizeof(*ep)); in role_change()
884 NG_HCI_M_PULLUP(event, sizeof(*ep)); in num_compl_pkts()
[all …]
H A Dng_hci_cmds.c165 NG_HCI_M_PULLUP(e, sizeof(*ep)); in ng_hci_process_command_complete()
267 NG_HCI_M_PULLUP(e, sizeof(*ep)); in ng_hci_process_command_status()
493 NG_HCI_M_PULLUP(mrp, sizeof(*rp)); in process_link_policy_params()
685 NG_HCI_M_PULLUP(mrp, sizeof(*rp)); in process_info_params()
H A Dng_hci_main.c808 NG_HCI_M_PULLUP(m, sizeof(ng_hci_acldata_pkt_t)); in ng_hci_acl_rcvdata()
928 NG_HCI_M_PULLUP(m, sizeof(ng_hci_scodata_pkt_t)); in ng_hci_sco_rcvdata()
1043 NG_HCI_M_PULLUP(m, sizeof(ng_hci_cmd_pkt_t)); in ng_hci_raw_rcvdata()
H A Dng_hci_var.h51 #define NG_HCI_M_PULLUP(m, s) \ macro