Searched refs:I82586NULL (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/wl/
H A Dif_wl.h34 #define I82586NULL 0xffff macro
H A Dif_wl.c940 tbd.next_tbd_offset = I82586NULL;
1081 if (fd.rbd_offset == I82586NULL) {
1149 if (rbd.status & RBD_SW_EOF || rbd.next_rbd_offset == I82586NULL) {
1655 for (fd_p = sc->begin_fd; fd_p != I82586NULL; fd_p = sc->begin_fd) {
1662 if (status == 0xffff || offset == 0xffff /*I82586NULL*/) {
1713 if ((f_rbdp = rbd_offset) != I82586NULL) {
1721 if ((l_rbdp = inw(PIOP0(base))) == I82586NULL)
1726 outw(PIOP0(base), I82586NULL); local
1738 fd.link_offset = I82586NULL;
1739 fd.rbd_offset = I82586NULL;
1873 outw(PIOP0(base), I82586NULL); local
1943 outw(PIOP1(base), I82586NULL); /* link_offset */ local
[all...]

Completed in 93 milliseconds