Lines Matching refs:cmdsts
733 txd.cmdsts = (u32) 0;
764 rxd[i].cmdsts = (u32) RX_BUF_SIZE;
767 printf("sis900_init_rxd: rxd[%d]=%p link=%X cmdsts=%X bufptr=%X\n",
768 i, &rxd[i], (unsigned int) rxd[i].link, (unsigned int) rxd[i].cmdsts,
1156 txd.cmdsts = (u32) OWN | s;
1166 while (((tx_status=txd.cmdsts) & OWN) && (currticks() < to))
1202 u32 rx_status = rxd[cur_rx].cmdsts;
1236 rxd[cur_rx].cmdsts = RX_BUF_SIZE;