Home
last modified time | relevance | path

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

/netbsd/usr.sbin/mtrace/
H A Dmtrace.c129 u_char qno = 0; /* Max number of hops to query */ variable
1217 qno = atoi(arg); in main()
1218 if (qno > MAXHOPS) qno = MAXHOPS; in main()
1219 else if (qno < 1) qno = 0; in main()
1421 if (qno == 0) { in main()
1427 hops = qno; in main()
1429 printf("Querying reverse path, maximum %d hops... ", qno); in main()
1451 qno != 0) { in main()
1464 } else if (qno == 0) { in main()
/netbsd/sys/arch/arm/gemini/
H A Dgemini_gmac.c1044 size_t qno) in gmac_hwqueue_create() argument
1050 KASSERT(qno < hqm->hqm_nqueue); in gmac_hwqueue_create()
1051 KASSERT((hqm->hqm_refs & (1 << qno)) == 0); in gmac_hwqueue_create()
1060 hwq->hwq_ref = 1 << qno; in gmac_hwqueue_create()
1062 hwq->hwq_qoff = hqm->hqm_ndesc * qno; in gmac_hwqueue_create()
1065 if (qno == 0) { in gmac_hwqueue_create()
1079 bus_space_read_4(hwq->hwq_iot, ioh, qbase), qno); in gmac_hwqueue_create()
/netbsd/sys/arch/powerpc/booke/dev/
H A Dpq3etsec.c1790 u_int qno) in pq3etsec_rxq_attach() argument
1811 rxq->rxq_reg_rbase = RBASEn(qno); in pq3etsec_rxq_attach()
1812 rxq->rxq_qmask = RSTAT_QHLTn(qno) | RSTAT_RXFn(qno); in pq3etsec_rxq_attach()
1837 u_int qno) in pq3etsec_txq_attach() argument
1857 txq->txq_reg_tbase = TBASEn(qno); in pq3etsec_txq_attach()
1858 txq->txq_qmask = TSTAT_THLTn(qno) | TSTAT_TXFn(qno); in pq3etsec_txq_attach()
/netbsd/sys/arch/arm/broadcom/
H A Dbcm53xx_eth.c1275 u_int qno) in bcmeth_rxq_attach() argument
1326 u_int qno) in bcmeth_txq_attach() argument