Searched refs:start_stop (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
H A Dgio_defs.h435 unsigned int start_stop : 1; member in struct:__anon8741
508 unsigned int start_stop : 1; member in struct:__anon8746
/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.c735 * @start_stop: action to carry out
737 * start_stop == 0 disables receive on the port, for use in queue
738 * overflow conditions. start_stop==1 re-enables, to be used to
742 int start_stop)
747 start_stop ? "en" : "dis", dd->ipath_unit,
752 if (start_stop) {
776 if (start_stop) {
741 ipath_manage_rcvq(struct ipath_portdata *pd, unsigned subport, int start_stop) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c647 * @start_stop: action to carry out
649 * start_stop == 0 disables receive on the context, for use in queue
650 * overflow conditions. start_stop==1 re-enables, to be used to
654 int start_stop)
662 if (start_stop) {
653 qib_manage_rcvq(struct qib_ctxtdata *rcd, unsigned subctxt, int start_stop) argument

Completed in 94 milliseconds