Home
last modified time | relevance | path

Searched refs:TFD_FrameId (Results 1 – 4 of 4) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_stereg.h66 #define TFD_FrameId(x) ((x) << 2) macro
H A Dif_stgereg.h67 #define TFD_FrameId(x) ((x) << 0) macro
H A Dif_ste.c690 tfd->tfd_control = htole32(TFD_FrameId(nexttx) | (totlen & 3)); in ste_start()
H A Dif_stge.c929 tfc = TFD_FrameId(nexttx) | TFD_WordAlign(/*totlen & */3) | in stge_start()