Lines Matching refs:rx_l3_class
2673 unsigned int rx_l3_class, in efx_ef10_handle_rx_event_errors() argument
2690 rx_l3_class != ESE_DZ_L3_CLASS_IP4 && in efx_ef10_handle_rx_event_errors()
2691 rx_l3_class != ESE_DZ_L3_CLASS_IP4_FRAG && in efx_ef10_handle_rx_event_errors()
2692 rx_l3_class != ESE_DZ_L3_CLASS_IP6 && in efx_ef10_handle_rx_event_errors()
2693 rx_l3_class != ESE_DZ_L3_CLASS_IP6_FRAG)) in efx_ef10_handle_rx_event_errors()
2706 ((rx_l3_class != ESE_DZ_L3_CLASS_IP4 && in efx_ef10_handle_rx_event_errors()
2707 rx_l3_class != ESE_DZ_L3_CLASS_IP6) || in efx_ef10_handle_rx_event_errors()
2726 else if (unlikely(rx_l3_class != ESE_DZ_L3_CLASS_IP4 && in efx_ef10_handle_rx_event_errors()
2727 rx_l3_class != ESE_DZ_L3_CLASS_IP4_FRAG && in efx_ef10_handle_rx_event_errors()
2728 rx_l3_class != ESE_DZ_L3_CLASS_IP6 && in efx_ef10_handle_rx_event_errors()
2729 rx_l3_class != ESE_DZ_L3_CLASS_IP6_FRAG)) in efx_ef10_handle_rx_event_errors()
2744 else if (unlikely((rx_l3_class != ESE_DZ_L3_CLASS_IP4 && in efx_ef10_handle_rx_event_errors()
2745 rx_l3_class != ESE_DZ_L3_CLASS_IP6) || in efx_ef10_handle_rx_event_errors()
2765 unsigned int rx_l3_class, rx_l4_class, rx_encap_hdr; in efx_ef10_handle_rx_event() local
2781 rx_l3_class = EFX_QWORD_FIELD(*event, ESF_DZ_RX_L3_CLASS); in efx_ef10_handle_rx_event()
2857 rx_l3_class, rx_l4_class, in efx_ef10_handle_rx_event()