Searched defs:txbuffsize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c379 size_t txbuffsize; local
383 txbuffsize = ngep->tx_desc * ngep->buf_size;
394 ASSERT((txbuffsize % ngep->nge_split) == 0);
396 err = nge_alloc_dma_mem(ngep, txbuffsize/ngep->nge_split,
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c2574 size_t txbuffsize; local
2589 txbuffsize = BGE_SEND_BUF_NUM*bgep->chipid.snd_buff_size;
2590 ASSERT((txbuffsize % BGE_SPLIT) == 0);
2592 err = bge_alloc_dma_mem(bgep, txbuffsize/BGE_SPLIT,
2656 size_t txbuffsize; local
2673 txbuffsize = BGE_SEND_BUF_NUM*bgep->chipid.snd_buff_size;
2674 txbuffsize *= tx_rings;
2717 ASSERT((txbuffsize % BGE_SPLIT) == 0);
2719 err = bge_alloc_dma_mem(bgep, txbuffsize/BGE_SPLIT,
2725 BGE_DEBUG(("DMA ALLOC: allocated %d chunks for Tx Buffers (txbuffsize
[all...]

Completed in 54 milliseconds