Searched defs:start_stop (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c737 * @start_stop: action to carry out
739 * start_stop == 0 disables receive on the port, for use in queue
740 * overflow conditions. start_stop==1 re-enables, to be used to
744 int start_stop)
749 start_stop ? "en" : "dis", dd->ipath_unit,
754 if (start_stop) {
778 if (start_stop) {
743 ipath_manage_rcvq(struct ipath_portdata *pd, unsigned subport, int start_stop) argument
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c649 * @start_stop: action to carry out
651 * start_stop == 0 disables receive on the context, for use in queue
652 * overflow conditions. start_stop==1 re-enables, to be used to
656 int start_stop)
664 if (start_stop) {
655 qib_manage_rcvq(struct qib_ctxtdata *rcd, unsigned subctxt, int start_stop) argument

Completed in 118 milliseconds