Home
last modified time | relevance | path

Searched refs:i40e_rx_ptype_decoded (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h374 extern struct i40e_rx_ptype_decoded i40e_ptype_lookup[];
376 static inline struct i40e_rx_ptype_decoded decode_rx_desc_ptype(u8 ptype) in decode_rx_desc_ptype()
H A Di40e_type.h767 struct i40e_rx_ptype_decoded { struct
H A Di40e_txrx.c1751 struct i40e_rx_ptype_decoded decoded; in i40e_rx_checksum()
1840 struct i40e_rx_ptype_decoded decoded = decode_rx_desc_ptype(ptype); in i40e_ptype_to_htype()
H A Di40e_common.c434 struct i40e_rx_ptype_decoded i40e_ptype_lookup[BIT(8)] = {