Lines Matching refs:viid
260 ret = t4vf_set_rxmode(pi->adapter, pi->viid, dev->mtu, -1, -1, -1, 1, in link_start()
263 ret = t4vf_change_mac(pi->adapter, pi->viid, in link_start()
658 err = t4vf_config_rss_range(adapter, pi->viid, in setup_rss()
678 pi->viid, in setup_rss()
685 pi->viid, in setup_rss()
879 return t4vf_set_addr_hash(adapter, pi->viid, ucast, vec, false); in cxgb4vf_set_addr_hash()
894 ret = t4vf_alloc_mac_filt(adapter, pi->viid, free, 1, maclist, in cxgb4vf_mac_sync()
933 ret = t4vf_free_mac_filt(adapter, pi->viid, 1, maclist, false); in cxgb4vf_mac_unsync()
947 return t4vf_set_rxmode(pi->adapter, pi->viid, -1, in set_rxmode()
1116 ret = t4vf_set_rxmode(pi->adapter, pi->viid, new_mtu, in cxgb4vf_change_mtu()
1145 t4vf_set_rxmode(pi->adapter, pi->viid, -1, -1, -1, -1, in cxgb4vf_set_features()
1163 ret = t4vf_change_mac(pi->adapter, pi->viid, pi->xact_addr_filt, in cxgb4vf_set_mac_addr()
1668 return t4vf_identify_port(pi->adapter, pi->viid, val); in cxgb4vf_phys_id()
2355 dev->name, pi->port_id, pi->viid); in interfaces_show()
3045 int port_id, viid; in cxgb4vf_pci_probe() local
3059 viid = t4vf_alloc_vi(adapter, port_id); in cxgb4vf_pci_probe()
3060 if (viid < 0) { in cxgb4vf_pci_probe()
3062 " err=%d\n", port_id, viid); in cxgb4vf_pci_probe()
3063 err = viid; in cxgb4vf_pci_probe()
3073 t4vf_free_vi(adapter, viid); in cxgb4vf_pci_probe()
3083 pi->viid = viid; in cxgb4vf_pci_probe()
3255 t4vf_free_vi(adapter, pi->viid); in cxgb4vf_pci_probe()
3333 t4vf_free_vi(adapter, pi->viid); in cxgb4vf_pci_remove()