Lines Matching refs:rx_l3_class
3443 unsigned int rx_l3_class, in efx_ef10_handle_rx_event_errors() argument
3460 rx_l3_class != ESE_DZ_L3_CLASS_IP4 && in efx_ef10_handle_rx_event_errors()
3461 rx_l3_class != ESE_DZ_L3_CLASS_IP4_FRAG && in efx_ef10_handle_rx_event_errors()
3462 rx_l3_class != ESE_DZ_L3_CLASS_IP6 && in efx_ef10_handle_rx_event_errors()
3463 rx_l3_class != ESE_DZ_L3_CLASS_IP6_FRAG)) in efx_ef10_handle_rx_event_errors()
3476 ((rx_l3_class != ESE_DZ_L3_CLASS_IP4 && in efx_ef10_handle_rx_event_errors()
3477 rx_l3_class != ESE_DZ_L3_CLASS_IP6) || in efx_ef10_handle_rx_event_errors()
3496 else if (unlikely(rx_l3_class != ESE_DZ_L3_CLASS_IP4 && in efx_ef10_handle_rx_event_errors()
3497 rx_l3_class != ESE_DZ_L3_CLASS_IP4_FRAG && in efx_ef10_handle_rx_event_errors()
3498 rx_l3_class != ESE_DZ_L3_CLASS_IP6 && in efx_ef10_handle_rx_event_errors()
3499 rx_l3_class != ESE_DZ_L3_CLASS_IP6_FRAG)) in efx_ef10_handle_rx_event_errors()
3514 else if (unlikely((rx_l3_class != ESE_DZ_L3_CLASS_IP4 && in efx_ef10_handle_rx_event_errors()
3515 rx_l3_class != ESE_DZ_L3_CLASS_IP6) || in efx_ef10_handle_rx_event_errors()
3535 unsigned int rx_l3_class, rx_l4_class, rx_encap_hdr; in efx_ef10_handle_rx_event() local
3551 rx_l3_class = EFX_QWORD_FIELD(*event, ESF_DZ_RX_L3_CLASS); in efx_ef10_handle_rx_event()
3627 rx_l3_class, rx_l4_class, in efx_ef10_handle_rx_event()