Searched refs:new_sc (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/smb/server/mgmt/
H A Dtree_connect.c61 struct ksmbd_share_config *new_sc; local
64 new_sc = ksmbd_share_config_get(conn->um, share_name);
65 if (!new_sc) {
71 sc = new_sc;
/linux-master/drivers/uio/
H A Duio_hv_generic.c152 hv_uio_new_channel(struct vmbus_channel *new_sc) argument
154 struct hv_device *hv_dev = new_sc->primary_channel->device_obj;
160 ret = vmbus_open(new_sc, ring_bytes, ring_bytes, NULL, 0,
161 hv_uio_channel_cb, new_sc);
168 new_sc->inbound.ring_buffer->interrupt_mask = 1;
169 set_channel_read_mode(new_sc, HV_CALL_ISR);
171 ret = sysfs_create_bin_file(&new_sc->kobj, &ring_buffer_bin_attr);
174 vmbus_close(new_sc);
/linux-master/drivers/net/hyperv/
H A Drndis_filter.c1237 static void netvsc_sc_open(struct vmbus_channel *new_sc) argument
1240 hv_get_drvdata(new_sc->primary_channel->device_obj);
1243 u16 chn_index = new_sc->offermsg.offer.sub_channel_index;
1259 set_channel_read_mode(new_sc, HV_CALL_ISR);
1262 nvchan->channel = new_sc;
1264 new_sc->next_request_id_callback = vmbus_next_request_id;
1265 new_sc->request_addr_callback = vmbus_request_addr;
1266 new_sc->rqstor_size = netvsc_rqstor_size(netvsc_ring_bytes);
1267 new_sc->max_pkt_size = NETVSC_MAX_PKT_SIZE;
1269 ret = vmbus_open(new_sc, netvsc_ring_byte
[all...]
/linux-master/drivers/scsi/
H A Dstorvsc_drv.c673 static void handle_sc_creation(struct vmbus_channel *new_sc) argument
675 struct hv_device *device = new_sc->primary_channel->device_obj;
686 new_sc->max_pkt_size = STORVSC_MAX_PKT_SIZE;
688 new_sc->next_request_id_callback = storvsc_next_request_id;
690 ret = vmbus_open(new_sc,
695 storvsc_on_channel_callback, new_sc);
703 new_sc->change_target_cpu_callback = storvsc_change_target_cpu;
706 stor_device->stor_chns[new_sc->target_cpu] = new_sc;
707 cpumask_set_cpu(new_sc
[all...]
/linux-master/include/linux/
H A Dhyperv.h949 void (*sc_creation_callback)(struct vmbus_channel *new_sc);
1153 void (*sc_cr_cb)(struct vmbus_channel *new_sc));
/linux-master/drivers/scsi/fnic/
H A Dfnic_scsi.c2239 bool new_sc)
2290 bool new_sc = 0; local
2332 new_sc = 1;
2479 if (fnic_clean_pending_aborts(fnic, sc, new_sc)) {
2518 if (new_sc) {
2237 fnic_clean_pending_aborts(struct fnic *fnic, struct scsi_cmnd *lr_sc, bool new_sc) argument
/linux-master/drivers/hv/
H A Dchannel_mgmt.c1608 void (*sc_cr_cb)(struct vmbus_channel *new_sc))
1607 vmbus_set_sc_create_callback(struct vmbus_channel *primary_channel, void (*sc_cr_cb)(struct vmbus_channel *new_sc)) argument

Completed in 1205 milliseconds