Home
last modified time | relevance | path

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

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