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

/freebsd-current/sys/dev/ntb/
H A Dntb_transport.c348 int rc, i, db_count, spad_count, qp, qpu, qpo, qpt; local
438 qpu = 0;
452 qp = (np && np[0] != 0) ? strtol(np, NULL, 10) : qpo - qpu;
456 if (qp > qpt - qpu) {
463 nc->qpoff = qpu;
476 i, name, qpu);
478 printf("-%d", qpu + qp - 1);
482 qpu += qp;
485 nt->qp_count = qpu;

Completed in 169 milliseconds