Searched refs:FATM_TX_QLEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/fatm/
H A Dif_fatmvar.h382 #define FATM_TX_QLEN 128 /* transmit queue length */ macro
385 #define FATM_TX_QLEN 8 /* transmit queue length */ macro
H A Dif_fatm.c486 for (i = 0; i < FATM_TX_QLEN; i++) {
729 WRITE4(sc, FATMO_INIT + FATMOI_TQUEUE_LEN, FATM_TX_QLEN);
820 init_card_queue(sc, &sc->txqueue, FATM_TX_QLEN,
1617 NEXT_QUEUE_ENTRY(sc->txqueue.tail, FATM_TX_QLEN);
2000 (4 * FATM_TX_QLEN) / 5), aal, nsegs, mlen));
2031 NEXT_QUEUE_ENTRY(sc->txqueue.head, FATM_TX_QLEN);
2558 for (i = 0; i < FATM_TX_QLEN; i++) {
2914 sc->stat_mem.size = sizeof(uint32_t) * (FATM_CMD_QLEN + FATM_TX_QLEN
2918 sc->txq_mem.size = FATM_TX_QLEN * TPD_SIZE;
2968 sc->txqueue.chunk = malloc(FATM_TX_QLEN * sizeo
[all...]

Completed in 62 milliseconds