Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Drtwreg.h996 #define RTW_TXCTL0_LS (1<<28) /* last segment */ macro
1026 #define RTW_TXSTAT_LS RTW_TXCTL0_LS
Drtw.c3239 tdb->tdb_desc[ts->ts_last].td_ctl0 |= htole32(RTW_TXCTL0_LS); in rtw_start()