Lines Matching refs:p_req

65 	union vfpf_tlvs *p_req = p_hwfn->vf_iov_info->vf2pf_request;  in qed_send_msg2pf()  local
73 qed_dp_tlv_list(p_hwfn, p_req); in qed_send_msg2pf()
123 p_req->first_tlv.tl.type); in qed_send_msg2pf()
130 *done, p_req->first_tlv.tl.type); in qed_send_msg2pf()
134 *done, p_req->first_tlv.tl.type); in qed_send_msg2pf()
213 struct vf_pf_resc_request *p_req, in qed_vf_pf_acquire_reduce_resc() argument
219 p_req->num_rxqs, in qed_vf_pf_acquire_reduce_resc()
221 p_req->num_rxqs, in qed_vf_pf_acquire_reduce_resc()
223 p_req->num_sbs, in qed_vf_pf_acquire_reduce_resc()
225 p_req->num_mac_filters, in qed_vf_pf_acquire_reduce_resc()
227 p_req->num_vlan_filters, in qed_vf_pf_acquire_reduce_resc()
229 p_req->num_mc_filters, in qed_vf_pf_acquire_reduce_resc()
230 p_resp->num_mc_filters, p_req->num_cids, p_resp->num_cids); in qed_vf_pf_acquire_reduce_resc()
233 p_req->num_txqs = p_resp->num_txqs; in qed_vf_pf_acquire_reduce_resc()
234 p_req->num_rxqs = p_resp->num_rxqs; in qed_vf_pf_acquire_reduce_resc()
235 p_req->num_sbs = p_resp->num_sbs; in qed_vf_pf_acquire_reduce_resc()
236 p_req->num_mac_filters = p_resp->num_mac_filters; in qed_vf_pf_acquire_reduce_resc()
237 p_req->num_vlan_filters = p_resp->num_vlan_filters; in qed_vf_pf_acquire_reduce_resc()
238 p_req->num_mc_filters = p_resp->num_mc_filters; in qed_vf_pf_acquire_reduce_resc()
239 p_req->num_cids = p_resp->num_cids; in qed_vf_pf_acquire_reduce_resc()
574 __qed_vf_prep_tunn_req_tlv(struct vfpf_update_tunn_param_tlv *p_req, in __qed_vf_prep_tunn_req_tlv() argument
579 p_req->tun_mode_update_mask |= BIT(mask); in __qed_vf_prep_tunn_req_tlv()
582 p_req->tunn_mode |= BIT(mask); in __qed_vf_prep_tunn_req_tlv()
589 qed_vf_prep_tunn_req_tlv(struct vfpf_update_tunn_param_tlv *p_req, 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()
673 struct vfpf_update_tunn_param_tlv *p_req; in qed_vf_pf_tunnel_param_update() local
676 p_req = qed_vf_pf_prep(p_hwfn, CHANNEL_TLV_UPDATE_TUNN_PARAM, in qed_vf_pf_tunnel_param_update()
677 sizeof(*p_req)); in qed_vf_pf_tunnel_param_update()
680 p_req->update_tun_cls = 1; 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()
684 &p_req->update_vxlan_port, in qed_vf_pf_tunnel_param_update()
685 &p_req->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()
689 &p_req->update_geneve_port, in qed_vf_pf_tunnel_param_update()
690 &p_req->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()
693 &p_req->ipgeneve_clss); 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()
695 QED_MODE_L2GRE_TUNN, &p_req->l2gre_clss); 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()
697 QED_MODE_IPGRE_TUNN, &p_req->ipgre_clss); in qed_vf_pf_tunnel_param_update()
1375 struct vfpf_bulletin_update_mac_tlv *p_req; in qed_vf_pf_bulletin_update_mac() local
1383 p_req = qed_vf_pf_prep(p_hwfn, CHANNEL_TLV_BULLETIN_UPDATE_MAC, in qed_vf_pf_bulletin_update_mac()
1384 sizeof(*p_req)); in qed_vf_pf_bulletin_update_mac()
1385 ether_addr_copy(p_req->mac, p_mac); in qed_vf_pf_bulletin_update_mac()