Searched refs:uc_idx (Results 1 – 1 of 1) sorted by relevance
1743 static int be_uc_mac_add(struct be_adapter *adapter, int uc_idx) in be_uc_mac_add() argument1745 if (ether_addr_equal(adapter->uc_list[uc_idx].mac, adapter->dev_mac)) { in be_uc_mac_add()1746 adapter->pmac_id[uc_idx + 1] = adapter->pmac_id[0]; in be_uc_mac_add()1750 return be_cmd_pmac_add(adapter, adapter->uc_list[uc_idx].mac, in be_uc_mac_add()1752 &adapter->pmac_id[uc_idx + 1], 0); in be_uc_mac_add()