Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c1131 else if (rcd->poll_type == QIB_POLL_TYPE_URGENT) in qib_poll()
1133 else if (rcd->poll_type == QIB_POLL_TYPE_ANYRCV) in qib_poll()
2104 copy = sizeof(cmd.cmd.poll_type); in qib_write()
2105 dest = &cmd.cmd.poll_type; in qib_write()
2106 src = &ucmd->cmd.poll_type; in qib_write()
2208 rcd->poll_type = cmd.cmd.poll_type; in qib_write()
H A Dqib_common.h474 __u16 poll_type; member
H A Dqib.h217 u16 poll_type; member
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c231 uctxt->poll_type = (typeof(uctxt->poll_type))uval; in hfi1_file_ioctl()
617 else if (uctxt->poll_type == HFI1_POLL_TYPE_URGENT) in hfi1_poll()
619 else if (uctxt->poll_type == HFI1_POLL_TYPE_ANYRCV) in hfi1_poll()
H A Dhfi.h297 u16 poll_type; member
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h525 int poll_type);
H A Dvchiq_core.c643 int poll_type) in request_poll() argument
654 value | BIT(poll_type)) != value); in request_poll()