Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Di82586reg.h277 #define IE_RBD_EOL 0x8000 /* last buffer */ macro
H A Di82586.c799 sc->ie_bus_write16(sc, off, IE_RBUF_SIZE | IE_RBD_EOL); in i82586_release_rbd_list()
846 if ((n == sc->rbtail) ^ ((val & IE_RBD_EOL) != 0)) { in i82586_chk_rx_ring()
1437 IE_RBUF_SIZE | ((m==0)?IE_RBD_EOL:0)); in i82586_setup_bufs()