Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h933 I40E_RX_DESC_ERROR_IPE_SHIFT = 3, enumerator
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1390 if ((err & (1 << I40E_RX_DESC_ERROR_IPE_SHIFT)) != 0) { in i40e_rx_hcksum()