Home
last modified time | relevance | path

Searched refs:EFX_RX_PKT_TCP (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Drx.c393 if ((rx_buf->flags & EFX_RX_PKT_TCP) && !channel->type->receive_skb) in __efx_siena_rx_packet()
H A Dnet_driver.h334 #define EFX_RX_PKT_TCP 0x0040 macro
H A Dfarch.c1043 flags |= EFX_RX_PKT_TCP; in efx_farch_handle_rx_event()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Drx.c403 if ((rx_buf->flags & EFX_RX_PKT_TCP) && !channel->type->receive_skb) in __efx_rx_packet()
H A Dnet_driver.h316 #define EFX_RX_PKT_TCP 0x0040 macro
H A Def10.c2930 flags |= EFX_RX_PKT_TCP; in efx_ef10_handle_rx_event()