Lines Matching refs:p_src
575 struct qed_tunn_update_type *p_src, in __qed_vf_prep_tunn_req_tlv() argument
578 if (p_src->b_update_mode) { in __qed_vf_prep_tunn_req_tlv()
581 if (p_src->b_mode_enabled) in __qed_vf_prep_tunn_req_tlv()
585 *p_cls = p_src->tun_cls; in __qed_vf_prep_tunn_req_tlv()
590 struct qed_tunn_update_type *p_src, in qed_vf_prep_tunn_req_tlv() argument
600 __qed_vf_prep_tunn_req_tlv(p_req, p_src, mask, p_cls); in qed_vf_prep_tunn_req_tlv()
668 struct qed_tunnel_info *p_src) in qed_vf_pf_tunnel_param_update() argument
679 if (p_src->b_update_rx_cls && p_src->b_update_tx_cls) in qed_vf_pf_tunnel_param_update()
682 qed_vf_prep_tunn_req_tlv(p_req, &p_src->vxlan, QED_MODE_VXLAN_TUNN, in qed_vf_pf_tunnel_param_update()
683 &p_req->vxlan_clss, &p_src->vxlan_port, in qed_vf_pf_tunnel_param_update()
686 qed_vf_prep_tunn_req_tlv(p_req, &p_src->l2_geneve, in qed_vf_pf_tunnel_param_update()
688 &p_req->l2geneve_clss, &p_src->geneve_port, in qed_vf_pf_tunnel_param_update()
691 __qed_vf_prep_tunn_req_tlv(p_req, &p_src->ip_geneve, in qed_vf_pf_tunnel_param_update()
694 __qed_vf_prep_tunn_req_tlv(p_req, &p_src->l2_gre, in qed_vf_pf_tunnel_param_update()
696 __qed_vf_prep_tunn_req_tlv(p_req, &p_src->ip_gre, in qed_vf_pf_tunnel_param_update()