Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hv/
Dchannel_mgmt.c168 channel->rescind = true; in vmbus_rescind_cleanup()
433 BUG_ON(!channel->rescind); in hv_process_channel_removal()
484 channel->rescind = true; in vmbus_free_channels()
1117 struct vmbus_channel_rescind_offer *rescind; in vmbus_onoffer_rescind() local
1122 rescind = (struct vmbus_channel_rescind_offer *)hdr; in vmbus_onoffer_rescind()
1124 trace_vmbus_onoffer_rescind(rescind); in vmbus_onoffer_rescind()
1159 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind()
1257 while (!READ_ONCE(channel->probe_done) || !READ_ONCE(channel->rescind)) in vmbus_hvsock_device_unregister()
Dchannel.c492 if (channel->rescind) { in __vmbus_establish_gpadl()
534 if (channel->rescind) { in __vmbus_establish_gpadl()
722 if (newchannel->rescind) { in __vmbus_open()
741 if (newchannel->rescind) { in __vmbus_open()
835 if (channel->rescind) in vmbus_teardown_gpadl()
854 if (channel->rescind) in vmbus_teardown_gpadl()
966 if (cur_channel->rescind) in vmbus_disconnect_ring()
973 if (cur_channel->rescind) in vmbus_disconnect_ring()
Dring_buffer.c268 if (channel->rescind) in hv_ringbuffer_write()
346 if (channel->rescind) { in hv_ringbuffer_write()
Dvmbus_drv.c1212 struct vmbus_channel_rescind_offer *rescind; in vmbus_force_channel_rescinded() local
1220 ctx = kzalloc(sizeof(*ctx) + sizeof(*rescind), in vmbus_force_channel_rescinded()
1228 ctx->msg.header.payload_size = sizeof(*rescind); in vmbus_force_channel_rescinded()
1231 rescind = (struct vmbus_channel_rescind_offer *)ctx->msg.payload; in vmbus_force_channel_rescinded()
1232 rescind->header.msgtype = CHANNELMSG_RESCIND_CHANNELOFFER; in vmbus_force_channel_rescinded()
1233 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded()
1294 if (channel->rescind) in vmbus_chan_sched()
2510 if (!channel->rescind) { in vmbus_bus_suspend()
/Linux-v5.15/drivers/net/hyperv/
Dnetvsc.c209 if (device->channel->rescind) in netvsc_revoke_recv_buf()
260 if (device->channel->rescind) in netvsc_revoke_send_buf()
985 if (out_channel->rescind) in netvsc_send_pkt()
/Linux-v5.15/include/linux/
Dhyperv.h821 bool rescind; /* got rescind msg */ member
/Linux-v5.15/drivers/pci/controller/
Dpci-hyperv.c631 if (hdev->channel->rescind) { in wait_for_response()
3300 if (hdev->channel->rescind) in hv_pci_bus_exit()