Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/twe/
H A Dtwe.c93 static u_int16_t twe_dequeue_aen(struct twe_softc *sc);
617 *aen_code = twe_dequeue_aen(sc); in twe_ioctl()
624 while ((*aen_code = twe_dequeue_aen(sc)) == TWE_AEN_QUEUE_EMPTY) { in twe_ioctl()
1505 twe_dequeue_aen(struct twe_softc *sc) in twe_dequeue_aen() function