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

/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c1862 int txpause; local
1867 rxpause = txpause = 0;
1892 txpause = 1;
1893 if (priv->prof->tx_pause != txpause || priv->prof->rx_pause != rxpause) {
1894 priv->prof->tx_pause = txpause;
/freebsd-10.2-release/sys/dev/jme/
H A Dif_jme.c2108 uint32_t ghc, gpreg, rxmac, txmac, txpause; local
2124 txpause = CSR_READ_4(sc, JME_TXPFC);
2125 txpause &= ~TXPFC_PAUSE_ENB;
2133 txpause |= TXPFC_PAUSE_ENB;
2195 CSR_WRITE_4(sc, JME_TXPFC, txpause);

Completed in 34 milliseconds