Home
last modified time | relevance | path

Searched refs:sis_cmdsts (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/sis/
H A Dif_sis.c1444 rxd->rx_desc->sis_cmdsts = htole32(SIS_RXLEN); in sis_newbuf()
1452 rxd->rx_desc->sis_cmdsts = htole32(SIS_RXLEN); in sis_discard_rxbuf()
1504 rxstat = le32toh(cur_rx->sis_cmdsts); in sis_rxeof()
1588 txstat = le32toh(cur_tx->sis_cmdsts); in sis_txeof()
1833 f->sis_cmdsts = htole32(segs[i].ds_len | in sis_encap()
1836 f->sis_cmdsts = htole32(segs[i].ds_len | in sis_encap()
1849 f->sis_cmdsts &= ~htole32(SIS_CMDSTS_MORE); in sis_encap()
1853 f->sis_cmdsts |= htole32(SIS_CMDSTS_OWN); in sis_encap()
H A Dif_sisreg.h340 volatile uint32_t sis_cmdsts; member