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

/freebsd-13-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_8327.h86 uint32_t txpause; member in struct:ar8327_port_cfg
H A Darswitch_8327.c294 t |= cfg->txpause ? AR8X16_PORT_STS_TXFLOW : 0;
369 snprintf(sbuf, 128, "port.%d.txpause", port);
373 pcfg->txpause = val;
383 "%s: port %d: speed=%d, duplex=%d, txpause=%d, rxpause=%d\n",
388 pcfg->txpause,
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/
H A Dr88e_calib.c53 uint8_t txpause; member in struct:r88e_iq_cal_reg_vals
175 vals->txpause = rtwn_read_1(sc, R92C_TXPAUSE);
282 rtwn_write_1(sc, R92C_TXPAUSE, vals->txpause);
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_calib.c63 uint8_t txpause; member in struct:r92ce_iq_cal_reg_vals
153 vals->txpause = rtwn_read_1(sc, R92C_TXPAUSE);
276 rtwn_write_1(sc, R92C_TXPAUSE, vals->txpause);
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c_calib.c57 uint8_t txpause; member in struct:r92c_iq_cal_reg_vals
153 vals->txpause = rtwn_read_1(sc, R92C_TXPAUSE);
292 rtwn_write_1(sc, R92C_TXPAUSE, vals->txpause);
/freebsd-13-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-13-stable/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 139 milliseconds