Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Def10.c2748 unsigned int rx_l4_class, in efx_ef10_handle_rx_event_errors() argument
2782 (rx_l4_class != ESE_FZ_L4_CLASS_TCP && in efx_ef10_handle_rx_event_errors()
2783 rx_l4_class != ESE_FZ_L4_CLASS_UDP)))) in efx_ef10_handle_rx_event_errors()
2820 (rx_l4_class != ESE_FZ_L4_CLASS_TCP && in efx_ef10_handle_rx_event_errors()
2821 rx_l4_class != ESE_FZ_L4_CLASS_UDP))) in efx_ef10_handle_rx_event_errors()
2839 unsigned int rx_l3_class, rx_l4_class, rx_encap_hdr; in efx_ef10_handle_rx_event() local
2856 rx_l4_class = EFX_QWORD_FIELD(*event, ESF_FZ_RX_L4_CLASS); in efx_ef10_handle_rx_event()
2931 rx_l3_class, rx_l4_class, in efx_ef10_handle_rx_event()
2934 bool tcpudp = rx_l4_class == ESE_FZ_L4_CLASS_TCP || in efx_ef10_handle_rx_event()
2935 rx_l4_class == ESE_FZ_L4_CLASS_UDP; in efx_ef10_handle_rx_event()
[all …]