Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dmalo.c110 #define MALO_TXD_STATUS_FW_OWNED 0x80000000 macro
1334 if ((le32toh(desc->status) & MALO_TXD_STATUS_FW_OWNED) || in malo_tx_intr()
1509 desc->status = htole32(MALO_TXD_STATUS_OK | MALO_TXD_STATUS_FW_OWNED); in malo_tx_setup_desc()