Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hv/
Dchannel_mgmt.c170 channel->rescind = true; in vmbus_rescind_cleanup()
435 BUG_ON(!channel->rescind); in hv_process_channel_removal()
486 channel->rescind = true; in vmbus_free_channels()
1122 struct vmbus_channel_rescind_offer *rescind; in vmbus_onoffer_rescind() local
1127 rescind = (struct vmbus_channel_rescind_offer *)hdr; in vmbus_onoffer_rescind()
1129 trace_vmbus_onoffer_rescind(rescind); in vmbus_onoffer_rescind()
1164 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind()
1262 while (!READ_ONCE(channel->probe_done) || !READ_ONCE(channel->rescind)) in vmbus_hvsock_device_unregister()
Dchannel.c502 if (channel->rescind) { in __vmbus_establish_gpadl()
544 if (channel->rescind) { in __vmbus_establish_gpadl()
742 if (newchannel->rescind) { in __vmbus_open()
761 if (newchannel->rescind) { in __vmbus_open()
854 if (channel->rescind) in vmbus_teardown_gpadl()
875 if (channel->rescind) in vmbus_teardown_gpadl()
990 if (cur_channel->rescind) in vmbus_disconnect_ring()
997 if (cur_channel->rescind) in vmbus_disconnect_ring()
Dvmbus_drv.c1210 struct vmbus_channel_rescind_offer *rescind; in vmbus_force_channel_rescinded() local
1218 ctx = kzalloc(sizeof(*ctx) + sizeof(*rescind), in vmbus_force_channel_rescinded()
1226 ctx->msg.header.payload_size = sizeof(*rescind); in vmbus_force_channel_rescinded()
1229 rescind = (struct vmbus_channel_rescind_offer *)ctx->msg.payload; in vmbus_force_channel_rescinded()
1230 rescind->header.msgtype = CHANNELMSG_RESCIND_CHANNELOFFER; in vmbus_force_channel_rescinded()
1231 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded()
1286 if (channel->rescind) in vmbus_chan_sched()
2503 if (!channel->rescind) { in vmbus_bus_suspend()
Dring_buffer.c299 if (channel->rescind) in hv_ringbuffer_write()
385 if (channel->rescind) { in hv_ringbuffer_write()
/linux-5.19.10/drivers/net/hyperv/
Dnetvsc.c219 if (device->channel->rescind) in netvsc_revoke_recv_buf()
270 if (device->channel->rescind) in netvsc_revoke_send_buf()
1104 if (out_channel->rescind) in netvsc_send_pkt()
/linux-5.19.10/include/linux/
Dhyperv.h832 bool rescind; /* got rescind msg */ member
/linux-5.19.10/drivers/pci/controller/
Dpci-hyperv.c1010 if (hdev->channel->rescind) { in wait_for_response()
3682 if (chan->rescind) in hv_pci_bus_exit()