Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dix_txrx.c381 if (staterr & IXGBE_RXD_STAT_EOP) in ixgbe_isc_rxd_available()
428 eop = ((staterr & IXGBE_RXD_STAT_EOP) != 0); in ixgbe_isc_rxd_pkt_get()
H A Dixgbe_type.h2786 #define IXGBE_RXD_STAT_EOP 0x02 /* End of Packet */ macro
2837 #define IXGBE_RXDADV_STAT_EOP IXGBE_RXD_STAT_EOP /* End of Packet */