HomeSort by: relevance | last modified time | path
    Searched defs:desc_count (Results 1 - 3 of 3) sorted by relevancy

  /src/games/rogue/
inventory.c 474 static void desc_count(struct sbuf *s, int n);
509 desc_count(struct sbuf *s, int n) function in typeref:typename:void
579 desc_count(&db, obj->quantity);
592 desc_count(&db, obj->quantity);
604 desc_count(&db, obj->quantity);
619 desc_count(&db, obj->quantity);
636 /* no desc_count() */
646 desc_count(&db, obj->quantity);
  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 1083 size_t desc_count = rxsts != BCMETH_RCVMAGIC local in function:bcmeth_rxq_consume
1086 size_t desc_count = __SHIFTOUT(rxsts, RXSTS_DESC_COUNT) + 1; local in function:bcmeth_rxq_consume
1090 for (size_t i = 1; i < desc_count; i++) {
1095 "i=%zu rxsts=%#x desc_count=%zu currdscr=%u "
1096 "consumer=%zd", i, rxsts, desc_count, currdscr,
1123 consumer - rxq->rxq_first, desc_count, rxsts);
1139 if (desc_count == 1) {
1272 size_t desc_count = BCMETH_RINGSIZE / sizeof(rxq->rxq_first[0]); local in function:bcmeth_rxq_attach
1276 KASSERT(desc_count == 256 || desc_count == 512)
1323 size_t desc_count = BCMETH_RINGSIZE \/ sizeof(txq->txq_first[0]); local in function:bcmeth_txq_attach
    [all...]
  /src/sys/arch/powerpc/booke/dev/
pq3etsec.c 1793 size_t desc_count = map_size / sizeof(struct rxbd); local in function:pq3etsec_rxq_attach
1804 rxq->rxq_last = rxq->rxq_first + desc_count;
1840 size_t desc_count = map_size / sizeof(struct txbd); local in function:pq3etsec_txq_attach
1851 txq->txq_last = txq->txq_first + desc_count;

Completed in 15 milliseconds