Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi_ddc_v2.c133 u16 dly_cnt, i, uc_idx; in mtk_ddcm_read_hdmi() local
214 for (uc_idx = 0; uc_idx < temp_length; uc_idx++) { in mtk_ddcm_read_hdmi()
215 unsigned int read_idx = i * 16 + uc_idx; in mtk_ddcm_read_hdmi()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1744 static int be_uc_mac_add(struct be_adapter *adapter, int uc_idx) in be_uc_mac_add() argument
1746 if (ether_addr_equal(adapter->uc_list[uc_idx].mac, adapter->dev_mac)) { in be_uc_mac_add()
1747 adapter->pmac_id[uc_idx + 1] = adapter->pmac_id[0]; in be_uc_mac_add()
1751 return be_cmd_pmac_add(adapter, adapter->uc_list[uc_idx].mac, in be_uc_mac_add()
1753 &adapter->pmac_id[uc_idx + 1], 0); in be_uc_mac_add()