Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rapidio/devices/
H A Drio_mport_cdev.c1011 struct rio_async_tx_wait w_param; in rio_mport_wait_for_async_dma() local
1021 if (unlikely(copy_from_user(&w_param, arg, sizeof(w_param)))) in rio_mport_wait_for_async_dma()
1024 cookie = w_param.token; in rio_mport_wait_for_async_dma()
1025 if (w_param.timeout) in rio_mport_wait_for_async_dma()
1026 tmo = msecs_to_jiffies(w_param.timeout); in rio_mport_wait_for_async_dma()