Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.h10 struct wx_dec_ptype wx_decode_ptype(const u8 ptype);
H A Dwx_lib.c151 struct wx_dec_ptype wx_decode_ptype(const u8 ptype) in wx_decode_ptype() function
155 EXPORT_SYMBOL(wx_decode_ptype);
527 struct wx_dec_ptype dptype = wx_decode_ptype(WX_RXD_PKTTYPE(rx_desc)); in wx_rx_checksum()
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_fdir.c243 dptype = wx_decode_ptype(ptype); in txgbe_atr()