Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/genwqe/
Dcard_debugfs.c207 cd->vf_jobtimeout_msec[vf_num]); in genwqe_jtimer_show()
462 &cd->vf_jobtimeout_msec[i]); in genwqe_init_debugfs()
Dcard_base.c160 cd->vf_jobtimeout_msec[j] = genwqe_vf_jobtimeout_msec; in genwqe_dev_alloc()
357 if (cd->vf_jobtimeout_msec[vf] == 0) in genwqe_setup_vf_jtimer()
360 x = ilog2(cd->vf_jobtimeout_msec[vf] * in genwqe_setup_vf_jtimer()
Dcard_base.h311 u32 vf_jobtimeout_msec[GENWQE_MAX_VFS]; member