Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xlreg.h552 #define XL_TXSTAT_DL_INTR 0x80000000 macro
H A Dif_xl.c2512 cur_tx->xl_ptr->xl_status |= htole32(XL_TXSTAT_DL_INTR); in xl_start_locked()
2526 htole32(~XL_TXSTAT_DL_INTR); in xl_start_locked()
2635 cur_tx->xl_ptr->xl_status |= htole32(XL_TXSTAT_DL_INTR); in xl_start_90xB_locked()