Home
last modified time | relevance | path

Searched refs:old_pmac_id (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c313 u32 old_pmac_id = adapter->pmac_id[0]; in be_mac_addr_set() local
348 if (adapter->pmac_id[0] != old_pmac_id) in be_mac_addr_set()
349 be_dev_mac_del(adapter, old_pmac_id); in be_mac_addr_set()
3766 int old_pmac_id = -1; in be_enable_if_filters() local
3770 old_pmac_id = adapter->pmac_id[0]; in be_enable_if_filters()
3779 if (old_pmac_id >= 0 && old_pmac_id != adapter->pmac_id[0]) in be_enable_if_filters()
3780 be_dev_mac_del(adapter, old_pmac_id); in be_enable_if_filters()
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c312 u32 old_pmac_id = adapter->pmac_id[0]; in be_mac_addr_set() local
347 if (adapter->pmac_id[0] != old_pmac_id) in be_mac_addr_set()
348 be_dev_mac_del(adapter, old_pmac_id); in be_mac_addr_set()
3766 int old_pmac_id = -1; in be_enable_if_filters() local
3770 old_pmac_id = adapter->pmac_id[0]; in be_enable_if_filters()
3779 if (old_pmac_id >= 0 && old_pmac_id != adapter->pmac_id[0]) in be_enable_if_filters()
3780 be_dev_mac_del(adapter, old_pmac_id); in be_enable_if_filters()

Completed in 14 milliseconds