Searched refs:txp (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/modules/txp/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/txp/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/txp
/freebsd-11-stable/sys/dev/snc/
H A Ddp83932.c531 u_int32_t txp; local
547 txp = mtdp->mtd_vtxp;
552 SWO(sc, txp, TXP_CONFIG, TCR_PINT);
555 SWO(sc, txp, TXP_CONFIG, 0);
569 SWO(sc, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FPTRLO,
571 SWO(sc, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FPTRHI,
580 SWO(sc, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FSIZE,
582 SWO(sc, txp, TXP_FRAGCNT, 1);
583 SWO(sc, txp, TXP_PKTSIZE, totlen);
586 SWO(sc, txp, TXP_FRAGOF
892 u_int32_t txp; local
[all...]
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c429 struct fxp_tx *txp; local
759 txp = sc->fxp_desc.tx_list;
762 txp[i].tx_cb = tcbp + i;
763 error = bus_dmamap_create(sc->fxp_txmtag, 0, &txp[i].tx_map);
939 struct fxp_tx *txp; local
979 txp = &sc->fxp_desc.tx_list[i];
980 if (txp->tx_mbuf != NULL) {
981 bus_dmamap_sync(sc->fxp_txmtag, txp->tx_map,
983 bus_dmamap_unload(sc->fxp_txmtag, txp->tx_map);
984 m_freem(txp
1409 struct fxp_tx *txp; local
1759 struct fxp_tx *txp; local
2189 struct fxp_tx *txp; local
2284 struct fxp_tx *txp; local
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c2568 struct txpkts txp; local
2619 try_txpkts(m0, r->items[next_cidx], &txp, available) == 0) {
2621 /* pkts at cidx, next_cidx should both be in txp. */
2622 MPASS(txp.npkt == 2);
2633 if (add_to_txpkts(r->items[next_cidx], &txp,
2643 n = write_txpkts_wr(txq, wr, m0, &txp, available);
2644 total += txp.npkt;
2645 remaining -= txp.npkt;
4524 try_txpkts(struct mbuf *m, struct mbuf *n, struct txpkts *txp, u_int available) argument
4534 txp
4558 add_to_txpkts(struct mbuf *m, struct txpkts *txp, u_int available) argument
4596 write_txpkts_wr(struct sge_txq *txq, struct fw_eth_tx_pkts_wr *wr, struct mbuf *m0, const struct txpkts *txp, u_int available) argument
[all...]
/freebsd-11-stable/sys/conf/
H A DmakeLINT.mk53 echo "nodevice txp" >> ${.TARGET}-NOIP
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfm-defs.h2807 uint64_t txp : 3; /**< Indicates tXP constraints. member in struct:cvmx_dfm_timing_params1::cvmx_dfm_timing_params1_s
2880 uint64_t txp : 3;
2913 uint64_t txp : 3; /**< Indicates tXP constraints. member in struct:cvmx_dfm_timing_params1::cvmx_dfm_timing_params1_cn63xxp1
2986 uint64_t txp : 3;
H A Dcvmx-lmcx-defs.h7757 uint64_t txp : 3; /**< Indicates tXP constraints. member in struct:cvmx_lmcx_timing_params1::cvmx_lmcx_timing_params1_s
7830 uint64_t txp : 3;
7864 uint64_t txp : 3; /**< Indicates tXP constraints. member in struct:cvmx_lmcx_timing_params1::cvmx_lmcx_timing_params1_cn63xxp1
7937 uint64_t txp : 3;
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_generic.c184 void generic_rate(int txp, int txs, int txi, int rxp, int rxs, int rxi) argument
186 if (txp) rate_ctx.new.txpkt++;
H A Dnetmap_kern.h2064 void generic_rate(int txp, int txs, int txi, int rxp, int rxs, int rxi);
2066 #define generic_rate(txp, txs, txi, rxp, rxs, rxi)
/freebsd-11-stable/share/man/man4/
H A DMakefile561 txp.4 \
772 MLINKS+=txp.4 if_txp.4
/freebsd-11-stable/sys/modules/
H A DMakefile541 _txp= txp
/freebsd-11-stable/sys/dev/txp/
H A Dif_txp.c38 __FBSDID("$FreeBSD: stable/11/sys/dev/txp/if_txp.c 347962 2019-05-18 20:43:13Z brooks $");
82 #include <dev/txp/if_txpreg.h>
83 #include <dev/txp/3c990img.h>
85 MODULE_DEPEND(txp, pci, 1, 1, 1);
86 MODULE_DEPEND(txp, ether, 1, 1, 1);
210 TUNABLE_INT("hw.txp.prefer_iomap", &prefer_iomap);
225 "txp",
232 DRIVER_MODULE(txp, pci, txp_driver, txp_devclass, 0, 0);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h365 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *txp);
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c425 struct ieee80211_txparams_req *txp = arg; local
426 set80211(s, IEEE80211_IOC_TXPARAMS, 0, sizeof(*txp), txp);

Completed in 279 milliseconds