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.c1207 desc->vr_ctl = htole32(VR_RXCTL | (MCLBYTES - sizeof(uint64_t))); in vr_discard_rxbuf()
1255 desc->vr_ctl = htole32(VR_RXCTL | segs[0].ds_len); in vr_newbuf()
1311 rxctl = le32toh(cur_rx->vr_ctl); in vr_rxeof()
1455 txctl = le32toh(cur_tx->vr_ctl); in vr_txeof()
1912 desc->vr_ctl = htole32(txctl); in vr_encap()
1929 desc->vr_ctl |= htole32(VR_TXCTL_LASTFRAG | VR_TXCTL_FINT); in vr_encap()
1931 desc->vr_ctl |= htole32(VR_TXCTL_LASTFRAG); in vr_encap()
H A Dif_vrreg.h447 uint32_t vr_ctl; member