Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Dphy.c1218 u8 i, final, chn_index; in rtl88eu_phy_iq_calibrate() local
1327 chn_index = get_right_chnl_for_iqk(adapt->HalData->CurrentChannel); in rtl88eu_phy_iq_calibrate()
1331 dm_odm->RFCalibrateInfo.IQKMatrixRegSetting[chn_index].Value[0][i] = result[final][i]; in rtl88eu_phy_iq_calibrate()
1332 dm_odm->RFCalibrateInfo.IQKMatrixRegSetting[chn_index].bIQKDone = true; in rtl88eu_phy_iq_calibrate()
/Linux-v4.19/drivers/net/hyperv/
Drndis_filter.c1028 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open() local
1036 if (!nvscdev || chn_index >= nvscdev->num_chn) in netvsc_sc_open()
1039 nvchan = nvscdev->chan_table + chn_index; in netvsc_sc_open()