Home
last modified time | relevance | path

Searched refs:txdescsize (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/rge/
H A Drge_main.c238 size_t txdescsize; in rge_alloc_bufs() local
258 txdescsize = RGE_SEND_SLOTS * sizeof (rge_bd_t); in rge_alloc_bufs()
260 txdescsize, in rge_alloc_bufs()
/titanic_50/usr/src/uts/common/io/bge/
H A Dbge_main2.c2659 size_t txdescsize; local
2684 txdescsize = tx_rings*BGE_SEND_SLOTS_USED;
2685 txdescsize *= sizeof (bge_sbd_t);
2686 txdescsize += sizeof (bge_statistics_t);
2687 txdescsize += sizeof (bge_status_t);
2688 txdescsize += BGE_STATUS_PADDING;
2766 err = bge_alloc_dma_mem(bgep, txdescsize, &bge_desc_accattr,
2771 txdescsize));
/titanic_50/usr/src/uts/common/io/nge/
H A Dnge_main.c381 size_t txdescsize; in nge_alloc_bufs() local
385 txdescsize = ngep->tx_desc; in nge_alloc_bufs()
387 txdescsize *= ngep->desc_attr.txd_size; in nge_alloc_bufs()
418 err = nge_alloc_dma_mem(ngep, txdescsize, &nge_desc_accattr, in nge_alloc_bufs()