Home
last modified time | relevance | path

Searched refs:I40E_RX_DESC_ERROR_IPE_SHIFT (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h842 I40E_RX_DESC_ERROR_IPE_SHIFT = 3, enumerator
/titanic_50/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1399 if ((err & (1 << I40E_RX_DESC_ERROR_IPE_SHIFT)) != 0) { in i40e_rx_hcksum()