Home
last modified time | relevance | path

Searched refs:rescind (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/hv/
Dchannel.c427 if (channel->rescind) { in __vmbus_establish_gpadl()
469 if (channel->rescind) { in __vmbus_establish_gpadl()
584 if (newchannel->rescind) { in __vmbus_open()
603 if (newchannel->rescind) { in __vmbus_open()
696 if (channel->rescind) in vmbus_teardown_gpadl()
715 if (channel->rescind) in vmbus_teardown_gpadl()
824 if (cur_channel->rescind) in vmbus_disconnect_ring()
831 if (cur_channel->rescind) in vmbus_disconnect_ring()
Dchannel_mgmt.c151 channel->rescind = true; in vmbus_rescind_cleanup()
403 BUG_ON(!channel->rescind); in hv_process_channel_removal()
454 channel->rescind = true; in vmbus_free_channels()
1009 struct vmbus_channel_rescind_offer *rescind; in vmbus_onoffer_rescind() local
1014 rescind = (struct vmbus_channel_rescind_offer *)hdr; in vmbus_onoffer_rescind()
1016 trace_vmbus_onoffer_rescind(rescind); in vmbus_onoffer_rescind()
1051 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind()
1138 while (!READ_ONCE(channel->probe_done) || !READ_ONCE(channel->rescind)) in vmbus_hvsock_device_unregister()
Dring_buffer.c262 if (channel->rescind) in hv_ringbuffer_write()
322 if (channel->rescind) in hv_ringbuffer_write()
Dvmbus_drv.c1182 struct vmbus_channel_rescind_offer *rescind; in vmbus_force_channel_rescinded() local
1190 ctx = kzalloc(sizeof(*ctx) + sizeof(*rescind), in vmbus_force_channel_rescinded()
1198 ctx->msg.header.payload_size = sizeof(*rescind); in vmbus_force_channel_rescinded()
1201 rescind = (struct vmbus_channel_rescind_offer *)ctx->msg.payload; in vmbus_force_channel_rescinded()
1202 rescind->header.msgtype = CHANNELMSG_RESCIND_CHANNELOFFER; in vmbus_force_channel_rescinded()
1203 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded()
1264 if (channel->rescind) in vmbus_chan_sched()
2427 if (!channel->rescind) { in vmbus_bus_suspend()
/Linux-v5.10/drivers/net/hyperv/
Dnetvsc.c173 if (device->channel->rescind) in netvsc_revoke_recv_buf()
224 if (device->channel->rescind) in netvsc_revoke_send_buf()
895 if (out_channel->rescind) in netvsc_send_pkt()
/Linux-v5.10/include/linux/
Dhyperv.h788 bool rescind; /* got rescind msg */ member
/Linux-v5.10/drivers/pci/controller/
Dpci-hyperv.c608 if (hdev->channel->rescind) { in wait_for_response()
3258 if (hdev->channel->rescind) in hv_pci_bus_exit()