Lines Matching defs:txm
2360 struct ixl_tx_map *maps = NULL, *txm;
2373 txm = &maps[i];
2377 BUS_DMA_WAITOK | BUS_DMA_ALLOCNOW, &txm->txm_map) != 0)
2380 txm->txm_eop = -1;
2381 txm->txm_m = NULL;
2407 txm = &maps[i];
2409 if (txm->txm_map == NULL)
2412 bus_dmamap_destroy(sc->sc_dmat, txm->txm_map);
2479 struct ixl_tx_map *maps, *txm;
2485 txm = &maps[i];
2487 if (txm->txm_m == NULL)
2490 map = txm->txm_map;
2495 m_freem(txm->txm_m);
2496 txm->txm_m = NULL;
2541 struct ixl_tx_map *maps, *txm;
2549 txm = &maps[i];
2551 bus_dmamap_destroy(sc->sc_dmat, txm->txm_map);
2666 struct ixl_tx_map *txm;
2713 txm = &txr->txr_maps[prod];
2714 map = txm->txm_map;
2757 txm->txm_m = m;
2758 txm->txm_eop = last;
2780 struct ixl_tx_map *txm;
2810 txm = &txr->txr_maps[cons];
2811 last = txm->txm_eop;
2818 map = txm->txm_map;
2824 m = txm->txm_m;
2833 txm->txm_m = NULL;
2834 txm->txm_eop = -1;