Lines Matching refs:viid

254 	return t4vf_set_addr_hash(adapter, pi->viid, ucast, vec, false);  in cxgb4vf_set_addr_hash()
274 static int cxgb4vf_change_mac(struct port_info *pi, unsigned int viid, in cxgb4vf_change_mac() argument
281 ret = t4vf_change_mac(adapter, viid, *tcam_idx, addr, persistent); in cxgb4vf_change_mac()
330 ret = t4vf_set_rxmode(pi->adapter, pi->viid, dev->mtu, -1, -1, -1, 1, in link_start()
333 ret = cxgb4vf_change_mac(pi, pi->viid, in link_start()
714 err = t4vf_config_rss_range(adapter, pi->viid, in setup_rss()
734 pi->viid, in setup_rss()
741 pi->viid, in setup_rss()
949 ret = t4vf_alloc_mac_filt(adapter, pi->viid, free, 1, maclist, in cxgb4vf_mac_sync()
988 ret = t4vf_free_mac_filt(adapter, pi->viid, 1, maclist, false); in cxgb4vf_mac_unsync()
1002 return t4vf_set_rxmode(pi->adapter, pi->viid, -1, in set_rxmode()
1171 ret = t4vf_set_rxmode(pi->adapter, pi->viid, new_mtu, in cxgb4vf_change_mtu()
1200 t4vf_set_rxmode(pi->adapter, pi->viid, -1, -1, -1, -1, in cxgb4vf_set_features()
1218 ret = cxgb4vf_change_mac(pi, pi->viid, &pi->xact_addr_filt, in cxgb4vf_set_mac_addr()
1713 return t4vf_identify_port(pi->adapter, pi->viid, val); in cxgb4vf_phys_id()
2390 dev->name, pi->port_id, pi->viid); in interfaces_show()
3086 int port_id, viid; in cxgb4vf_pci_probe() local
3147 viid = t4vf_alloc_vi(adapter, port_id); in cxgb4vf_pci_probe()
3148 if (viid < 0) { in cxgb4vf_pci_probe()
3151 port_id, viid); in cxgb4vf_pci_probe()
3152 err = viid; in cxgb4vf_pci_probe()
3155 pi->viid = viid; in cxgb4vf_pci_probe()
3297 if (pi->viid) in cxgb4vf_pci_probe()
3298 t4vf_free_vi(adapter, pi->viid); in cxgb4vf_pci_probe()
3376 if (pi->viid) in cxgb4vf_pci_remove()
3377 t4vf_free_vi(adapter, pi->viid); in cxgb4vf_pci_remove()