Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Ddp83932.c768 SONIC_INIT_RXDESC(sc, i); in sonic_rxintr()
810 SONIC_INIT_RXDESC(sc, i); in sonic_rxintr()
832 SONIC_INIT_RXDESC(sc, i); in sonic_rxintr()
840 SONIC_INIT_RXDESC(sc, i); in sonic_rxintr()
964 SONIC_INIT_RXDESC(sc, i); in sonic_init()
1148 SONIC_INIT_RXDESC(sc, idx); in sonic_add_rxbuf()
H A Ddp83932var.h279 #define SONIC_INIT_RXDESC(sc, x) \ macro