Home
last modified time | relevance | path

Searched refs:EF4_RX_PKT_CSUMMED (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Drx.c446 skb->ip_summed = ((rx_buf->flags & EF4_RX_PKT_CSUMMED) ? in ef4_rx_packet_gro()
560 (rx_buf->flags & EF4_RX_PKT_CSUMMED) ? " [SUMMED]" : "", in ef4_rx_packet()
635 if (likely(rx_buf->flags & EF4_RX_PKT_CSUMMED)) in ef4_rx_deliver()
675 rx_buf->flags &= ~EF4_RX_PKT_CSUMMED; in __ef4_rx_packet()
Dnet_driver.h277 #define EF4_RX_PKT_CSUMMED 0x0002 macro
Dfarch.c1057 flags |= EF4_RX_PKT_CSUMMED; in ef4_farch_handle_rx_event()