Lines Matching refs:vfconfigs
90 memcpy(nsim_dev->vfconfigs[vf].vf_mac, mac, ETH_ALEN);
104 nsim_dev->vfconfigs[vf].vlan = vlan;
105 nsim_dev->vfconfigs[vf].qos = qos;
106 nsim_dev->vfconfigs[vf].vlan_proto = vlan_proto;
124 nsim_dev->vfconfigs[vf].min_tx_rate = min;
125 nsim_dev->vfconfigs[vf].max_tx_rate = max;
137 nsim_dev->vfconfigs[vf].spoofchk_enabled = val;
149 nsim_dev->vfconfigs[vf].rss_query_enabled = val;
161 nsim_dev->vfconfigs[vf].trusted = val;
176 ivi->linkstate = nsim_dev->vfconfigs[vf].link_state;
177 ivi->min_tx_rate = nsim_dev->vfconfigs[vf].min_tx_rate;
178 ivi->max_tx_rate = nsim_dev->vfconfigs[vf].max_tx_rate;
179 ivi->vlan = nsim_dev->vfconfigs[vf].vlan;
180 ivi->vlan_proto = nsim_dev->vfconfigs[vf].vlan_proto;
181 ivi->qos = nsim_dev->vfconfigs[vf].qos;
182 memcpy(&ivi->mac, nsim_dev->vfconfigs[vf].vf_mac, ETH_ALEN);
183 ivi->spoofchk = nsim_dev->vfconfigs[vf].spoofchk_enabled;
184 ivi->trusted = nsim_dev->vfconfigs[vf].trusted;
185 ivi->rss_query_en = nsim_dev->vfconfigs[vf].rss_query_enabled;
207 nsim_dev->vfconfigs[vf].link_state = state;