/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_ste_v2.c | 72 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV4, 76 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 88 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 92 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 96 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 100 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 104 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 108 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 112 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 116 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, [all …]
|
D | dr_ste_v0.c | 147 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV4, 151 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 163 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 167 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 171 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 175 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 179 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 183 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 187 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 191 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, [all …]
|
D | mlx5_ifc_dr_ste_v1.h | 176 u8 l3_type[0x2]; member 210 u8 l3_type[0x2]; member 245 u8 l3_type[0x2]; member 294 u8 l3_type[0x2]; member
|
D | dr_ste_v1.c | 170 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV4, 174 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 186 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 190 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 194 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 198 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 202 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 206 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 210 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, 214 .l3_type = DR_STE_ACTION_MDFY_TYPE_L3_IPV6, [all …]
|
D | mlx5_ifc_dr.h | 174 u8 l3_type[0x2]; member 207 u8 l3_type[0x2]; member 229 u8 l3_type[0x2]; member 286 u8 l3_type[0x2]; member
|
D | dr_action.c | 1672 u32 l3_type = 0; in dr_actions_convert_modify_header() local 1711 if (l3_type && hw_dst_action_info->l3_type && in dr_actions_convert_modify_header() 1712 hw_dst_action_info->l3_type != l3_type) { in dr_actions_convert_modify_header() 1716 if (hw_dst_action_info->l3_type) in dr_actions_convert_modify_header() 1717 l3_type = hw_dst_action_info->l3_type; in dr_actions_convert_modify_header()
|
D | dr_types.h | 976 u8 l3_type; member
|
/linux-6.1.9/drivers/net/ethernet/huawei/hinic/ |
D | hinic_tx.c | 202 enum hinic_l3_offload_type *l3_type, in get_inner_l3_l4_type() argument 208 *l3_type = (offload_type == TX_OFFLOAD_CSUM) ? in get_inner_l3_l4_type() 213 *l3_type = IPV6_PKT; in get_inner_l3_l4_type() 223 *l3_type = L3TYPE_UNKNOWN; in get_inner_l3_l4_type() 358 enum hinic_l3_offload_type l3_type; in offload_csum() local 374 l3_type = IPV4_PKT_NO_CHKSUM_OFFLOAD; in offload_csum() 380 l3_type = IPV6_PKT; in offload_csum() 389 l3_type = L3TYPE_UNKNOWN; in offload_csum() 393 hinic_task_set_outter_l3(task, l3_type, in offload_csum() 426 get_inner_l3_l4_type(skb, &ip, &l4, TX_OFFLOAD_CSUM, &l3_type, in offload_csum() [all …]
|
D | hinic_hw_qp.h | 156 enum hinic_l3_offload_type l3_type, 160 enum hinic_l3_offload_type l3_type,
|
D | hinic_hw_qp.c | 513 enum hinic_l3_offload_type l3_type, in hinic_task_set_outter_l3() argument 516 task->pkt_info2 |= HINIC_SQ_TASK_INFO2_SET(l3_type, OUTER_L3TYPE) | in hinic_task_set_outter_l3() 521 enum hinic_l3_offload_type l3_type, in hinic_task_set_inner_l3() argument 524 task->pkt_info0 |= HINIC_SQ_TASK_INFO0_SET(l3_type, INNER_L3TYPE); in hinic_task_set_inner_l3()
|
/linux-6.1.9/drivers/net/ethernet/google/gve/ |
D | gve_rx_dqo.c | 430 if (ptype.l3_type == GVE_L3_TYPE_IPV4) { in gve_rx_skb_csum() 433 } else if (ptype.l3_type == GVE_L3_TYPE_IPV6) { in gve_rx_skb_csum() 462 else if (ptype.l3_type != GVE_L3_TYPE_UNKNOWN) in gve_rx_skb_hash() 614 switch (ptype.l3_type) { in gve_rx_complete_rsc()
|
D | gve_adminq.h | 317 u8 l3_type; member
|
D | gve_adminq.c | 935 ptype_lut->ptypes[i].l3_type = in gve_adminq_get_ptype_map_dqo() 936 ptype_map->ptypes[i].l3_type; in gve_adminq_get_ptype_map_dqo()
|
D | gve.h | 475 u8 l3_type; /* `gve_l3_type` in gve_adminq.h */ member
|
/linux-6.1.9/drivers/net/ethernet/cavium/thunder/ |
D | q_struct.h | 187 u64 l3_type:4; member 224 u64 l3_type:4;
|
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 3873 int l3_type, l4_type; in hns3_rx_handle_csum() local 3891 l3_type = hnae3_get_field(l234info, HNS3_RXD_L3ID_M, in hns3_rx_handle_csum() 3896 if ((l3_type == HNS3_L3_TYPE_IPV4 || in hns3_rx_handle_csum() 3897 l3_type == HNS3_L3_TYPE_IPV6) && in hns3_rx_handle_csum() 4137 u32 l3_type; in hns3_set_gro_and_checksum() local 4157 l3_type = hns3_rx_ptype_tbl[ptype].l3_type; in hns3_set_gro_and_checksum() 4159 l3_type = hnae3_get_field(l234info, HNS3_RXD_L3ID_M, in hns3_set_gro_and_checksum() 4163 if (l3_type == HNS3_L3_TYPE_IPV4) in hns3_set_gro_and_checksum() 4165 else if (l3_type == HNS3_L3_TYPE_IPV6) in hns3_set_gro_and_checksum() 4187 int l3_type = hnae3_get_field(l234info, HNS3_RXD_L3ID_M, in hns3_set_rx_skb_rss_type() local [all …]
|
D | hns3_enet.h | 405 u32 l3_type : 4; member
|
/linux-6.1.9/include/linux/qed/ |
D | common_hsi.h | 1058 enum l3_type { enum
|
/linux-6.1.9/drivers/infiniband/hw/mlx5/ |
D | main.c | 2885 u8 l3_type_cap = MLX5_CAP_ROCE(dev->mdev, l3_type); in get_core_cap_flags()
|
/linux-6.1.9/include/linux/mlx5/ |
D | mlx5_ifc.h | 1074 u8 l3_type[0x4]; member
|