/src/sys/arch/mvme68k/stand/netboot/ |
if_ie.c | 269 iem->im_rfd[NRXBUF - 1].ie_fd_last |= IE_FD_LAST; 313 iem->im_rfd[slot].ie_fd_last |= IE_FD_LAST; 314 iem->im_rfd[(slot+NRXBUF-1)%NRXBUF].ie_fd_last &= 315 ~IE_FD_LAST; 331 iem->im_rfd[slot].ie_fd_last &= ~IE_FD_LAST; 334 iem->im_rfd[NRXBUF-1].ie_fd_last |= IE_FD_LAST; [all...] |
i82586.h | 166 u_short ie_fd_last; /* end of frame list flag */ member in struct:ie_recv_frame_desc 174 #define IE_FD_LAST 0x8000 /* last rfd in list */
|
/src/sys/arch/acorn32/podulebus/ |
if_iereg.h | 224 u_short ie_fd_last; /* end of frame list flag */ member in struct:ie_recv_frame_desc 233 #define IE_FD_LAST 0x8000 /* last rfd in list */
|
if_ie.c | 770 rfd.ie_fd_last |= IE_FD_LAST; 1254 READ_MEMBER(sc,struct ie_recv_frame_desc,ie_fd_last, 1256 last |= IE_FD_LAST; 1257 WRITE_MEMBER(sc,struct ie_recv_frame_desc,ie_fd_last, 1260 READ_MEMBER(sc,struct ie_recv_frame_desc,ie_fd_last, 1262 last &= ~IE_FD_LAST; 1263 WRITE_MEMBER(sc,struct ie_recv_frame_desc,ie_fd_last,
|
/src/sys/arch/sun3/dev/ |
i82586.h | 143 u_short ie_fd_last; /* end of frame list flag */ member in struct:ie_recv_frame_desc 152 #define IE_FD_LAST SWAP(0x8000) /* last rfd in list */
|
if_ie.c | 888 sc->rframes[num]->ie_fd_last |= IE_FD_LAST; 889 sc->rframes[sc->rftail]->ie_fd_last &= ~IE_FD_LAST; 1220 sc->rframes[i]->ie_fd_last |= IE_FD_LAST;
|