Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_se.c865 desc->se_cmdsts = htole32(RDC_OWN | RDC_INTR); in se_newbuf()
884 desc->se_cmdsts = htole32(RDC_OWN | RDC_INTR); in se_discard_rxbuf()
912 rxinfo = letoh32(cur_rx->se_cmdsts); in se_rxeof()
984 txstat = letoh32(cur_tx->se_cmdsts); in se_txeof()
1008 cur_tx->se_cmdsts = 0; in se_txeof()
1160 desc->se_cmdsts = htole32(TDC_OWN | TDC_INTR | TDC_DEF | in se_encap()
H A Dif_sereg.h268 u_int32_t se_cmdsts; member