Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h149 #define NG_HCI_STAT_BYTES_RECV(s, b) (s).bytes_recv += (b) macro
H A Dng_hci_main.c716 NG_HCI_STAT_BYTES_RECV(unit->stat, m->m_pkthdr.len); in ng_hci_drv_rcvdata()