Lines Matching refs:fd_status
2527 if ((fd.fd_status & FD_STATUS_C) != FD_STATUS_C) in wv_receive()
2533 if ((fd.fd_status & FD_STATUS_OK) == FD_STATUS_OK) { in wv_receive()
2572 dev->name, fd.fd_status); in wv_receive()
2576 if ((fd.fd_status & FD_STATUS_S6) != 0) in wv_receive()
2582 if ((fd.fd_status & FD_STATUS_S7) != 0) { in wv_receive()
2591 if ((fd.fd_status & FD_STATUS_S8) != 0) { in wv_receive()
2600 if ((fd.fd_status & FD_STATUS_S9) != 0) { in wv_receive()
2609 if ((fd.fd_status & FD_STATUS_S10) != 0) { in wv_receive()
2618 if ((fd.fd_status & FD_STATUS_S11) != 0) { in wv_receive()
2628 fd.fd_status = 0; in wv_receive()
2629 obram_write(ioaddr, fdoff(lp->rx_head, fd_status), in wv_receive()
2630 (unsigned char *) &fd.fd_status, in wv_receive()
2631 sizeof(fd.fd_status)); in wv_receive()
3077 fd.fd_status = 0; in wv_ru_start()