Searched refs:NG_HCI_M_PULLUP (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_evnt.c | 94 NG_HCI_M_PULLUP(event, sizeof(*hdr)); in ng_hci_process_event() 388 NG_HCI_M_PULLUP(event, sizeof(*ep)); in le_advertizing_report() 476 NG_HCI_M_PULLUP(event, sizeof(*ep)); in le_connection_complete() 618 NG_HCI_M_PULLUP(event, sizeof(*ep)); in inquiry_result() 678 NG_HCI_M_PULLUP(event, sizeof(*ep)); in con_compl() 804 NG_HCI_M_PULLUP(event, sizeof(*ep)); in con_req() 890 NG_HCI_M_PULLUP(event, sizeof(*ep)); in discon_compl() 936 NG_HCI_M_PULLUP(event, sizeof(*ep)); in encryption_change() 984 NG_HCI_M_PULLUP(event, sizeof(*ep)); in read_remote_features_compl() 1036 NG_HCI_M_PULLUP(event, sizeof(*ep)); in qos_setup_compl() [all …]
|
| H A D | ng_hci_cmds.c | 171 NG_HCI_M_PULLUP(e, sizeof(*ep)); in ng_hci_process_command_complete() 276 NG_HCI_M_PULLUP(e, sizeof(*ep)); in ng_hci_process_command_status() 504 NG_HCI_M_PULLUP(mrp, sizeof(*rp)); in process_link_policy_params() 698 NG_HCI_M_PULLUP(mrp, sizeof(*rp)); in process_info_params()
|
| H A D | ng_hci_var.h | 53 #define NG_HCI_M_PULLUP(m, s) \ macro
|
| H A D | ng_hci_main.c | 822 NG_HCI_M_PULLUP(m, sizeof(ng_hci_acldata_pkt_t)); in ng_hci_acl_rcvdata() 941 NG_HCI_M_PULLUP(m, sizeof(ng_hci_scodata_pkt_t)); in ng_hci_sco_rcvdata() 1055 NG_HCI_M_PULLUP(m, sizeof(ng_hci_cmd_pkt_t)); in ng_hci_raw_rcvdata()
|