Searched refs:txmaps (Results 1 – 2 of 2) sorted by relevance
3587 t4_alloc_tx_maps(struct adapter *sc, struct tx_maps *txmaps, int count, in t4_alloc_tx_maps() argument3592 txmaps->map_total = count; in t4_alloc_tx_maps()3593 txmaps->map_avail = txmaps->map_cidx = txmaps->map_pidx = 0; in t4_alloc_tx_maps()3595 txmaps->map = kmem_zalloc(sizeof (ddi_dma_handle_t) * in t4_alloc_tx_maps()3596 txmaps->map_total, flags); in t4_alloc_tx_maps()3600 DDI_DMA_SLEEP, 0, &txmaps->map[i]); in t4_alloc_tx_maps()3607 txmaps->map_avail++; in t4_alloc_tx_maps()
911 int t4_alloc_tx_maps(struct adapter *sc, struct tx_maps *txmaps, int count,