Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_file_ops.c1156 else if (rcd->poll_type == QIB_POLL_TYPE_URGENT) in qib_poll()
1158 else if (rcd->poll_type == QIB_POLL_TYPE_ANYRCV) in qib_poll()
2130 copy = sizeof(cmd.cmd.poll_type); in qib_write()
2131 dest = &cmd.cmd.poll_type; in qib_write()
2132 src = &ucmd->cmd.poll_type; in qib_write()
2229 rcd->poll_type = cmd.cmd.poll_type; in qib_write()
Dqib_common.h474 __u16 poll_type; member
Dqib.h226 u16 poll_type; member
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_file_ops.c1363 if ((pd->poll_type & IPATH_POLL_TYPE_OVERFLOW) && in ipath_poll_hdrqfull()
1456 else if (pd->poll_type & IPATH_POLL_TYPE_URGENT) in ipath_poll()
2300 copy = sizeof(cmd.cmd.poll_type); in ipath_write()
2301 dest = &cmd.cmd.poll_type; in ipath_write()
2302 src = &ucmd->cmd.poll_type; in ipath_write()
2392 pd->poll_type = cmd.cmd.poll_type; in ipath_write()
Dipath_common.h513 __u16 poll_type; member
Dipath_kernel.h182 u16 poll_type; member
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dfile_ops.c350 uctxt->poll_type = (typeof(uctxt->poll_type))user_val; in hfi1_file_write()
742 else if (uctxt->poll_type == HFI1_POLL_TYPE_URGENT) in hfi1_poll()
744 else if (uctxt->poll_type == HFI1_POLL_TYPE_ANYRCV) in hfi1_poll()
Dhfi.h281 u16 poll_type; member