Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dchannel_mgmt.c391 struct vmbus_channel *primary_channel, *channel; in hv_process_channel_removal() local
412 if (channel->primary_channel == NULL) { in hv_process_channel_removal()
415 primary_channel = channel; in hv_process_channel_removal()
417 primary_channel = channel->primary_channel; in hv_process_channel_removal()
418 spin_lock_irqsave(&primary_channel->lock, flags); in hv_process_channel_removal()
420 primary_channel->num_sc--; in hv_process_channel_removal()
421 spin_unlock_irqrestore(&primary_channel->lock, flags); in hv_process_channel_removal()
430 &primary_channel->alloced_cpus_in_node); in hv_process_channel_removal()
495 newchannel->primary_channel = channel; in vmbus_process_offer()
528 = newchannel->primary_channel->device_obj; in vmbus_process_offer()
[all …]
Dchannel.c676 if (channel->primary_channel != NULL) { in vmbus_close()
/Linux-v4.19/drivers/uio/
Duio_hv_generic.c110 struct hv_device *hv_dev = channel->primary_channel->device_obj; in hv_uio_rescind()
132 struct hv_device *dev = channel->primary_channel->device_obj; in hv_uio_ring_mmap()
155 struct hv_device *hv_dev = new_sc->primary_channel->device_obj; in hv_uio_new_channel()
/Linux-v4.19/include/linux/
Dhyperv.h845 struct vmbus_channel *primary_channel; member
961 void vmbus_set_sc_create_callback(struct vmbus_channel *primary_channel,
/Linux-v4.19/drivers/scsi/
Dstorvsc_drv.c638 struct hv_device *device = new_sc->primary_channel->device_obj; in handle_sc_creation()
1159 if (channel->primary_channel != NULL) in storvsc_on_channel_callback()
1160 device = channel->primary_channel->device_obj; in storvsc_on_channel_callback()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dwifi.h487 unsigned char primary_channel; member
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dwifi.h715 unsigned char primary_channel; member
/Linux-v4.19/drivers/net/hyperv/
Dnetvsc.c1262 struct vmbus_channel *primary = channel->primary_channel; in netvsc_channel_to_device()
Drndis_filter.c1025 hv_get_drvdata(new_sc->primary_channel->device_obj); in netvsc_sc_open()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c926 bcn_channel = pht_info->primary_channel; in rtw_check_bcn_info()
Drtw_mlme_ext.c2126 bssid->Configuration.DSConfig = HT_info->primary_channel; in collect_bss_info()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c1380 bcn_channel = pht_info->primary_channel; in rtw_check_bcn_info()
Drtw_mlme_ext.c4542 bssid->Configuration.DSConfig = HT_info->primary_channel; in collect_bss_info()