Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/uio/
H A Duio_hv_generic.c61 struct vmbus_gpadl recv_gpadl; member
187 if (pdata->recv_gpadl.gpadl_handle) { in hv_uio_cleanup()
188 vmbus_teardown_gpadl(dev->channel, &pdata->recv_gpadl); in hv_uio_cleanup()
296 RECV_BUFFER_SIZE, &pdata->recv_gpadl); in hv_uio_probe()
304 "recv:%u", pdata->recv_gpadl.gpadl_handle); in hv_uio_probe()
/kernel/linux/linux-5.10/drivers/uio/
H A Duio_hv_generic.c61 u32 recv_gpadl; member
189 if (pdata->recv_gpadl) { in hv_uio_cleanup()
190 vmbus_teardown_gpadl(dev->channel, pdata->recv_gpadl); in hv_uio_cleanup()
191 pdata->recv_gpadl = 0; in hv_uio_cleanup()
299 RECV_BUFFER_SIZE, &pdata->recv_gpadl); in hv_uio_probe()
307 "recv:%u", pdata->recv_gpadl); in hv_uio_probe()

Completed in 2 milliseconds