Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c61 static __poll_t qib_poll(struct file *, struct poll_table_struct *);
75 .poll = qib_poll,
1123 static __poll_t qib_poll(struct file *fp, struct poll_table_struct *pt) in qib_poll() function