Searched refs:WX_RXD_STAT_EOP (Results 1 – 2 of 2) sorted by relevance
205 if (!wx_test_staterr(rx_desc, WX_RXD_STAT_EOP)) { in wx_get_rx_buffer()276 if (!wx_test_staterr(rx_desc, WX_RXD_STAT_EOP)) in wx_build_skb()418 if (likely(wx_test_staterr(rx_desc, WX_RXD_STAT_EOP))) in wx_is_non_eop()
458 #define WX_RXD_STAT_EOP BIT(1) /* End of Packet */ macro