HomeSort by: relevance | last modified time | path
    Searched refs:qno (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/mtrace/
mtrace.c 129 u_char qno = 0; /* Max number of hops to query */ variable in typeref:typename:u_char
1217 qno = atoi(arg);
1218 if (qno > MAXHOPS) qno = MAXHOPS;
1219 else if (qno < 1) qno = 0;
1421 if (qno == 0) {
1427 hops = qno;
1429 printf("Querying reverse path, maximum %d hops... ", qno);
1451 qno != 0)
    [all...]
  /src/sys/arch/arm/gemini/
gemini_gmac.c 1044 size_t qno)
1050 KASSERT(qno < hqm->hqm_nqueue);
1051 KASSERT((hqm->hqm_refs & (1 << qno)) == 0);
1060 hwq->hwq_ref = 1 << qno;
1062 hwq->hwq_qoff = hqm->hqm_ndesc * qno;
1065 if (qno == 0) {
1075 " base=%p@%#zx(%#x) qno=%zu\n",
1079 bus_space_read_4(hwq->hwq_iot, ioh, qbase), qno);
  /src/sys/arch/powerpc/booke/dev/
pq3etsec.c 1790 u_int qno)
1811 rxq->rxq_reg_rbase = RBASEn(qno);
1812 rxq->rxq_qmask = RSTAT_QHLTn(qno) | RSTAT_RXFn(qno);
1837 u_int qno)
1857 txq->txq_reg_tbase = TBASEn(qno);
1858 txq->txq_qmask = TSTAT_THLTn(qno) | TSTAT_TXFn(qno);
  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 1263 u_int qno)
1314 u_int qno)

Completed in 16 milliseconds