Home
last modified time | relevance | path

Searched refs:txtag (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/dev/pci/
Dif_ixgb.c652 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 …]
Dif_ixgb.h270 bus_dma_tag_t txtag; /* dma tag for tx */ member
Dif_ix.h185 bus_dma_tag_t txtag; member
Dif_igc.h270 bus_dma_tag_t txtag; member
Dif_ngbereg.h1009 bus_dma_tag_t txtag; member
Dif_igc.c1851 txr->txtag = txr->txdma.dma_tag; in igc_allocate_transmit_buffers()
2028 txr->txtag = NULL; in igc_free_transmit_buffers()
Dif_ix.c2265 txr->txtag = txr->txdma.dma_tag; in ixgbe_allocate_transmit_buffers()
2480 txr->txtag = NULL; in ixgbe_free_transmit_buffers()
Dif_ngbe.c1339 txr->txtag = NULL; in ngbe_free_transmit_buffers()
1393 txr->txtag = txr->txdma.dma_tag; in ngbe_allocate_transmit_buffers()