Home
last modified time | relevance | path

Searched refs:IXGBE_RXD_STAT_EOP (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h85 #define IXGBE_RXD_STAT_EOP 0x02 /* End of Packet */ macro
126 #define IXGBE_RXDADV_STAT_EOP IXGBE_RXD_STAT_EOP /* End of Packet */
H A Dixgbevf_main.c593 if (likely(ixgbevf_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP))) in ixgbevf_is_non_eop()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h85 #define IXGBE_RXD_STAT_EOP 0x02 /* End of Packet */ macro
126 #define IXGBE_RXDADV_STAT_EOP IXGBE_RXD_STAT_EOP /* End of Packet */
H A Dixgbevf_main.c593 if (likely(ixgbevf_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP))) in ixgbevf_is_non_eop()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c277 IXGBE_RXD_STAT_EOP))) { in ixgbe_clean_rx_irq_zc()
H A Dixgbe_type.h2362 #define IXGBE_RXD_STAT_EOP 0x02 /* End of Packet */ macro
2415 #define IXGBE_RXDADV_STAT_EOP IXGBE_RXD_STAT_EOP /* End of Packet */
H A Dixgbe_main.c1762 if (likely(ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP))) in ixgbe_is_non_eop()
2045 if (!ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP)) { in ixgbe_get_rx_buffer()
2132 if (!ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP)) in ixgbe_construct_skb()
2186 if (!ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP)) in ixgbe_build_skb()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c286 IXGBE_RXD_STAT_EOP))) { in ixgbe_clean_rx_irq_zc()
H A Dixgbe_type.h2363 #define IXGBE_RXD_STAT_EOP 0x02 /* End of Packet */ macro
2416 #define IXGBE_RXDADV_STAT_EOP IXGBE_RXD_STAT_EOP /* End of Packet */
H A Dixgbe_main.c1757 if (likely(ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP))) in ixgbe_is_non_eop()
2035 if (!ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP)) { in ixgbe_get_rx_buffer()
2122 if (!ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP)) in ixgbe_construct_skb()
2176 if (!ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP)) in ixgbe_build_skb()

Completed in 61 milliseconds