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

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf.c112 union vfpf_tlvs *p_req = p_hwfn->vf_iov_info->vf2pf_request; local
121 ecore_dp_tlv_list(p_hwfn, p_req);
130 p_req,
179 p_req->first_tlv.tl.type);
186 *done, p_req->first_tlv.tl.type);
190 *done, p_req->first_tlv.tl.type);
277 struct vf_pf_resc_request *p_req,
282 p_req->num_rxqs, p_resp->num_rxqs,
283 p_req->num_rxqs, p_resp->num_txqs,
284 p_req
276 ecore_vf_pf_acquire_reduce_resc(struct ecore_hwfn *p_hwfn, struct vf_pf_resc_request *p_req, struct pf_vf_resc *p_resp) argument
680 __ecore_vf_prep_tunn_req_tlv(struct vfpf_update_tunn_param_tlv *p_req, struct ecore_tunn_update_type *p_src, enum ecore_tunn_clss mask, u8 *p_cls) argument
695 ecore_vf_prep_tunn_req_tlv(struct vfpf_update_tunn_param_tlv *p_req, struct ecore_tunn_update_type *p_src, enum ecore_tunn_clss mask, u8 *p_cls, struct ecore_tunn_update_udp_port *p_port, u8 *p_update_port, u16 *p_udp_port) argument
782 struct vfpf_update_tunn_param_tlv *p_req; local
[all...]
H A Decore_sriov.c1615 struct vf_pf_resc_request *p_req,
1623 p_resp->num_cids = OSAL_MIN_T(u8, p_req->num_cids, num_vf_cons);
1657 struct vf_pf_resc_request *p_req,
1686 p_req->num_mac_filters);
1688 p_req->num_vlan_filters);
1690 ecore_iov_vf_mbx_acquire_resc_cids(p_hwfn, p_ptt, p_vf, p_req, p_resp);
1698 if (p_resp->num_rxqs < p_req->num_rxqs ||
1699 p_resp->num_txqs < p_req->num_txqs ||
1700 p_resp->num_sbs < p_req->num_sbs ||
1701 p_resp->num_mac_filters < p_req
1612 ecore_iov_vf_mbx_acquire_resc_cids(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct ecore_vf_info *p_vf, struct vf_pf_resc_request *p_req, struct pf_vf_resc *p_resp) argument
1654 ecore_iov_vf_mbx_acquire_resc(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct ecore_vf_info *p_vf, struct vf_pf_resc_request *p_req, struct pf_vf_resc *p_resp) argument
2448 __ecore_iov_pf_update_tun_param(struct vfpf_update_tunn_param_tlv *p_req, struct ecore_tunn_update_type *p_tun, enum ecore_tunn_mode mask, u8 tun_cls) argument
2463 ecore_iov_pf_update_tun_param(struct vfpf_update_tunn_param_tlv *p_req, struct ecore_tunn_update_type *p_tun, struct ecore_tunn_update_udp_port *p_port, enum ecore_tunn_mode mask, u8 tun_cls, u8 update_port, u16 port) argument
2478 ecore_iov_pf_validate_tunn_param(struct vfpf_update_tunn_param_tlv *p_req) argument
2496 struct vfpf_update_tunn_param_tlv *p_req; local
[all...]

Completed in 114 milliseconds