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