Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c282 adapter->pmac_id[0] = adapter->pmac_id[i + 1]; in be_dev_mac_add()
288 &adapter->pmac_id[0], 0); in be_dev_mac_add()
291 static void be_dev_mac_del(struct be_adapter *adapter, int pmac_id) in be_dev_mac_del() argument
299 if (adapter->pmac_id[i + 1] == pmac_id) in be_dev_mac_del()
302 be_cmd_pmac_del(adapter, adapter->if_handle, pmac_id, 0); in be_dev_mac_del()
312 u32 old_pmac_id = adapter->pmac_id[0]; in be_mac_addr_set()
347 if (adapter->pmac_id[0] != old_pmac_id) in be_mac_addr_set()
355 status = be_cmd_get_active_mac(adapter, adapter->pmac_id[0], mac, in be_mac_addr_set()
1747 adapter->pmac_id[uc_idx + 1] = adapter->pmac_id[0]; in be_uc_mac_add()
1753 &adapter->pmac_id[uc_idx + 1], 0); in be_uc_mac_add()
[all …]