Home
last modified time | relevance | path

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

/freebsd/sys/dev/vr/
H A Dif_vr.c1208 desc->vr_ctl = htole32(VR_RXCTL | (MCLBYTES - sizeof(uint64_t))); in vr_discard_rxbuf()
1256 desc->vr_ctl = htole32(VR_RXCTL | segs[0].ds_len); in vr_newbuf()
1312 rxctl = le32toh(cur_rx->vr_ctl); in vr_rxeof()
1456 txctl = le32toh(cur_tx->vr_ctl); in vr_txeof()
1913 desc->vr_ctl = htole32(txctl); in vr_encap()
1930 desc->vr_ctl |= htole32(VR_TXCTL_LASTFRAG | VR_TXCTL_FINT); in vr_encap()
1932 desc->vr_ctl |= htole32(VR_TXCTL_LASTFRAG); in vr_encap()
H A Dif_vrreg.h447 uint32_t vr_ctl; member