Home
last modified time | relevance | path

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

/linux/drivers/rapidio/devices/
H A Drio_mport_cdev.c992 struct rio_async_tx_wait w_param; in rio_mport_wait_for_async_dma() local
1002 if (unlikely(copy_from_user(&w_param, arg, sizeof(w_param)))) in rio_mport_wait_for_async_dma()
1005 cookie = w_param.token; in rio_mport_wait_for_async_dma()
1006 if (w_param.timeout) in rio_mport_wait_for_async_dma()
1007 tmo = msecs_to_jiffies(w_param.timeout); in rio_mport_wait_for_async_dma()