p_tunn           2827 drivers/net/ethernet/qlogic/qed/qed_dev.c 			  struct qed_tunnel_info *p_tunn,
p_tunn           2913 drivers/net/ethernet/qlogic/qed/qed_dev.c 		rc = qed_sp_pf_start(p_hwfn, p_ptt, p_tunn,
p_tunn           2981 drivers/net/ethernet/qlogic/qed/qed_dev.c 	if (p_params->p_tunn) {
p_tunn           2982 drivers/net/ethernet/qlogic/qed/qed_dev.c 		qed_vf_set_vf_start_tunn_update_param(p_params->p_tunn);
p_tunn           2983 drivers/net/ethernet/qlogic/qed/qed_dev.c 		qed_vf_pf_tunnel_param_update(p_hwfn, p_params->p_tunn);
p_tunn           3121 drivers/net/ethernet/qlogic/qed/qed_dev.c 					    p_params->p_tunn,
p_tunn            116 drivers/net/ethernet/qlogic/qed/qed_dev_api.h 	struct qed_tunnel_info *p_tunn;
p_tunn           1276 drivers/net/ethernet/qlogic/qed/qed_main.c 	hw_init_params.p_tunn = &tunn_info;
p_tunn            443 drivers/net/ethernet/qlogic/qed/qed_sp.h 		    struct qed_tunnel_info *p_tunn,
p_tunn            495 drivers/net/ethernet/qlogic/qed/qed_sp.h 			      struct qed_tunnel_info *p_tunn,
p_tunn            275 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 				      struct qed_tunnel_info *p_tunn)
p_tunn            277 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	if (p_tunn->vxlan_port.b_update_port)
p_tunn            279 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 					p_tunn->vxlan_port.port);
p_tunn            281 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	if (p_tunn->geneve_port.b_update_port)
p_tunn            283 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 					 p_tunn->geneve_port.port);
p_tunn            285 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	qed_set_hw_tunn_mode(p_hwfn, p_ptt, p_tunn);
p_tunn            326 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 		    struct qed_tunnel_info *p_tunn,
p_tunn            399 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	qed_tunn_set_pf_start_params(p_hwfn, p_tunn, &p_ramrod->tunnel_config);
p_tunn            439 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	if (p_tunn)
p_tunn            506 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 			      struct qed_tunnel_info *p_tunn,
p_tunn            515 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 		return qed_vf_pf_tunnel_param_update(p_hwfn, p_tunn);
p_tunn            517 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	if (!p_tunn)
p_tunn            533 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c 	qed_tunn_set_pf_update_params(p_hwfn, p_tunn,
p_tunn           1055 drivers/net/ethernet/qlogic/qed/qed_vf.h 				  struct qed_tunnel_info *p_tunn);
p_tunn           1246 drivers/net/ethernet/qlogic/qed/qed_vf.h 						struct qed_tunnel_info *p_tunn)