Searched refs:rx_l4_class (Results 1 – 1 of 1) sorted by relevance
2690 unsigned int rx_l4_class, in efx_ef10_handle_rx_event_errors() argument2724 (rx_l4_class != ESE_FZ_L4_CLASS_TCP && in efx_ef10_handle_rx_event_errors()2725 rx_l4_class != ESE_FZ_L4_CLASS_UDP)))) in efx_ef10_handle_rx_event_errors()2762 (rx_l4_class != ESE_FZ_L4_CLASS_TCP && in efx_ef10_handle_rx_event_errors()2763 rx_l4_class != ESE_FZ_L4_CLASS_UDP))) in efx_ef10_handle_rx_event_errors()2781 unsigned int rx_l3_class, rx_l4_class, rx_encap_hdr; in efx_ef10_handle_rx_event() local2798 rx_l4_class = EFX_QWORD_FIELD(*event, ESF_FZ_RX_L4_CLASS); in efx_ef10_handle_rx_event()2873 rx_l3_class, rx_l4_class, in efx_ef10_handle_rx_event()2876 bool tcpudp = rx_l4_class == ESE_FZ_L4_CLASS_TCP || in efx_ef10_handle_rx_event()2877 rx_l4_class == ESE_FZ_L4_CLASS_UDP; in efx_ef10_handle_rx_event()[all …]