Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Dixl_txrx.c681 error = (qword & I40E_RXD_QW1_ERROR_MASK) in ixl_isc_rxd_pkt_get()
H A Di40e_type.h921 #define I40E_RXD_QW1_ERROR_MASK (0xFFUL << I40E_RXD_QW1_ERROR_SHIFT) macro