Searched refs:rx_l4_class (Results 1 – 1 of 1) sorted by relevance
2721 unsigned int rx_l4_class, in efx_ef10_handle_rx_event_errors() argument2755 (rx_l4_class != ESE_FZ_L4_CLASS_TCP && in efx_ef10_handle_rx_event_errors()2756 rx_l4_class != ESE_FZ_L4_CLASS_UDP)))) in efx_ef10_handle_rx_event_errors()2793 (rx_l4_class != ESE_FZ_L4_CLASS_TCP && in efx_ef10_handle_rx_event_errors()2794 rx_l4_class != ESE_FZ_L4_CLASS_UDP))) in efx_ef10_handle_rx_event_errors()2812 unsigned int rx_l3_class, rx_l4_class, rx_encap_hdr; in efx_ef10_handle_rx_event() local2829 rx_l4_class = EFX_QWORD_FIELD(*event, ESF_FZ_RX_L4_CLASS); in efx_ef10_handle_rx_event()2904 rx_l3_class, rx_l4_class, in efx_ef10_handle_rx_event()2907 bool tcpudp = rx_l4_class == ESE_FZ_L4_CLASS_TCP || in efx_ef10_handle_rx_event()2908 rx_l4_class == ESE_FZ_L4_CLASS_UDP; in efx_ef10_handle_rx_event()[all …]