Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c173 sc->state = NG_H4_W4_PKT_IND; in ng_h4_open()
352 sc->state = NG_H4_W4_PKT_IND; in ng_h4_input()
369 sc->state = NG_H4_W4_PKT_IND; in ng_h4_input()
388 sc->state = NG_H4_W4_PKT_IND; in ng_h4_input()
410 case NG_H4_W4_PKT_IND: in ng_h4_input()
441 sc->state = NG_H4_W4_PKT_IND; in ng_h4_input()
510 sc->state = NG_H4_W4_PKT_IND; in ng_h4_input()
547 sc->state = NG_H4_W4_PKT_IND; in ng_h4_input()
729 sc->state = NG_H4_W4_PKT_IND;
882 sc->state = NG_H4_W4_PKT_IND;
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_h4.h67 #define NG_H4_W4_PKT_IND 1 /* Waiting for packet indicator */ macro