Searched refs:vr_ctl (Results 1 – 2 of 2) sorted by relevance
1208 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()
447 uint32_t vr_ctl; member