Searched refs:NG_HCI_M_PULLUP (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netgraph/bluetooth/hci/ |
H A D | ng_hci_evnt.c | 93 NG_HCI_M_PULLUP(event, sizeof(*hdr)); in ng_hci_process_event() 388 NG_HCI_M_PULLUP(event, sizeof(*ep)); in le_advertizing_report() 402 NG_HCI_M_PULLUP(event, sizeof(u_int8_t)); in le_advertizing_report() 480 NG_HCI_M_PULLUP(event, sizeof(*ep)); in le_connection_complete() 586 NG_HCI_M_PULLUP(event, sizeof(*lep)); in le_event() 623 NG_HCI_M_PULLUP(event, sizeof(*ep)); in inquiry_result() 683 NG_HCI_M_PULLUP(event, sizeof(*ep)); in con_compl() 809 NG_HCI_M_PULLUP(event, sizeof(*ep)); in con_req() 895 NG_HCI_M_PULLUP(event, sizeof(*ep)); in discon_compl() 941 NG_HCI_M_PULLUP(even in encryption_change() [all...] |
H A D | ng_hci_cmds.c | 170 NG_HCI_M_PULLUP(e, sizeof(*ep)); in ng_hci_process_command_complete() 275 NG_HCI_M_PULLUP(e, sizeof(*ep)); in ng_hci_process_command_status() 503 NG_HCI_M_PULLUP(mrp, sizeof(*rp)); in process_link_policy_params() 699 NG_HCI_M_PULLUP(mrp, sizeof(*rp)); in process_info_params()
|
H A D | ng_hci_var.h | 52 #define NG_HCI_M_PULLUP(m, s) \ macro
|
H A D | ng_hci_main.c | 821 NG_HCI_M_PULLUP(m, sizeof(ng_hci_acldata_pkt_t)); in ng_hci_acl_rcvdata() 940 NG_HCI_M_PULLUP(m, sizeof(ng_hci_scodata_pkt_t)); in ng_hci_sco_rcvdata() 1054 NG_HCI_M_PULLUP(m, sizeof(ng_hci_cmd_pkt_t)); in ng_hci_raw_rcvdata()
|