Home
last modified time | relevance | path

Searched refs:igb_set_vf_mac (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/igb/
Digb_main.c151 static int igb_set_vf_mac(struct igb_adapter *, int, unsigned char *);
2218 igb_set_vf_mac(adapter, i, mac_addr); in igb_probe_vfs()
5222 err = igb_set_vf_mac(adapter, vf, addr); in igb_set_vf_mac_addr()
6691 static int igb_set_vf_mac(struct igb_adapter *adapter, in igb_set_vf_mac() function
6721 return igb_set_vf_mac(adapter, vf, mac); in igb_ndo_set_vf_mac()