Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/age/
H A Dif_agereg.h129 #define IDLE_STATUS_RXQ 0x00000004 macro
/dragonfly/sys/dev/netif/ale/
H A Dif_alereg.h129 #define IDLE_STATUS_RXQ 0x00000004 macro
/dragonfly/sys/dev/netif/alc/
H A Dif_alcreg.h259 #define IDLE_STATUS_RXQ 0x00000004 macro
H A Dif_alc.c3665 IDLE_STATUS_RXQ | IDLE_STATUS_TXQ)) == 0) in alc_reset()
4243 if ((reg & (IDLE_STATUS_RXQ | IDLE_STATUS_TXQ)) == 0) in alc_stop_queue()