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

  /src/sys/dev/marvell/
if_gfevar.h 64 #define GE_TXBUF_SIZE (4 * PAGE_SIZE)
if_gfe.c 1260 if (txq->txq_outptr + buflen > GE_TXBUF_SIZE) {
1261 txq->txq_ei_gapcount += GE_TXBUF_SIZE - txq->txq_outptr;
1302 if (txq->txq_ei_gapcount > 2 * GE_TXBUF_SIZE / 3) {
1458 error = gfe_dmamem_alloc(sc, &txq->txq_buf_mem, 1, GE_TXBUF_SIZE, 0);
1505 txq->txq_inptr = GE_TXBUF_SIZE;

Completed in 15 milliseconds