Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h425 #define WX_TXD_STAT_DD BIT(0) /* Descriptor Done */ macro
H A Dwx_lib.c730 if (!(eop_desc->wb.status & cpu_to_le32(WX_TXD_STAT_DD))) in wx_clean_tx_irq()