Searched refs:ALC_RXQ_CFG (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/alc/ |
| D | if_alcreg.h | 601 #define ALC_RXQ_CFG 0x15A0 macro
|
| D | if_alc.c | 4242 CSR_WRITE_4(sc, ALC_RXQ_CFG, reg); in alc_init_locked() 4426 cfg = CSR_READ_4(sc, ALC_RXQ_CFG); in alc_start_queue() 4432 CSR_WRITE_4(sc, ALC_RXQ_CFG, cfg); in alc_start_queue() 4446 reg = CSR_READ_4(sc, ALC_RXQ_CFG); in alc_stop_queue() 4450 CSR_WRITE_4(sc, ALC_RXQ_CFG, reg); in alc_stop_queue() 4455 CSR_WRITE_4(sc, ALC_RXQ_CFG, reg); in alc_stop_queue()
|