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

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c1241 struct qed_tunnel_info tunn_info; local
1302 memset(&tunn_info, 0, sizeof(tunn_info));
1303 tunn_info.vxlan.b_mode_enabled = true;
1304 tunn_info.l2_gre.b_mode_enabled = true;
1305 tunn_info.ip_gre.b_mode_enabled = true;
1306 tunn_info.l2_geneve.b_mode_enabled = true;
1307 tunn_info.ip_geneve.b_mode_enabled = true;
1308 tunn_info.vxlan.tun_cls = QED_TUNN_CLSS_MAC_VLAN;
1309 tunn_info
[all...]
H A Dqed_l2.c2616 struct qed_tunnel_info tunn_info; local
2619 memset(&tunn_info, 0, sizeof(tunn_info));
2621 tunn_info.vxlan_port.b_update_port = true;
2622 tunn_info.vxlan_port.port = tunn_params->vxlan_port;
2626 tunn_info.geneve_port.b_update_port = true;
2627 tunn_info.geneve_port.port = tunn_params->geneve_port;
2644 rc = qed_sp_pf_update_tunn_cfg(hwfn, p_ptt, &tunn_info,

Completed in 212 milliseconds