Searched refs:jme_tx_coal_to (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/jme/
H A Dif_jmevar.h215 int jme_tx_coal_to; member in struct:jme_softc
H A Dif_jme.c995 CTLTYPE_INT | CTLFLAG_RW, &sc->jme_tx_coal_to, 0,
1030 sc->jme_tx_coal_to = PCCTX_COAL_TO_DEFAULT;
1032 device_get_unit(sc->jme_dev), "tx_coal_to", &sc->jme_tx_coal_to);
1034 if (sc->jme_tx_coal_to < PCCTX_COAL_TO_MIN ||
1035 sc->jme_tx_coal_to > PCCTX_COAL_TO_MAX) {
1039 sc->jme_tx_coal_to = PCCTX_COAL_TO_DEFAULT;
1045 device_get_unit(sc->jme_dev), "tx_coal_pkt", &sc->jme_tx_coal_to);
2927 reg = (sc->jme_tx_coal_to << PCCTX_COAL_TO_SHIFT) &
2954 sc->jme_tx_pcd_to = sc->jme_tx_coal_to;
2955 if (sc->jme_tx_coal_to > PCDTX_TO_MA
[all...]

Completed in 53 milliseconds