Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/hyperv/
Drndis_filter.c984 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open() local
989 if (chn_index >= nvscdev->num_chn) in netvsc_sc_open()
992 set_per_channel_state(new_sc, nvscdev->sub_cb_buf + (chn_index - 1) * in netvsc_sc_open()
1000 nvscdev->chn_table[chn_index] = new_sc; in netvsc_sc_open()
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Dphy.c1317 u8 i, final, chn_index; in rtl88eu_phy_iq_calibrate() local
1431 chn_index = get_right_chnl_for_iqk(hal_data->CurrentChannel); in rtl88eu_phy_iq_calibrate()
1435 dm_odm->RFCalibrateInfo.IQKMatrixRegSetting[chn_index].Value[0][i] = result[final][i]; in rtl88eu_phy_iq_calibrate()
1436 dm_odm->RFCalibrateInfo.IQKMatrixRegSetting[chn_index].bIQKDone = true; in rtl88eu_phy_iq_calibrate()