Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/
H A Dif_vr.c1215 desc->vr_ctl = htole32(VR_RXCTL | (MCLBYTES - sizeof(uint64_t))); in vr_discard_rxbuf()
1263 desc->vr_ctl = htole32(VR_RXCTL | segs[0].ds_len); in vr_newbuf()
1319 rxctl = le32toh(cur_rx->vr_ctl); in vr_rxeof()
1463 txctl = le32toh(cur_tx->vr_ctl); in vr_txeof()
1920 desc->vr_ctl = htole32(txctl); in vr_encap()
1937 desc->vr_ctl |= htole32(VR_TXCTL_LASTFRAG | VR_TXCTL_FINT); in vr_encap()
1939 desc->vr_ctl |= htole32(VR_TXCTL_LASTFRAG); in vr_encap()
H A Dif_vrreg.h447 uint32_t vr_ctl; member