Lines Matching refs:viid

253 	return t4vf_set_addr_hash(adapter, pi->viid, ucast, vec, false);  in cxgb4vf_set_addr_hash()
272 static int cxgb4vf_change_mac(struct port_info *pi, unsigned int viid, in cxgb4vf_change_mac() argument
279 ret = t4vf_change_mac(adapter, viid, *tcam_idx, addr, persistent); in cxgb4vf_change_mac()
328 ret = t4vf_set_rxmode(pi->adapter, pi->viid, dev->mtu, -1, -1, -1, 1, in link_start()
331 ret = cxgb4vf_change_mac(pi, pi->viid, in link_start()
712 err = t4vf_config_rss_range(adapter, pi->viid, in setup_rss()
732 pi->viid, in setup_rss()
739 pi->viid, in setup_rss()
947 ret = t4vf_alloc_mac_filt(adapter, pi->viid, free, 1, maclist, in cxgb4vf_mac_sync()
986 ret = t4vf_free_mac_filt(adapter, pi->viid, 1, maclist, false); in cxgb4vf_mac_unsync()
1000 return t4vf_set_rxmode(pi->adapter, pi->viid, -1, in set_rxmode()
1169 ret = t4vf_set_rxmode(pi->adapter, pi->viid, new_mtu, in cxgb4vf_change_mtu()
1198 t4vf_set_rxmode(pi->adapter, pi->viid, -1, -1, -1, -1, in cxgb4vf_set_features()
1216 ret = cxgb4vf_change_mac(pi, pi->viid, &pi->xact_addr_filt, in cxgb4vf_set_mac_addr()
1718 return t4vf_identify_port(pi->adapter, pi->viid, val); in cxgb4vf_phys_id()
2344 dev->name, pi->port_id, pi->viid); in interfaces_show()
3032 int port_id, viid; in cxgb4vf_pci_probe() local
3091 viid = t4vf_alloc_vi(adapter, port_id); in cxgb4vf_pci_probe()
3092 if (viid < 0) { in cxgb4vf_pci_probe()
3095 port_id, viid); in cxgb4vf_pci_probe()
3096 err = viid; in cxgb4vf_pci_probe()
3099 pi->viid = viid; in cxgb4vf_pci_probe()
3242 if (pi->viid) in cxgb4vf_pci_probe()
3243 t4vf_free_vi(adapter, pi->viid); in cxgb4vf_pci_probe()
3321 if (pi->viid) in cxgb4vf_pci_remove()
3322 t4vf_free_vi(adapter, pi->viid); in cxgb4vf_pci_remove()