Searched refs:txpause (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_8327.h84 uint32_t txpause; member in struct:ar8327_port_cfg
H A Darswitch_8327.c262 t |= cfg->txpause ? AR8X16_PORT_STS_TXFLOW : 0;
337 snprintf(sbuf, 128, "port.%d.txpause", port);
341 pcfg->txpause = val;
351 "%s: port %d: speed=%d, duplex=%d, txpause=%d, rxpause=%d\n",
356 pcfg->txpause,
/freebsd-11-stable/sys/dev/jme/
H A Dif_jme.c2106 uint32_t ghc, gpreg, rxmac, txmac, txpause; local
2122 txpause = CSR_READ_4(sc, JME_TXPFC);
2123 txpause &= ~TXPFC_PAUSE_ENB;
2131 txpause |= TXPFC_PAUSE_ENB;
2193 CSR_WRITE_4(sc, JME_TXPFC, txpause);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1907 int txpause; local
1912 rxpause = txpause = 0;
1937 txpause = 1;
1938 if (priv->prof->tx_pause != txpause || priv->prof->rx_pause != rxpause) {
1939 priv->prof->tx_pause = txpause;
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c2918 uint8_t txpause; member in struct:iq_cal_regs
2939 iq_cal_regs.txpause = rtwn_read_1(sc, R92C_TXPAUSE);
3056 rtwn_write_1(sc, R92C_TXPAUSE, iq_cal_regs.txpause);

Completed in 184 milliseconds