Lines Matching refs:cmdsts
358 np->tx[i].cmdsts = 0; in natsemi_open()
375 np->rx[i].cmdsts = RX_BUF_SIZE; in natsemi_open()
425 while (np->rx[i].cmdsts == RX_BUF_SIZE) { in natsemi_open()
460 if (np->tx[np->tx_cur].cmdsts != 0) { in natsemi_transmit()
478 np->tx[np->tx_cur].cmdsts = iob_len (iobuf) | OWN; in natsemi_transmit()
522 tx_status = np->tx[np->tx_dirty].cmdsts; in natsemi_poll()
539 np->tx[np->tx_dirty].cmdsts = 0; in natsemi_poll()
546 rx_status = (unsigned int) np->rx[np->rx_cur].cmdsts; in natsemi_poll()
558 np->rx[np->rx_cur].cmdsts); in natsemi_poll()
575 np->rx[np->rx_cur].cmdsts = RX_BUF_SIZE; in natsemi_poll()
577 rx_status = np->rx[np->rx_cur].cmdsts; in natsemi_poll()