Home
last modified time | relevance | path

Searched refs:txmaps (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c3447 t4_alloc_tx_maps(struct adapter *sc, struct tx_maps *txmaps, int count, in t4_alloc_tx_maps() argument
3452 txmaps->map_total = count; in t4_alloc_tx_maps()
3453 txmaps->map_avail = txmaps->map_cidx = txmaps->map_pidx = 0; in t4_alloc_tx_maps()
3455 txmaps->map = kmem_zalloc(sizeof (ddi_dma_handle_t) * in t4_alloc_tx_maps()
3456 txmaps->map_total, flags); in t4_alloc_tx_maps()
3460 DDI_DMA_SLEEP, 0, &txmaps->map[i]); in t4_alloc_tx_maps()
3467 txmaps->map_avail++; in t4_alloc_tx_maps()
H A Dadapter.h910 int t4_alloc_tx_maps(struct adapter *sc, struct tx_maps *txmaps, int count,