Lines Matching refs:vp
73 struct vic_provinfo *vp; in enic_set_port_profile() local
88 vp = vic_provinfo_alloc(GFP_KERNEL, oui, in enic_set_port_profile()
90 if (!vp) in enic_set_port_profile()
93 VIC_PROVINFO_ADD_TLV(vp, in enic_set_port_profile()
108 VIC_PROVINFO_ADD_TLV(vp, in enic_set_port_profile()
113 VIC_PROVINFO_ADD_TLV(vp, in enic_set_port_profile()
119 VIC_PROVINFO_ADD_TLV(vp, in enic_set_port_profile()
126 VIC_PROVINFO_ADD_TLV(vp, in enic_set_port_profile()
131 VIC_PROVINFO_ADD_TLV(vp, in enic_set_port_profile()
135 ENIC_DEVCMD_PROXY_BY_INDEX(vf, err, enic, vnic_dev_init_prov2, (u8 *)vp, in enic_set_port_profile()
136 vic_provinfo_size(vp)); in enic_set_port_profile()
140 vic_provinfo_free(vp); in enic_set_port_profile()