Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ntb/
HDntb_transport.c349 int rc, i, db_count, spad_count, qp, qpu, qpo, qpt; in ntb_transport_attach() local
439 qpu = 0; in ntb_transport_attach()
453 qp = (np && np[0] != 0) ? strtol(np, NULL, 10) : qpo - qpu; in ntb_transport_attach()
457 if (qp > qpt - qpu) { in ntb_transport_attach()
464 nc->qpoff = qpu; in ntb_transport_attach()
477 i, name, qpu); in ntb_transport_attach()
479 printf("-%d", qpu + qp - 1); in ntb_transport_attach()
483 qpu += qp; in ntb_transport_attach()
486 nt->qp_count = qpu; in ntb_transport_attach()