Searched refs:txbuffsize (Results 1 – 2 of 2) sorted by relevance
2574 size_t txbuffsize; local2589 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; local2673 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,2726 txbuffsize/BGE_SPLIT,[all …]
379 size_t txbuffsize; in nge_alloc_bufs() local383 txbuffsize = ngep->tx_desc * ngep->buf_size; in nge_alloc_bufs()394 ASSERT((txbuffsize % ngep->nge_split) == 0); in nge_alloc_bufs()396 err = nge_alloc_dma_mem(ngep, txbuffsize/ngep->nge_split, in nge_alloc_bufs()