Searched refs:txs (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/sys/powerpc/ps3/
H A Dif_glc.c123 struct glc_txsoft *txs; local
229 txs = &sc->sc_txsoft[i];
230 txs->txs_mbuf = NULL;
231 err = bus_dmamap_create(sc->sc_txdma_tag, 0, &txs->txs_dmamap);
237 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
295 struct glc_txsoft *txs; local
323 while ((txs = STAILQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
325 bus_dmamap_unload(sc->sc_txdma_tag, txs->txs_dmamap);
327 if (txs->txs_mbuf != NULL) {
328 m_freem(txs
610 struct glc_txsoft *txs; local
788 struct glc_txsoft *txs; local
[all...]
/freebsd-9.3-release/sys/dev/bm/
H A Dif_bm.c303 struct bm_txsoft *txs; local
392 txs = &sc->sc_txsoft[i];
393 txs->txs_mbuf = NULL;
394 error = bus_dmamap_create(sc->sc_tdma_tag, 0, &txs->txs_dmamap);
400 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
657 struct bm_txsoft *txs; local
662 while ((txs = STAILQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
663 if (!dbdma_get_cmd_status(sc->sc_txdma, txs->txs_lastdesc))
667 bus_dmamap_unload(sc->sc_tdma_tag, txs->txs_dmamap);
669 if (txs
766 struct bm_txsoft *txs; local
1016 struct bm_txsoft *txs; local
[all...]
/freebsd-9.3-release/sys/dev/cas/
H A Dif_cas.c185 struct cas_txsoft *txs; local
289 txs = &sc->sc_txsoft[i];
290 txs->txs_mbuf = NULL;
291 txs->txs_ndescs = 0;
293 &txs->txs_dmamap)) != 0) {
299 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
723 struct cas_txsoft *txs; local
741 while ((txs = STAILQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
743 if (txs->txs_ndescs != 0) {
744 bus_dmamap_sync(sc->sc_tdmatag, txs
1190 struct cas_txsoft *txs; local
1507 struct cas_txsoft *txs; local
[all...]
/freebsd-9.3-release/sys/dev/gem/
H A Dif_gem.c150 struct gem_txsoft *txs; local
244 txs = &sc->sc_txsoft[i];
245 txs->txs_mbuf = NULL;
246 txs->txs_ndescs = 0;
248 &txs->txs_dmamap)) != 0) {
254 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
660 struct gem_txsoft *txs; local
677 while ((txs = STAILQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
679 if (txs->txs_ndescs != 0) {
680 bus_dmamap_sync(sc->sc_tdmatag, txs
1106 struct gem_txsoft *txs; local
1411 struct gem_txsoft *txs; local
[all...]
/freebsd-9.3-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c187 netif_tx_sring_t* txs; member in struct:__anon9228
343 xnb_unit_pvt.txs = malloc(PAGE_SIZE, M_XENNETBACK, M_WAITOK|M_ZERO);
344 if (xnb_unit_pvt.txs != NULL) {
345 SHARED_RING_INIT(xnb_unit_pvt.txs);
346 BACK_RING_INIT(&xnb_unit_pvt.txb, xnb_unit_pvt.txs, PAGE_SIZE);
347 FRONT_RING_INIT(&xnb_unit_pvt.txf, xnb_unit_pvt.txs, PAGE_SIZE);
372 if (xnb_unit_pvt.txs != NULL) {
373 free(xnb_unit_pvt.txs, M_XENNETBACK);
605 xnb_unit_pvt.txs->req_prod = rsize - 2;
606 xnb_unit_pvt.txs
[all...]
/freebsd-9.3-release/sys/dev/ctau/
H A Dctau.c543 if (c->hopt.txs == CLK_LINE) {
561 c->hopt.txs = CLK_LINE;
593 c->hopt.txs = CLK_LINE;
1037 unsigned char rxs, txs, dmr = 0; local
1045 txs = CLK_INT;
1064 txs = c->hopt.txs;
1120 txs |= txbr;
1131 outb (c->TXS, txs);
1132 if ((txs
1213 unsigned char txs = inb (c->TXS) & ~CLK_MASK; local
1254 unsigned char txs = inb (c->TXS) & ~CLK_MASK; local
[all...]
H A Dctddk.h221 unsigned char txs; /* transmit clock source */ member in struct:__anon7326
H A Dctddk.c157 c->hopt.txs = CLK_INT;
160 c->hopt.txs = CLK_LINE;
/freebsd-9.3-release/sys/dev/ic/
H A Dhd64570.h69 unsigned char txs; /* rw */ member in struct:msci_channel
/freebsd-9.3-release/sys/dev/xen/netfront/
H A Dnetfront.c601 netif_tx_sring_t *txs; local
614 txs = (netif_tx_sring_t *)malloc(PAGE_SIZE, M_DEVBUF, M_NOWAIT|M_ZERO);
615 if (!txs) {
620 SHARED_RING_INIT(txs);
621 FRONT_RING_INIT(&info->tx, txs, PAGE_SIZE);
622 error = xenbus_grant_ring(dev, virt_to_mfn(txs), &info->tx_ring_ref);
/freebsd-9.3-release/sys/dev/ae/
H A Dif_ae.c1812 ae_txs_t *txs; local
1832 txs = sc->txs_base + sc->txs_ack;
1833 flags = le16toh(txs->flags);
1836 txs->flags = htole16(flags & ~AE_TXS_UPDATE);
1847 if (txs->len != txd->len)
1849 le16toh(txs->len), le16toh(txd->len));
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath.c623 int rxs, txs; local
656 (void) ath_hal_getcapability(ah, HAL_CAP_STREAMS, 1, &txs);
661 ic->ic_txstream = txs;
664 device_printf(sc->sc_dev, "[HT] %d RX streams; %d TX streams\n", rxs, txs);

Completed in 227 milliseconds