Searched refs:txtag (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | if_ixgb.c | 652 error = bus_dmamap_load_mbuf(sc->txtag, map, in ixgb_encap() 696 bus_dmamap_sync(sc->txtag, map, 0, map->dm_mapsize, in ixgb_encap() 708 bus_dmamap_unload(sc->txtag, map); in ixgb_encap() 1161 sc->txtag = sc->osdep.ixgb_pa.pa_dmat; in ixgb_setup_transmit_structures() 1165 error = bus_dmamap_create(sc->txtag, IXGB_MAX_JUMBO_FRAME_SIZE, in ixgb_setup_transmit_structures() 1253 bus_dmamap_sync(sc->txtag, tx_buffer->map, in ixgb_free_transmit_structures() 1256 bus_dmamap_unload(sc->txtag, in ixgb_free_transmit_structures() 1265 bus_dmamap_destroy(sc->txtag, in ixgb_free_transmit_structures() 1275 if (sc->txtag != NULL) { in ixgb_free_transmit_structures() 1276 sc->txtag = NULL; in ixgb_free_transmit_structures() [all …]
|
| D | if_ixgb.h | 270 bus_dma_tag_t txtag; /* dma tag for tx */ member
|
| D | if_ix.h | 185 bus_dma_tag_t txtag; member
|
| D | if_igc.h | 270 bus_dma_tag_t txtag; member
|
| D | if_ngbereg.h | 1009 bus_dma_tag_t txtag; member
|
| D | if_igc.c | 1851 txr->txtag = txr->txdma.dma_tag; in igc_allocate_transmit_buffers() 2028 txr->txtag = NULL; in igc_free_transmit_buffers()
|
| D | if_ix.c | 2265 txr->txtag = txr->txdma.dma_tag; in ixgbe_allocate_transmit_buffers() 2480 txr->txtag = NULL; in ixgbe_free_transmit_buffers()
|
| D | if_ngbe.c | 1339 txr->txtag = NULL; in ngbe_free_transmit_buffers() 1393 txr->txtag = txr->txdma.dma_tag; in ngbe_allocate_transmit_buffers()
|