Home
last modified time | relevance | path

Searched refs:tunn_info (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c1269 struct qed_tunnel_info tunn_info; in qed_slowpath_start() local
1330 memset(&tunn_info, 0, sizeof(tunn_info)); in qed_slowpath_start()
1331 tunn_info.vxlan.b_mode_enabled = true; in qed_slowpath_start()
1332 tunn_info.l2_gre.b_mode_enabled = true; in qed_slowpath_start()
1333 tunn_info.ip_gre.b_mode_enabled = true; in qed_slowpath_start()
1334 tunn_info.l2_geneve.b_mode_enabled = true; in qed_slowpath_start()
1335 tunn_info.ip_geneve.b_mode_enabled = true; in qed_slowpath_start()
1336 tunn_info.vxlan.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1337 tunn_info in qed_slowpath_start()
[all...]
H A Dqed_l2.c2606 struct qed_tunnel_info tunn_info; in qed_tunn_configure() local
2609 memset(&tunn_info, 0, sizeof(tunn_info)); in qed_tunn_configure()
2611 tunn_info.vxlan_port.b_update_port = true; in qed_tunn_configure()
2612 tunn_info.vxlan_port.port = tunn_params->vxlan_port; in qed_tunn_configure()
2616 tunn_info.geneve_port.b_update_port = true; in qed_tunn_configure()
2617 tunn_info.geneve_port.port = tunn_params->geneve_port; in qed_tunn_configure()
2634 rc = qed_sp_pf_update_tunn_cfg(hwfn, p_ptt, &tunn_info, in qed_tunn_configure()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c1241 struct qed_tunnel_info tunn_info; in qed_slowpath_start() local
1302 memset(&tunn_info, 0, sizeof(tunn_info)); in qed_slowpath_start()
1303 tunn_info.vxlan.b_mode_enabled = true; in qed_slowpath_start()
1304 tunn_info.l2_gre.b_mode_enabled = true; in qed_slowpath_start()
1305 tunn_info.ip_gre.b_mode_enabled = true; in qed_slowpath_start()
1306 tunn_info.l2_geneve.b_mode_enabled = true; in qed_slowpath_start()
1307 tunn_info.ip_geneve.b_mode_enabled = true; in qed_slowpath_start()
1308 tunn_info.vxlan.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1309 tunn_info in qed_slowpath_start()
[all...]
H A Dqed_l2.c2616 struct qed_tunnel_info tunn_info; in qed_tunn_configure() local
2619 memset(&tunn_info, 0, sizeof(tunn_info)); in qed_tunn_configure()
2621 tunn_info.vxlan_port.b_update_port = true; in qed_tunn_configure()
2622 tunn_info.vxlan_port.port = tunn_params->vxlan_port; in qed_tunn_configure()
2626 tunn_info.geneve_port.b_update_port = true; in qed_tunn_configure()
2627 tunn_info.geneve_port.port = tunn_params->geneve_port; in qed_tunn_configure()
2644 rc = qed_sp_pf_update_tunn_cfg(hwfn, p_ptt, &tunn_info, in qed_tunn_configure()

Completed in 14 milliseconds