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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_common.h462 __u16 poll_type; member in union:qib_cmd::__anon11681
H A Dqib_file_ops.c1140 else if (rcd->poll_type == QIB_POLL_TYPE_URGENT)
1142 else if (rcd->poll_type == QIB_POLL_TYPE_ANYRCV)
2018 copy = sizeof(cmd.cmd.poll_type);
2019 dest = &cmd.cmd.poll_type;
2020 src = &ucmd->cmd.poll_type;
2117 rcd->poll_type = cmd.cmd.poll_type;
H A Dqib.h217 u16 poll_type; member in struct:qib_ctxtdata
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1356 if ((pd->poll_type & IPATH_POLL_TYPE_OVERFLOW) &&
1449 else if (pd->poll_type & IPATH_POLL_TYPE_URGENT)
2292 copy = sizeof(cmd.cmd.poll_type);
2293 dest = &cmd.cmd.poll_type;
2294 src = &ucmd->cmd.poll_type;
2384 pd->poll_type = cmd.cmd.poll_type;
H A Dipath_common.h513 __u16 poll_type; member in union:ipath_cmd::__anon11593
H A Dipath_kernel.h181 u16 poll_type; member in struct:ipath_portdata

Completed in 123 milliseconds