Home | History | Annotate | Download | only in pci

Lines Matching defs:maps

2360 	struct ixl_tx_map *maps = NULL, *txm;
2364 maps = kmem_zalloc(sizeof(maps[0]) * sc->sc_tx_ring_ndescs,
2373 txm = &maps[i];
2385 txr->txr_maps = maps;
2407 txm = &maps[i];
2417 kmem_free(maps, sizeof(maps[0]) * sc->sc_tx_ring_ndescs);
2479 struct ixl_tx_map *maps, *txm;
2483 maps = txr->txr_maps;
2485 txm = &maps[i];
2541 struct ixl_tx_map *maps, *txm;
2547 maps = txr->txr_maps;
2549 txm = &maps[i];
2560 kmem_free(maps, sizeof(maps[0]) * sc->sc_tx_ring_ndescs);
2940 struct ixl_rx_map *maps = NULL, *rxm;
2944 maps = kmem_zalloc(sizeof(maps[0]) * sc->sc_rx_ring_ndescs,
2953 rxm = &maps[i];
2966 rxr->rxr_maps = maps;
2976 rxm = &maps[i];
2986 kmem_free(maps, sizeof(maps[0]) * sc->sc_rx_ring_ndescs);
2995 struct ixl_rx_map *maps, *rxm;
2999 maps = rxr->rxr_maps;
3001 rxm = &maps[i];
3110 struct ixl_rx_map *maps, *rxm;
3113 maps = rxr->rxr_maps;
3115 rxm = &maps[i];
3122 kmem_free(maps, sizeof(maps[0]) * sc->sc_rx_ring_ndescs);