Home
last modified time | relevance | path

Searched refs:wx_dec_ptype (Results 1 – 4 of 4) 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.c22 static struct wx_dec_ptype wx_ptype_lookup[256] = {
154 struct wx_dec_ptype wx_decode_ptype(const u8 ptype) in wx_decode_ptype()
536 struct wx_dec_ptype dptype = wx_decode_ptype(WX_RXD_PKTTYPE(rx_desc)); in wx_rx_checksum()
H A Dwx_type.h716 /* wx_dec_ptype.mac: outer mac */
723 /* wx_dec_ptype.[e]ip: outer&encaped ip */
733 /* wx_dec_ptype.etype: encaped type */
742 /* wx_dec_ptype.proto: payload proto */
752 /* wx_dec_ptype.layer: payload layer */
760 struct wx_dec_ptype { argument
757 struct wx_dec_ptype { global() struct
758 knownwx_dec_ptype global() argument
759 macwx_dec_ptype global() argument
761 etypewx_dec_ptype global() argument
762 eipwx_dec_ptype global() argument
763 protwx_dec_ptype global() argument
764 layerwx_dec_ptype global() argument
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_fdir.c230 struct wx_dec_ptype dptype; in txgbe_atr()