Searched refs:i40e_ptype_lookup (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ixl/
H A Di40e_prototype.h497 extern struct i40e_rx_ptype_decoded i40e_ptype_lookup[];
501 return i40e_ptype_lookup[ptype];
H A Di40e_common.c592 /* The i40e_ptype_lookup table is used to convert from the 8-bit ptype in the
605 * IF NOT i40e_ptype_lookup[ptype].known
608 * ELSE IF i40e_ptype_lookup[ptype].outer_ip == I40E_RX_PTYPE_OUTER_IP
637 struct i40e_rx_ptype_decoded i40e_ptype_lookup[] = { variable in typeref:struct:i40e_rx_ptype_decoded

Completed in 166 milliseconds