Home
last modified time | relevance | path

Searched refs:poll_type (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A 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()
2105 copy = sizeof(cmd.cmd.poll_type); in qib_write()
2106 dest = &cmd.cmd.poll_type; in qib_write()
2107 src = &ucmd->cmd.poll_type; in qib_write()
2209 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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c272 uctxt->poll_type = (typeof(uctxt->poll_type))uval; in hfi1_file_ioctl()
627 else if (uctxt->poll_type == HFI1_POLL_TYPE_URGENT) in hfi1_poll()
629 else if (uctxt->poll_type == HFI1_POLL_TYPE_ANYRCV) in hfi1_poll()
H A Dhfi.h338 u16 poll_type; member
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h580 int poll_type);
H A Dvchiq_core.c531 int poll_type) in request_poll()
539 value | BIT(poll_type)) != value); in request_poll()
530 request_poll(struct vchiq_state *state, struct vchiq_service *service, int poll_type) request_poll() argument
/kernel/linux/linux-6.6/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()
654 value | BIT(poll_type)) != value); in request_poll()
642 request_poll(struct vchiq_state *state, struct vchiq_service *service, int poll_type) request_poll() argument

Completed in 37 milliseconds