Home
last modified time | relevance | path

Searched refs:NG_HCI_STAT_ACL_SENT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h144 #define NG_HCI_STAT_ACL_SENT(s, n) (s).acl_sent += (n) macro
H A Dng_hci_evnt.c229 NG_HCI_STAT_ACL_SENT(unit->stat, count); in ng_hci_send_data()