Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/igb/
Digb_main.c154 static int igb_set_vf_mac(struct igb_adapter *, int, unsigned char *);
7208 igb_set_vf_mac(adapter, vf, mac_addr); in igb_vf_configure()
7599 igb_set_vf_mac(adapter, vf, vf_mac); in igb_vf_reset_msg()
7927 ret = igb_set_vf_mac(adapter, vf, addr); in igb_set_vf_mac_addr()
9722 static int igb_set_vf_mac(struct igb_adapter *adapter, in igb_set_vf_mac() function
9775 return igb_set_vf_mac(adapter, vf, mac); in igb_ndo_set_vf_mac()