• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/netgraph/bluetooth/hci/

Lines Matching refs:mbuf

41 #include <sys/mbuf.h>
63 static int inquiry_result (ng_hci_unit_p, struct mbuf *);
64 static int con_compl (ng_hci_unit_p, struct mbuf *);
65 static int con_req (ng_hci_unit_p, struct mbuf *);
66 static int discon_compl (ng_hci_unit_p, struct mbuf *);
67 static int encryption_change (ng_hci_unit_p, struct mbuf *);
68 static int read_remote_features_compl (ng_hci_unit_p, struct mbuf *);
69 static int qos_setup_compl (ng_hci_unit_p, struct mbuf *);
70 static int hardware_error (ng_hci_unit_p, struct mbuf *);
71 static int role_change (ng_hci_unit_p, struct mbuf *);
72 static int num_compl_pkts (ng_hci_unit_p, struct mbuf *);
73 static int mode_change (ng_hci_unit_p, struct mbuf *);
74 static int data_buffer_overflow (ng_hci_unit_p, struct mbuf *);
75 static int read_clock_offset_compl (ng_hci_unit_p, struct mbuf *);
76 static int qos_violation (ng_hci_unit_p, struct mbuf *);
77 static int page_scan_mode_change (ng_hci_unit_p, struct mbuf *);
78 static int page_scan_rep_mode_change (ng_hci_unit_p, struct mbuf *);
81 static int le_event (ng_hci_unit_p, struct mbuf *);
88 ng_hci_process_event(ng_hci_unit_p unit, struct mbuf *event)
378 le_advertizing_report(ng_hci_unit_p unit, struct mbuf *event)
467 static int le_connection_complete(ng_hci_unit_p unit, struct mbuf *event)
567 static int le_connection_update(ng_hci_unit_p unit, struct mbuf *event)
577 le_event(ng_hci_unit_p unit, struct mbuf *event)
612 inquiry_result(ng_hci_unit_p unit, struct mbuf *event)
673 con_compl(ng_hci_unit_p unit, struct mbuf *event)
756 struct mbuf *m;
799 con_req(ng_hci_unit_p unit, struct mbuf *event)
884 discon_compl(ng_hci_unit_p unit, struct mbuf *event)
930 encryption_change(ng_hci_unit_p unit, struct mbuf *event)
977 read_remote_features_compl(ng_hci_unit_p unit, struct mbuf *event)
1030 qos_setup_compl(ng_hci_unit_p unit, struct mbuf *event)
1072 hardware_error(ng_hci_unit_p unit, struct mbuf *event)
1085 role_change(ng_hci_unit_p unit, struct mbuf *event)
1122 num_compl_pkts(ng_hci_unit_p unit, struct mbuf *event)
1180 mode_change(ng_hci_unit_p unit, struct mbuf *event)
1221 data_buffer_overflow(ng_hci_unit_p unit, struct mbuf *event)
1235 read_clock_offset_compl(ng_hci_unit_p unit, struct mbuf *event)
1287 qos_violation(ng_hci_unit_p unit, struct mbuf *event)
1328 page_scan_mode_change(ng_hci_unit_p unit, struct mbuf *event)
1363 page_scan_rep_mode_change(ng_hci_unit_p unit, struct mbuf *event)