Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste_v2.c60 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
64 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
68 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
80 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_UDP,
84 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_UDP,
Dmlx5_ifc_dr_ste_v1.h177 u8 l4_type[0x2]; member
211 u8 l4_type[0x2]; member
295 u8 l4_type[0x2]; member
Dmlx5_ifc_dr.h175 u8 l4_type[0x2]; member
208 u8 l4_type[0x2]; member
287 u8 l4_type[0x2]; member
Ddr_action.c1673 u32 l4_type = 0; in dr_actions_convert_modify_header() local
1720 if (l4_type && hw_dst_action_info->l4_type && in dr_actions_convert_modify_header()
1721 hw_dst_action_info->l4_type != l4_type) { in dr_actions_convert_modify_header()
1725 if (hw_dst_action_info->l4_type) in dr_actions_convert_modify_header()
1726 l4_type = hw_dst_action_info->l4_type; in dr_actions_convert_modify_header()
Ddr_ste_v0.c135 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
139 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
143 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
155 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_UDP,
159 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_UDP,
Ddr_ste_v1.c158 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
162 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
166 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
178 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_UDP,
182 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_UDP,
Ddr_types.h977 u8 l4_type; member
/Linux-v6.1/drivers/infiniband/hw/hfi1/
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-v6.1/drivers/infiniband/ulp/opa_vnic/
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-v6.1/drivers/net/ethernet/google/gve/
Dgve_rx_dqo.c442 switch (ptype.l4_type) { in gve_rx_skb_csum()
460 if (ptype.l4_type != GVE_L4_TYPE_UNKNOWN) in gve_rx_skb_hash()
611 if (ptype.l4_type != GVE_L4_TYPE_TCP) in gve_rx_complete_rsc()
Dgve_adminq.h318 u8 l4_type; member
Dgve_adminq.c937 ptype_lut->ptypes[i].l4_type = in gve_adminq_get_ptype_map_dqo()
938 ptype_map->ptypes[i].l4_type; in gve_adminq_get_ptype_map_dqo()
Dgve.h476 u8 l4_type; /* `gve_l4_type` in gve_adminq.h */ member
/Linux-v6.1/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_qp.h164 enum hinic_l4_tunnel_type l4_type,
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-v6.1/drivers/net/ethernet/cavium/thunder/
Dq_struct.h186 u64 l4_type:4; member
225 u64 l4_type:4;
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c3875 int l3_type, l4_type; in hns3_rx_handle_csum() local
3895 l4_type = hnae3_get_field(l234info, HNS3_RXD_L4ID_M, in hns3_rx_handle_csum()
3900 (l4_type == HNS3_L4_TYPE_UDP || in hns3_rx_handle_csum()
3901 l4_type == HNS3_L4_TYPE_TCP || in hns3_rx_handle_csum()
3902 l4_type == HNS3_L4_TYPE_SCTP)) in hns3_rx_handle_csum()
4191 int l4_type = hnae3_get_field(l234info, HNS3_RXD_L4ID_M, in hns3_set_rx_skb_rss_type() local
4196 if (l4_type == HNS3_L4_TYPE_UDP || in hns3_set_rx_skb_rss_type()
4197 l4_type == HNS3_L4_TYPE_TCP || in hns3_set_rx_skb_rss_type()
4198 l4_type == HNS3_L4_TYPE_SCTP) in hns3_set_rx_skb_rss_type()
4200 else if (l4_type == HNS3_L4_TYPE_IGMP || in hns3_set_rx_skb_rss_type()
[all …]