Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hv/
Dchannel.c189 if (newchannel->rescind) { in __vmbus_open()
208 if (newchannel->rescind) { in __vmbus_open()
473 if (channel->rescind) { in vmbus_establish_gpadl()
515 if (channel->rescind) { in vmbus_establish_gpadl()
566 if (channel->rescind) in vmbus_teardown_gpadl()
585 if (channel->rescind) in vmbus_teardown_gpadl()
698 if (cur_channel->rescind) in vmbus_disconnect_ring()
705 if (cur_channel->rescind) in vmbus_disconnect_ring()
Dchannel_mgmt.c150 channel->rescind = true; in vmbus_rescind_cleanup()
380 BUG_ON(!channel->rescind); in hv_process_channel_removal()
430 channel->rescind = true; in vmbus_free_channels()
1013 struct vmbus_channel_rescind_offer *rescind; in vmbus_onoffer_rescind() local
1018 rescind = (struct vmbus_channel_rescind_offer *)hdr; in vmbus_onoffer_rescind()
1020 trace_vmbus_onoffer_rescind(rescind); in vmbus_onoffer_rescind()
1044 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind()
1131 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.c1083 struct vmbus_channel_rescind_offer *rescind; in vmbus_force_channel_rescinded() local
1098 ctx->msg.header.payload_size = sizeof(*rescind); in vmbus_force_channel_rescinded()
1101 rescind = (struct vmbus_channel_rescind_offer *)ctx->msg.u.payload; in vmbus_force_channel_rescinded()
1102 rescind->header.msgtype = CHANNELMSG_RESCIND_CHANNELOFFER; in vmbus_force_channel_rescinded()
1103 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded()
1171 if (channel->rescind) in vmbus_chan_sched()
2184 if (!channel->rescind) { in vmbus_bus_suspend()
/Linux-v5.4/drivers/net/hyperv/
Dnetvsc.c171 if (device->channel->rescind) in netvsc_revoke_recv_buf()
222 if (device->channel->rescind) in netvsc_revoke_send_buf()
837 if (out_channel->rescind) in netvsc_send_pkt()
/Linux-v5.4/include/linux/
Dhyperv.h734 bool rescind; /* got rescind msg */ member
/Linux-v5.4/drivers/pci/controller/
Dpci-hyperv.c600 if (hdev->channel->rescind) { in wait_for_response()
3029 if (hdev->channel->rescind) in hv_pci_bus_exit()