HomeSort by: relevance | last modified time | path
    Searched defs:txs (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/next68k/stand/boot/
en.c 197 int state, txs; local in function:en_put
254 txs = er->txstat;
257 DPRINTF(("en_put: done txstat=%x.\n", txs));
262 (txs & EN_TXS_ERROR) != 0) {
266 if ((txs & EN_TXS_COLLERR) == 0)
  /src/sys/dev/ic/
aic79xx_osm.c 238 struct scsipi_xfer *txs = list_scb->xs; local in function:ahd_done
240 if (!(txs->xs_control & XS_CTL_POLL)) {
241 callout_reset(&txs->xs_callout,
242 (txs->timeout > 1000000) ?
243 (txs->timeout / 1000) * hz :
244 (txs->timeout * hz) / 1000,
i82557.c 807 struct fxp_txsoft *txs; local in function:fxp_start
855 txs = FXP_DSTX(sc, nexttx);
856 dmamap = txs->txs_dmamap;
937 txs->txs_mbuf = m0;
1162 struct fxp_txsoft *txs; local in function:fxp_txintr
1170 txs = FXP_DSTX(sc, i);
1185 bus_dmamap_sync(sc->sc_dmat, txs->txs_dmamap,
1186 0, txs->txs_dmamap->dm_mapsize,
1188 bus_dmamap_unload(sc->sc_dmat, txs->txs_dmamap);
1189 m_freem(txs->txs_mbuf)
1604 struct fxp_txsoft *txs; local in function:fxp_stop
    [all...]
gem.c 337 struct gem_txsoft *txs; local in function:gem_attach
339 txs = &sc->sc_txsoft[i];
340 txs->txs_mbuf = NULL;
344 &txs->txs_dmamap)) != 0) {
351 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
718 struct gem_txsoft *txs; local in function:gem_stop
736 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
738 if (txs->txs_mbuf != NULL) {
739 bus_dmamap_sync(sc->sc_dmatag, txs->txs_dmamap, 0,
740 txs->txs_dmamap->dm_mapsize, BUS_DMASYNC_POSTWRITE)
1368 struct gem_txsoft *txs; local in function:gem_start
1632 struct gem_txsoft *txs; local in function:gem_tint
    [all...]
atw.c 1194 struct atw_txsoft *txs; local in function:atw_init
1286 txs = &sc->sc_txsoft[i];
1287 txs->txs_mbuf = NULL;
1288 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
2598 struct atw_txsoft *txs; local in function:atw_txdrain
2600 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
2602 if (txs->txs_mbuf != NULL) {
2603 bus_dmamap_unload(sc->sc_dmat, txs->txs_dmamap);
2604 m_freem(txs->txs_mbuf);
2605 txs->txs_mbuf = NULL
2688 struct atw_txsoft *txs; local in function:atw_detach
3277 struct atw_txsoft *txs; local in function:atw_txintr
3514 struct atw_txsoft *txs; local in function:atw_start
    [all...]
tulip.c 600 struct tulip_txsoft *txs; local in function:tlp_detach
642 txs = &sc->sc_txsoft[i];
643 if (txs->txs_mbuf != NULL) {
644 bus_dmamap_unload(sc->sc_dmat, txs->txs_dmamap);
645 m_freem(txs->txs_mbuf);
646 txs->txs_mbuf = NULL;
648 bus_dmamap_destroy(sc->sc_dmat, txs->txs_dmamap);
676 struct tulip_txsoft *txs, *last_txs = NULL; local in function:tlp_start
714 while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL &&
724 dmamap = txs->txs_dmamap
1404 struct tulip_txsoft *txs; local in function:tlp_txintr
1591 struct tulip_txsoft *txs; local in function:tlp_init
2016 struct tulip_txsoft *txs; local in function:tlp_stop
2550 struct tulip_txsoft *txs; local in function:tlp_filter_setup
    [all...]
  /src/sys/arch/mips/atheros/dev/
if_ae.c 466 struct ae_txsoft *txs; local in function:ae_detach
499 txs = &sc->sc_txsoft[i];
500 if (txs->txs_mbuf != NULL) {
501 bus_dmamap_unload(sc->sc_dmat, txs->txs_dmamap);
502 m_freem(txs->txs_mbuf);
503 txs->txs_mbuf = NULL;
505 bus_dmamap_destroy(sc->sc_dmat, txs->txs_dmamap);
545 struct ae_txsoft *txs; local in function:ae_start
571 while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL &&
581 dmamap = txs->txs_dmamap
1138 struct ae_txsoft *txs; local in function:ae_txintr
1286 struct ae_txsoft *txs; local in function:ae_init
1549 struct ae_txsoft *txs; local in function:ae_stop
    [all...]
  /src/sys/arch/evbppc/virtex/dev/
if_temac.c 661 struct temac_txsoft *txs; local in function:temac_start
668 txs = NULL; /* gcc */
691 txs = &sc->sc_txsoft[sc->sc_txscur];
692 dmap = txs->txs_dmap;
694 if (txs->txs_mbuf != NULL)
696 if (txs->txs_last)
727 txs->txs_mbuf = m;
765 txs->txs_last = 1;
786 struct temac_txsoft *txs; local in function:temac_stop
804 txs = &sc->sc_txsoft[i]
1002 struct temac_txsoft *txs; local in function:temac_txreap
    [all...]
  /src/sys/arch/arm/imx/
if_enet.c 443 struct enet_txsoft *txs; local in function:enet_tx_intr
452 txs = &sc->sc_txsoft[idx];
463 txs->txs_dmamap);
464 m_freem(txs->txs_mbuf);
1310 struct enet_txsoft *txs; local in function:enet_drain_txbuf
1319 txs = &sc->sc_txsoft[idx];
1324 txs->txs_dmamap);
1325 m_freem(txs->txs_mbuf);
  /src/sys/dev/pci/
if_lii.c 1022 struct tx_pkt_status *txs; local in function:lii_txintr
1028 txs = &sc->sc_txs[sc->sc_txs_ack];
1029 if (txs->txps_update == 0)
1035 txs->txps_update = 0;
1040 if (txph->txph_size != txs->txps_size)
1051 if (txs->txps_flags & ATL2_TXF_SUCCESS)
if_dge.c 286 struct evcnt sc_ev_txsstall; /* Tx stalled due to no txs */
1060 dge_tx_cksum(struct dge_softc *sc, struct dge_txsoft *txs, uint8_t *fieldsp)
1062 struct mbuf *m0 = txs->txs_mbuf;
1165 txs->txs_ndesc++;
1183 struct dge_txsoft *txs; local in function:dge_start
1224 txs = &sc->sc_txsoft[sc->sc_txsnext];
1225 dmamap = txs->txs_dmamap;
1306 txs->txs_mbuf = m0;
1307 txs->txs_firstdesc = sc->sc_txnext;
1308 txs->txs_ndesc = dmamap->dm_nsegs
1588 struct dge_txsoft *txs; local in function:dge_txintr
2094 struct dge_txsoft *txs; local in function:dge_stop
    [all...]
if_vge.c 1365 struct vge_txsoft *txs; local in function:vge_txeof
1382 txs = &sc->sc_txsoft[idx];
1383 bus_dmamap_sync(sc->sc_dmat, txs->txs_dmamap, 0,
1384 txs->txs_dmamap->dm_mapsize, BUS_DMASYNC_POSTWRITE);
1385 bus_dmamap_unload(sc->sc_dmat, txs->txs_dmamap);
1386 m_freem(txs->txs_mbuf);
1387 txs->txs_mbuf = NULL;
1513 struct vge_txsoft *txs; local in function:vge_encap
1543 txs = &sc->sc_txsoft[idx];
1544 map = txs->txs_dmamap
1637 struct vge_txsoft *txs; local in function:vge_start
2050 struct vge_txsoft *txs; local in function:vge_stop
    [all...]
if_pcn.c 913 struct pcn_txsoft *txs; local in function:pcn_start
938 txs = &sc->sc_txsoft[sc->sc_txsnext];
939 dmamap = txs->txs_dmamap;
1101 txs->txs_mbuf = m0;
1102 txs->txs_firstdesc = sc->sc_txnext;
1103 txs->txs_lastdesc = lasttx;
1298 struct pcn_txsoft *txs; local in function:pcn_txintr
1308 txs = &sc->sc_txsoft[i];
1310 PCN_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_dmamap->dm_nsegs
1830 struct pcn_txsoft *txs; local in function:pcn_stop
    [all...]
if_kse.c 847 struct kse_txsoft *txs; local in function:kse_stop
858 txs = &sc->sc_txsoft[i];
859 if (txs->txs_mbuf != NULL) {
860 bus_dmamap_unload(sc->sc_dmat, txs->txs_dmamap);
861 m_freem(txs->txs_mbuf);
862 txs->txs_mbuf = NULL;
918 struct kse_txsoft *txs; local in function:kse_start
944 txs = &sc->sc_txsoft[sc->sc_txsnext];
945 dmamap = txs->txs_dmamap;
1029 txs->txs_mbuf = m0
1291 struct kse_txsoft *txs; local in function:txreap
    [all...]
if_sip.c 1541 struct sip_txsoft *txs; local in function:sipcom_start
1564 while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL) {
1573 dmamap = txs->txs_dmamap;
1715 txs->txs_mbuf = m0;
1716 txs->txs_firstdesc = sc->sc_txnext;
1717 txs->txs_lastdesc = lasttx;
1724 SIMPLEQ_INSERT_TAIL(&sc->sc_txdirtyq, txs, txs_q);
2041 struct sip_txsoft *txs; local in function:sipcom_txintr
2048 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
2049 sip_cdtxsync(sc, txs->txs_firstdesc, txs->txs_dmamap->dm_nsegs
2605 struct sip_txsoft *txs; local in function:sipcom_init
2878 struct sip_txsoft *txs; local in function:sipcom_stop
    [all...]
if_vmx.c 1078 struct vmxnet3_txq_shared *txs; local in function:vmxnet3_set_interrupt_idx
1088 txs = txq->vxtxq_ts;
1089 txs->intr_idx = vmxq->vxq_intr_idx;
1654 struct vmxnet3_txq_shared *txs; local in function:vmxnet3_init_shared_data
1709 txs = txq->vxtxq_ts;
1711 txs->cmd_ring = txq->vxtxq_cmd_ring.vxtxr_dma.dma_paddr;
1712 txs->cmd_ring_len = txq->vxtxq_cmd_ring.vxtxr_ndesc;
1713 txs->comp_ring = txq->vxtxq_comp_ring.vxcr_dma.dma_paddr;
1714 txs->comp_ring_len = txq->vxtxq_comp_ring.vxcr_ndesc;
1715 txs->driver_data = vtophys(txq)
    [all...]
if_wm.c 399 WM_Q_EVCNT_DEFINE(txq, txsstall); /* Stalled due to no txs */
3899 struct wm_txsoft *txs; local in function:wm_watchdog_txq_locked
3909 txs = &txq->txq_soft[i];
3910 printf("txs %d tx %d -> %d\n",
3911 i, txs->txs_firstdesc, txs->txs_lastdesc);
3912 for (j = txs->txs_firstdesc; ; j = WM_NEXTTX(txq, j)) {
3929 if (j == txs->txs_lastdesc)
7651 struct wm_txsoft *txs; local in function:wm_stop_locked
7721 txs = &txq->txq_soft[i]
8940 struct wm_txsoft *txs; local in function:wm_send_common_locked
9558 struct wm_txsoft *txs; local in function:wm_nq_send_common_locked
9891 struct wm_txsoft *txs; local in function:wm_txeof
    [all...]
  /src/sys/arch/mips/ralink/
ralink_eth.c 653 struct ralink_eth_txstate *txs; local in function:ralink_eth_detach
673 txs = &sc->sc_txstate[i];
674 if (txs->txs_mbuf != NULL) {
675 bus_dmamap_unload(sc->sc_dmat, txs->txs_dmamap);
676 m_freem(txs->txs_mbuf);
677 txs->txs_mbuf = NULL;
679 bus_dmamap_destroy(sc->sc_dmat, txs->txs_dmamap);
732 struct ralink_eth_txstate *txs; local in function:ralink_eth_hw_init
850 txs = &sc->sc_txstate[i];
851 txs->txs_mbuf = NULL
1157 struct ralink_eth_txstate *txs; local in function:ralink_eth_start
1575 struct ralink_eth_txstate *txs; local in function:ralink_eth_txintr
    [all...]
  /src/sys/arch/powerpc/ibm4xx/dev/
if_emac.c 200 struct evcnt sc_ev_txsstall; /* Tx stalled due to no txs */
663 struct emac_txsoft *txs; local in function:emac_start
700 txs = &sc->sc_txsoft[sc->sc_txsnext];
701 dmamap = txs->txs_dmamap;
757 txs->txs_mbuf = m0;
758 txs->txs_firstdesc = sc->sc_txnext;
759 txs->txs_ndesc = dmamap->dm_nsegs;
797 txs->txs_lastdesc = lasttx;
816 sc->sc_txfree -= txs->txs_ndesc;
1057 struct emac_txsoft *txs; local in function:emac_stop
1253 struct emac_txsoft *txs; local in function:emac_txreap
    [all...]
  /src/sys/arch/sgimips/mace/
if_mec.c 946 struct mec_txsoft *txs; local in function:mec_start
978 txs = &sc->sc_txsoft[nexttx];
979 dmamap = txs->txs_dmamap;
980 txs->txs_flags = 0;
1028 txs->txs_flags = MEC_TXS_TXDPTR;
1314 if ((txs->txs_flags & MEC_TXS_TXDPTR) != 0) {
1353 txs->txs_mbuf = m0;
1416 struct mec_txsoft *txs; local in function:mec_stop
1429 txs = &sc->sc_txsoft[i];
1430 if ((txs->txs_flags & MEC_TXS_TXDPTR) != 0)
1845 struct mec_txsoft *txs; local in function:mec_txintr
    [all...]
  /src/sys/arch/arm/sociox/
if_scx.c 1367 struct scx_txsoft *txs; local in function:scx_start
1391 txs = &sc->sc_txsoft[sc->sc_txsnext];
1392 dmamap = txs->txs_dmamap;
1463 txs->txs_mbuf = m0;
1464 txs->txs_firstdesc = sc->sc_txnext;
1465 txs->txs_lastdesc = lasttx;
1466 txs->txs_ndesc = dmamap->dm_nsegs;
1467 sc->sc_txfree -= txs->txs_ndesc;
1567 struct scx_txsoft *txs; local in function:txreap
1573 txs = &sc->sc_txsoft[i]
    [all...]

Completed in 44 milliseconds