Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/wl/
Dif_wl.c942 tbd.next_tbd_offset = I82586NULL; in wlbldcu()
1083 if (fd.rbd_offset == I82586NULL) { in wlread()
1151 if (rbd.status & RBD_SW_EOF || rbd.next_rbd_offset == I82586NULL) { in wlread()
1657 for (fd_p = sc->begin_fd; fd_p != I82586NULL; fd_p = sc->begin_fd) { in wlrcv()
1715 if ((f_rbdp = rbd_offset) != I82586NULL) { in wlrequeue()
1723 if ((l_rbdp = inw(PIOP0(base))) == I82586NULL) in wlrequeue()
1728 outw(PIOP0(base), I82586NULL); in wlrequeue()
1740 fd.link_offset = I82586NULL; in wlrequeue()
1741 fd.rbd_offset = I82586NULL; in wlrequeue()
1790 cb.ac_link_offset = I82586NULL; in wlxmt()
[all …]
Dif_wl.h34 #define I82586NULL 0xffff macro