Home
last modified time | relevance | path

Searched refs:ip_frag (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/drivers/net/dsa/
Dbcm_sf2_cfp.c359 u8 ip_proto, ip_frag; in bcm_sf2_cfp_ipv4_rule_set() local
375 ip_frag = !!(be32_to_cpu(fs->h_ext.data[0]) & 1); in bcm_sf2_cfp_ipv4_rule_set()
436 ip_proto << IPPROTO_SHIFT | ip_frag << IP_FRAG_SHIFT | in bcm_sf2_cfp_ipv4_rule_set()
639 u8 ip_proto, ip_frag; in bcm_sf2_cfp_ipv6_rule_set() local
655 ip_frag = !!(be32_to_cpu(fs->h_ext.data[0]) & 1); in bcm_sf2_cfp_ipv6_rule_set()
735 ip_frag << IP_FRAG_SHIFT | udf_upper_bits(num_udf); in bcm_sf2_cfp_ipv6_rule_set()
/linux-6.6.21/drivers/net/ethernet/emulex/benet/
Dbe_hw.h317 u8 ip_frag; /* dword 1 */ member
Dbe.h285 u8 ip_frag; member
Dbe_main.c2529 rxcp->ip_frag = GET_RX_COMPL_V0_BITS(ip_frag, compl); in be_parse_rx_compl_v0()
2551 if (rxcp->ip_frag) in be_rx_compl_get()
/linux-6.6.21/drivers/net/ethernet/sfc/
Dtc.h101 bool ip_frag, ip_firstfrag; member
Dmae.c699 CHECK_BIT(IS_IP_FRAG, ip_frag) || in efx_mae_match_check_caps()
784 CHECK_BIT(ENC_IP_FRAG, ip_frag) || in efx_mae_match_check_caps_lhs()
1628 match->value.ip_frag); in efx_mae_populate_lhs_match_criteria()
1632 match->mask.ip_frag); in efx_mae_populate_lhs_match_criteria()
2050 match->value.ip_frag, in efx_mae_populate_match_criteria()
2061 match->mask.ip_frag, in efx_mae_populate_match_criteria()
Dtc.c269 match->value.ip_frag = fm.key->flags & FLOW_DIS_IS_FRAGMENT; in efx_tc_flower_parse_match()
270 match->mask.ip_frag = true; in efx_tc_flower_parse_match()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h1141 u8 ip_frag:1; member
1143 u8 ip_frag:1; member
Dsge.c3726 (q->netdev->features & NETIF_F_GRO) && csum_ok && !pkt->ip_frag) { in t4_ethrx_handler()
3767 if (!pkt->ip_frag) { in t4_ethrx_handler()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1629 !pkt->ip_frag) { in t4vf_ethrx_handler()
1651 if (!pkt->ip_frag) { in t4vf_ethrx_handler()