Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h370 #define WX_RXD_STAT_EOP BIT(1) /* End of Packet */ macro
H A Dwx_lib.c204 if (!wx_test_staterr(rx_desc, WX_RXD_STAT_EOP)) { in wx_get_rx_buffer()
278 if (!wx_test_staterr(rx_desc, WX_RXD_STAT_EOP)) in wx_build_skb()
420 if (likely(wx_test_staterr(rx_desc, WX_RXD_STAT_EOP))) in wx_is_non_eop()