Home
last modified time | relevance | path

Searched refs:primary_channel (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/hv/
Dchannel_mgmt.c184 struct vmbus_channel *primary_channel; in hv_process_channel_removal() local
203 if (channel->primary_channel == NULL) { in hv_process_channel_removal()
208 primary_channel = channel; in hv_process_channel_removal()
210 primary_channel = channel->primary_channel; in hv_process_channel_removal()
211 spin_lock_irqsave(&primary_channel->lock, flags); in hv_process_channel_removal()
213 primary_channel->num_sc--; in hv_process_channel_removal()
214 spin_unlock_irqrestore(&primary_channel->lock, flags); in hv_process_channel_removal()
222 &primary_channel->alloced_cpus_in_node); in hv_process_channel_removal()
279 newchannel->primary_channel = channel; in vmbus_process_offer()
402 struct vmbus_channel *primary = channel->primary_channel; in init_vp_index()
[all …]
Dchannel.c569 if (channel->primary_channel != NULL) { in vmbus_close()
/linux-4.4.14/include/linux/
Dhyperv.h755 struct vmbus_channel *primary_channel; member
803 void vmbus_set_sc_create_callback(struct vmbus_channel *primary_channel,
/linux-4.4.14/drivers/scsi/
Dstorvsc_drv.c591 struct hv_device *device = new_sc->primary_channel->device_obj; in handle_sc_creation()
1065 if (channel->primary_channel != NULL) in storvsc_on_channel_callback()
1066 device = channel->primary_channel->device_obj; in storvsc_on_channel_callback()
/linux-4.4.14/drivers/net/hyperv/
Dnetvsc.c1131 if (channel->primary_channel != NULL) in netvsc_channel_cb()
1132 device = channel->primary_channel->device_obj; in netvsc_channel_cb()
Drndis_filter.c989 nvscdev = hv_get_drvdata(new_sc->primary_channel->device_obj); in netvsc_sc_open()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dwifi.h561 unsigned char primary_channel; member
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c955 bcn_channel = pht_info->primary_channel; in rtw_check_bcn_info()
Drtw_mlme_ext.c2218 bssid->Configuration.DSConfig = HT_info->primary_channel; in collect_bss_info()