Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dsmc83c170reg.h77 #define ET_TXCTL_FRAGLIST 0x00010000 /* descriptor points to fraglist */ macro
H A Dsmc83c170.c439 txd->et_control = ET_TXCTL_LASTDESC | ET_TXCTL_FRAGLIST; in epic_start()