Home
last modified time | relevance | path

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

/freebsd/sys/dev/vr/
H A Dif_vrreg.h516 #define VR_TXCTL_FIRSTFRAG 0x00200000 macro
H A Dif_vr.c1463 if ((txctl & VR_TXCTL_FIRSTFRAG) == 0) in vr_txeof()
1911 txctl |= VR_TXCTL_FIRSTFRAG; in vr_encap()