Home
last modified time | relevance | path

Searched refs:send_gpadl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/uio/
H A Duio_hv_generic.c65 struct vmbus_gpadl send_gpadl; member
182 if (pdata->send_gpadl.gpadl_handle) { in hv_uio_cleanup()
183 vmbus_teardown_gpadl(dev->channel, &pdata->send_gpadl); in hv_uio_cleanup()
318 SEND_BUFFER_SIZE, &pdata->send_gpadl); in hv_uio_probe()
325 "send:%u", pdata->send_gpadl.gpadl_handle); in hv_uio_probe()
/kernel/linux/linux-5.10/drivers/uio/
H A Duio_hv_generic.c65 u32 send_gpadl; member
183 if (pdata->send_gpadl) { in hv_uio_cleanup()
184 vmbus_teardown_gpadl(dev->channel, pdata->send_gpadl); in hv_uio_cleanup()
185 pdata->send_gpadl = 0; in hv_uio_cleanup()
321 SEND_BUFFER_SIZE, &pdata->send_gpadl); in hv_uio_probe()
328 "send:%u", pdata->send_gpadl); in hv_uio_probe()

Completed in 3 milliseconds