Searched defs:desc_count (Results 1 - 3 of 3) sorted by relevance
| /src/games/rogue/ | ||
| H A D | inventory.c | 509 desc_count(struct sbuf *s, int n) function in typeref:typename:void |
| /src/sys/arch/arm/broadcom/ | ||
| H A D | bcm53xx_eth.c | 1076 size_t desc_count = rxsts != BCMETH_RCVMAGIC local in function:bcmeth_rxq_consume 1079 size_t desc_count = __SHIFTOUT(rxsts, RXSTS_DESC_COUNT) + 1; local in function:bcmeth_rxq_consume 1265 size_t desc_count = BCMETH_RINGSIZE / sizeof(rxq->rxq_first[0]); local in function:bcmeth_rxq_attach 1316 size_t desc_count = BCMETH_RINGSIZE / sizeof(txq->txq_first[0]); local in function:bcmeth_txq_attach [all...] |
| /src/sys/arch/powerpc/booke/dev/ | ||
| H A D | pq3etsec.c | 1793 size_t desc_count = map_size / sizeof(struct rxbd); local in function:pq3etsec_rxq_attach 1840 size_t desc_count = map_size / sizeof(struct txbd); local in function:pq3etsec_txq_attach |
Completed in 8 milliseconds