Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Dmlx5_ifc_dr_ste_v1.h177 u8 l4_type[0x2]; member
211 u8 l4_type[0x2]; member
295 u8 l4_type[0x2]; member
A Dmlx5_ifc_dr.h175 u8 l4_type[0x2]; member
208 u8 l4_type[0x2]; member
287 u8 l4_type[0x2]; member
A Ddr_action.c1579 u32 l4_type = 0; in dr_actions_convert_modify_header() local
1616 if (l4_type && hw_dst_action_info->l4_type && in dr_actions_convert_modify_header()
1617 hw_dst_action_info->l4_type != l4_type) { in dr_actions_convert_modify_header()
1621 if (hw_dst_action_info->l4_type) in dr_actions_convert_modify_header()
1622 l4_type = hw_dst_action_info->l4_type; in dr_actions_convert_modify_header()
A Ddr_ste_v0.c134 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
138 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
142 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
154 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_UDP,
158 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_UDP,
A Ddr_ste_v1.c152 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
156 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
160 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_TCP,
172 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_UDP,
176 .l4_type = DR_STE_ACTION_MDFY_TYPE_L4_UDP,
A Ddr_types.h897 u8 l4_type; member
/linux/drivers/infiniband/hw/hfi1/
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/net/ethernet/google/gve/
A 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()
A Dgve_adminq.h318 u8 l4_type; member
A 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()
A Dgve.h471 u8 l4_type; /* `gve_l4_type` in gve_adminq.h */ member
/linux/drivers/infiniband/ulp/opa_vnic/
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/
A Dq_struct.h186 u64 l4_type:4; member
225 u64 l4_type:4;
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_hw_qp.h164 enum hinic_l4_tunnel_type l4_type,
A Dhinic_hw_qp.c530 enum hinic_l4_tunnel_type l4_type, in hinic_task_set_tunnel_l4() argument
533 task->pkt_info2 |= HINIC_SQ_TASK_INFO2_SET(l4_type, TUNNEL_L4TYPE) | in hinic_task_set_tunnel_l4()
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.c3697 int l3_type, l4_type; in hns3_rx_handle_csum() local
3717 l4_type = hnae3_get_field(l234info, HNS3_RXD_L4ID_M, in hns3_rx_handle_csum()
3722 (l4_type == HNS3_L4_TYPE_UDP || in hns3_rx_handle_csum()
3723 l4_type == HNS3_L4_TYPE_TCP || in hns3_rx_handle_csum()
3724 l4_type == HNS3_L4_TYPE_SCTP)) in hns3_rx_handle_csum()

Completed in 56 milliseconds