Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/drivers/h4/
HDng_h4_var.h64 #define NG_H4_HIWATER 256 /* High water mark on output */ macro
HDng_h4.c225 clist_alloc_cblocks(&tp->t_outq, MLEN + NG_H4_HIWATER); in ng_h4_open()
587 while (tp->t_outq.c_cc < NG_H4_HIWATER) { /* XXX 2.2 specific ? */