Searched refs:rx_l4_class (Results 1 – 1 of 1) sorted by relevance
3447 unsigned int rx_l4_class, in efx_ef10_handle_rx_event_errors() argument3481 (rx_l4_class != ESE_FZ_L4_CLASS_TCP && in efx_ef10_handle_rx_event_errors()3482 rx_l4_class != ESE_FZ_L4_CLASS_UDP)))) in efx_ef10_handle_rx_event_errors()3519 (rx_l4_class != ESE_FZ_L4_CLASS_TCP && in efx_ef10_handle_rx_event_errors()3520 rx_l4_class != ESE_FZ_L4_CLASS_UDP))) in efx_ef10_handle_rx_event_errors()3538 unsigned int rx_l3_class, rx_l4_class, rx_encap_hdr; in efx_ef10_handle_rx_event() local3555 rx_l4_class = EFX_QWORD_FIELD(*event, ESF_FZ_RX_L4_CLASS); in efx_ef10_handle_rx_event()3630 rx_l3_class, rx_l4_class, in efx_ef10_handle_rx_event()3633 bool tcpudp = rx_l4_class == ESE_FZ_L4_CLASS_TCP || in efx_ef10_handle_rx_event()3634 rx_l4_class == ESE_FZ_L4_CLASS_UDP; in efx_ef10_handle_rx_event()[all …]