Searched refs:rx_l4_class (Results 1 – 1 of 1) sorted by relevance
2703 unsigned int rx_l4_class, in efx_ef10_handle_rx_event_errors() argument2737 (rx_l4_class != ESE_FZ_L4_CLASS_TCP && in efx_ef10_handle_rx_event_errors()2738 rx_l4_class != ESE_FZ_L4_CLASS_UDP)))) in efx_ef10_handle_rx_event_errors()2775 (rx_l4_class != ESE_FZ_L4_CLASS_TCP && in efx_ef10_handle_rx_event_errors()2776 rx_l4_class != ESE_FZ_L4_CLASS_UDP))) in efx_ef10_handle_rx_event_errors()2794 unsigned int rx_l3_class, rx_l4_class, rx_encap_hdr; in efx_ef10_handle_rx_event() local2811 rx_l4_class = EFX_QWORD_FIELD(*event, ESF_FZ_RX_L4_CLASS); in efx_ef10_handle_rx_event()2886 rx_l3_class, rx_l4_class, in efx_ef10_handle_rx_event()2889 bool tcpudp = rx_l4_class == ESE_FZ_L4_CLASS_TCP || in efx_ef10_handle_rx_event()2890 rx_l4_class == ESE_FZ_L4_CLASS_UDP; in efx_ef10_handle_rx_event()[all …]