Searched refs:tx_tag (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.3-release/sys/dev/qlxgb/
H A Dqla_os.c1055 if ((ret = bus_dmamap_create(ha->tx_tag, BUS_DMA_NOWAIT, &map))) {
1063 ret = bus_dmamap_load_mbuf_sg(ha->tx_tag, map, m_head, segs, &nsegs,
1085 if ((ret = bus_dmamap_load_mbuf_sg(ha->tx_tag, map, m_head,
1094 bus_dmamap_destroy(ha->tx_tag, map);
1108 bus_dmamap_destroy(ha->tx_tag, map);
1119 bus_dmamap_sync(ha->tx_tag, map, BUS_DMASYNC_PREWRITE);
1178 &ha->tx_tag)) {
1179 device_printf(ha->pci_dev, "%s: tx_tag alloc failed\n",
1198 bus_dmamap_unload(ha->tx_tag, txb->map);
1199 bus_dmamap_destroy(ha->tx_tag, tx
[all...]
H A Dqla_def.h160 bus_dma_tag_t tx_tag; member in struct:qla_host
H A Dqla_hw.c1715 bus_dmamap_sync(ha->tx_tag, txb->map,
1717 bus_dmamap_unload(ha->tx_tag, txb->map);
1718 bus_dmamap_destroy(ha->tx_tag, txb->map);
/freebsd-10.3-release/sys/arm/at91/
H A Duart_dev_at91usart.c73 bus_dma_tag_t tx_tag; member in struct:at91_usart_softc
470 NULL, &atsc->tx_tag);
473 err = bus_dmamap_create(atsc->tx_tag, 0, &atsc->tx_map);
558 if (bus_dmamap_load(atsc->tx_tag, atsc->tx_map, sc->sc_txbuf,
563 bus_dmamap_sync(atsc->tx_tag, atsc->tx_map, BUS_DMASYNC_PREWRITE);
668 bus_dmamap_sync(atsc->tx_tag, atsc->tx_map,
670 bus_dmamap_unload(atsc->tx_tag, atsc->tx_map);
/freebsd-10.3-release/sys/dev/qlxgbe/
H A Dql_def.h180 bus_dma_tag_t tx_tag; member in struct:qla_host
H A Dql_os.c1217 ret = bus_dmamap_load_mbuf_sg(ha->tx_tag, map, m_head, segs, &nsegs,
1240 if ((ret = bus_dmamap_load_mbuf_sg(ha->tx_tag, map, m_head,
1273 bus_dmamap_sync(ha->tx_tag, map, BUS_DMASYNC_PREWRITE);
1338 &ha->tx_tag)) {
1339 device_printf(ha->pci_dev, "%s: tx_tag alloc failed\n",
1354 if ((ret = bus_dmamap_create(ha->tx_tag,
1382 bus_dmamap_unload(ha->tx_tag, txb->map);
1389 bus_dmamap_destroy(ha->tx_tag, txb->map);
1404 if (ha->tx_tag != NULL) {
1405 bus_dma_tag_destroy(ha->tx_tag);
[all...]
H A Dql_hw.c2944 bus_dmamap_sync(ha->tx_tag, txb->map,
2946 bus_dmamap_unload(ha->tx_tag, txb->map);
/freebsd-10.3-release/sys/dev/qlxge/
H A Dqls_isr.c61 bus_dmamap_sync(ha->tx_tag, txb->map,
63 bus_dmamap_unload(ha->tx_tag, txb->map);
H A Dqls_def.h304 bus_dma_tag_t tx_tag; member in struct:qla_host
H A Dqls_os.c1152 ret = bus_dmamap_load_mbuf_sg(ha->tx_tag, map, m_head, segs, &nsegs,
1175 if ((ret = bus_dmamap_load_mbuf_sg(ha->tx_tag, map, m_head,
1208 bus_dmamap_sync(ha->tx_tag, map, BUS_DMASYNC_PREWRITE);
1265 bus_dmamap_unload(ha->tx_tag, txb->map);
H A Dqls_hw.c1380 bus_dmamap_destroy(ha->tx_tag, txb->map);
1385 if (ha->tx_tag != NULL) {
1386 bus_dma_tag_destroy(ha->tx_tag);
1387 ha->tx_tag = NULL;
1475 &ha->tx_tag)) {
1476 device_printf(ha->pci_dev, "%s: tx_tag alloc failed\n",
1494 ret = bus_dmamap_create(ha->tx_tag,
/freebsd-10.3-release/sys/dev/patm/
H A Dif_patm_attach.c499 bus_dmamap_destroy(sc->tx_tag, map->map);
509 if (sc->tx_tag != NULL)
907 0, NULL, NULL, &sc->tx_tag);
925 error = bus_dmamap_create(sc->tx_tag, 0, &map->map);
H A Dif_patm_tx.c532 error = bus_dmamap_load_mbuf(sc->tx_tag, map->map, m,
539 error = bus_dmamap_load_mbuf(sc->tx_tag, map->map, m,
696 bus_dmamap_sync(sc->tx_tag, map->map,
698 bus_dmamap_unload(sc->tx_tag, map->map);
1063 err = bus_dmamap_create(sc->tx_tag, 0, &map->map);
H A Dif_patmvar.h299 bus_dma_tag_t tx_tag; /* for transmission */ member in struct:patm_softc
H A Dif_patm.c324 bus_dmamap_unload(sc->tx_tag, map->map);
/freebsd-10.3-release/sys/dev/fatm/
H A Dif_fatmvar.h244 bus_dma_tag_t tx_tag; /* transmission tag */ member in struct:fatm_softc
H A Dif_fatm.c489 bus_dmamap_unload(sc->tx_tag, tx->map);
1610 bus_dmamap_sync(sc->tx_tag, q->map, BUS_DMASYNC_POSTWRITE);
1611 bus_dmamap_unload(sc->tx_tag, q->map);
1973 error = bus_dmamap_load_mbuf(sc->tx_tag, q->map, m,
1983 bus_dmamap_sync(sc->tx_tag, q->map, BUS_DMASYNC_PREWRITE);
2560 bus_dmamap_destroy(sc->tx_tag, tx->map);
2604 if (sc->tx_tag != NULL)
2605 if (bus_dma_tag_destroy(sc->tx_tag))
2905 NULL, NULL, &sc->tx_tag)) {
3015 if ((error = bus_dmamap_create(sc->tx_tag,
[all...]
/freebsd-10.3-release/sys/dev/ixl/
H A Dixl_txrx.c261 tag = txr->tx_tag;
434 &txr->tx_tag))) {
467 buf->tag = txr->tx_tag;
597 if (txr->tx_tag != NULL) {
598 bus_dma_tag_destroy(txr->tx_tag);
599 txr->tx_tag = NULL;
H A Dixl.h407 bus_dma_tag_t tx_tag; member in struct:tx_ring
/freebsd-10.3-release/sys/dev/hatm/
H A Dif_hatm_tx.c151 bus_dmamap_unload(sc->tx_tag, tpd->map);
463 error = bus_dmamap_load_mbuf(sc->tx_tag, tpd->map, m,
478 error = bus_dmamap_load_mbuf(sc->tx_tag, tpd->map, m,
H A Dif_hatm.c361 bus_dmamap_destroy(sc->tx_tag, t->map);
386 error = bus_dmamap_create(sc->tx_tag, 0, &t->map);
391 bus_dmamap_destroy(sc->tx_tag, t->map);
428 bus_dmamap_unload(sc->tx_tag, t->map);
479 if (sc->tx_tag != NULL)
480 if (bus_dma_tag_destroy(sc->tx_tag))
1759 NULL, NULL, &sc->tx_tag)) {
H A Dif_hatmvar.h414 bus_dma_tag_t tx_tag; /* DMA tag for all tx mbufs */ member in struct:hatm_softc

Completed in 286 milliseconds