Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_file_ops.c1132 else if (rcd->poll_type == QIB_POLL_TYPE_URGENT) in qib_poll()
1134 else if (rcd->poll_type == QIB_POLL_TYPE_ANYRCV) in qib_poll()
2106 copy = sizeof(cmd.cmd.poll_type); in qib_write()
2107 dest = &cmd.cmd.poll_type; in qib_write()
2108 src = &ucmd->cmd.poll_type; in qib_write()
2210 rcd->poll_type = cmd.cmd.poll_type; in qib_write()
Dqib_common.h474 __u16 poll_type; member
Dqib.h217 u16 poll_type; member
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dfile_ops.c231 uctxt->poll_type = (typeof(uctxt->poll_type))uval; in hfi1_file_ioctl()
586 else if (uctxt->poll_type == HFI1_POLL_TYPE_URGENT) in hfi1_poll()
588 else if (uctxt->poll_type == HFI1_POLL_TYPE_ANYRCV) in hfi1_poll()
Dhfi.h297 u16 poll_type; member
/linux-6.1.9/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h507 int poll_type);
Dvchiq_core.c633 int poll_type) in request_poll() argument
644 value | BIT(poll_type)) != value); in request_poll()