Home
last modified time | relevance | path

Searched refs:l4_type (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_ttc.c244 int l4_type; in mlx5_fs_ttc_set_match_proto() local
248 l4_type = MLX5_PACKET_L4_TYPE_TCP; in mlx5_fs_ttc_set_match_proto()
250 l4_type = MLX5_PACKET_L4_TYPE_UDP; in mlx5_fs_ttc_set_match_proto()
252 MLX5_SET_TO_ONES(fte_match_set_lyr_2_4, headers_c, l4_type); in mlx5_fs_ttc_set_match_proto()
253 MLX5_SET(fte_match_set_lyr_2_4, headers_v, l4_type, l4_type); in mlx5_fs_ttc_set_match_proto()
398 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.l4_type); in mlx5_create_ttc_table_groups()
407 MLX5_SET(fte_match_param, mc, outer_headers.l4_type, 0); in mlx5_create_ttc_table_groups()
559 MLX5_SET_TO_ONES(fte_match_param, mc, inner_headers.l4_type); in mlx5_create_inner_ttc_table_groups()
568 MLX5_SET(fte_match_param, mc, inner_headers.l4_type, 0); in mlx5_create_inner_ttc_table_groups()
/linux/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c338 int l4_type, vesw_id = -1, rc; in hfi1_vnic_bypass_rcv() local
342 l4_type = hfi1_16B_get_l4(packet->ebuf); in hfi1_vnic_bypass_rcv()
343 if (likely(l4_type == OPA_16B_L4_ETHR)) { in hfi1_vnic_bypass_rcv()
365 l4_type, vesw_id, packet->rcd->ctxt); in hfi1_vnic_bypass_rcv()
/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c75 u8 l4_type, u16 l4_hdr) in opa_vnic_make_header() argument
80 h[2] = l4_type; in opa_vnic_make_header()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dq_struct.h186 u64 l4_type:4; member
225 u64 l4_type:4;
/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c404 switch (ptype.l4_type) { in gve_rx_skb_csum()
422 if (ptype.l4_type != GVE_L4_TYPE_UNKNOWN) in gve_rx_skb_hash()
653 if (ptype.l4_type != GVE_L4_TYPE_TCP) in gve_rx_complete_rsc()
H A Dgve.h645 u8 l4_type; /* `gve_l4_type` in gve_adminq.h */ member
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_qp.h164 enum hinic_l4_tunnel_type l4_type,
H A Dhinic_hw_qp.c529 enum hinic_l4_tunnel_type l4_type, in hinic_task_set_tunnel_l4() argument
532 task->pkt_info2 |= HINIC_SQ_TASK_INFO2_SET(l4_type, TUNNEL_L4TYPE) | in hinic_task_set_tunnel_l4()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3886 int l3_type, l4_type; in hns3_rx_handle_csum() local
3906 l4_type = hnae3_get_field(l234info, HNS3_RXD_L4ID_M, in hns3_rx_handle_csum()
3911 (l4_type == HNS3_L4_TYPE_UDP || in hns3_rx_handle_csum()
3912 l4_type == HNS3_L4_TYPE_TCP || in hns3_rx_handle_csum()
3913 l4_type == HNS3_L4_TYPE_SCTP)) in hns3_rx_handle_csum()
4202 int l4_type = hnae3_get_field(l234info, HNS3_RXD_L4ID_M, in hns3_set_rx_skb_rss_type() local
4207 if (l4_type == HNS3_L4_TYPE_UDP || in hns3_set_rx_skb_rss_type()
4208 l4_type == HNS3_L4_TYPE_TCP || in hns3_set_rx_skb_rss_type()
4209 l4_type == HNS3_L4_TYPE_SCTP) in hns3_set_rx_skb_rss_type()
4211 else if (l4_type == HNS3_L4_TYPE_IGMP || in hns3_set_rx_skb_rss_type()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste_v1.c29 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
33 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
37 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
49 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_UDP,
53 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_UDP,
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h580 u8 l4_type[0x2]; member