Searched refs:sis_cmdsts (Results 1 – 2 of 2) sorted by relevance
1442 rxd->rx_desc->sis_cmdsts = htole32(SIS_RXLEN); in sis_newbuf()1450 rxd->rx_desc->sis_cmdsts = htole32(SIS_RXLEN); in sis_discard_rxbuf()1502 rxstat = le32toh(cur_rx->sis_cmdsts); in sis_rxeof()1586 txstat = le32toh(cur_tx->sis_cmdsts); in sis_txeof()1831 f->sis_cmdsts = htole32(segs[i].ds_len | in sis_encap()1834 f->sis_cmdsts = htole32(segs[i].ds_len | in sis_encap()1847 f->sis_cmdsts &= ~htole32(SIS_CMDSTS_MORE); in sis_encap()1851 f->sis_cmdsts |= htole32(SIS_CMDSTS_OWN); in sis_encap()
340 volatile uint32_t sis_cmdsts; member