Home
last modified time | relevance | path

Searched refs:txpause (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_calib.c64 uint8_t txpause; member
154 vals->txpause = rtwn_read_1(sc, R92C_TXPAUSE); in r92ce_iq_calib_run()
277 rtwn_write_1(sc, R92C_TXPAUSE, vals->txpause); in r92ce_iq_calib_run()
/freebsd-12.1/sys/dev/rtwn/rtl8188e/
H A Dr88e_calib.c54 uint8_t txpause; member
176 vals->txpause = rtwn_read_1(sc, R92C_TXPAUSE); in r88e_iq_calib_run()
283 rtwn_write_1(sc, R92C_TXPAUSE, vals->txpause); in r88e_iq_calib_run()
/freebsd-12.1/sys/dev/etherswitch/arswitch/
H A Darswitch_8327.h86 uint32_t txpause; member
H A Darswitch_8327.c294 t |= cfg->txpause ? AR8X16_PORT_STS_TXFLOW : 0; in ar8327_get_port_init_status()
373 pcfg->txpause = val; in ar8327_fetch_pdata_port()
388 pcfg->txpause, in ar8327_fetch_pdata_port()
/freebsd-12.1/sys/dev/rtwn/rtl8192c/
H A Dr92c_calib.c58 uint8_t txpause; member
154 vals->txpause = rtwn_read_1(sc, R92C_TXPAUSE); in r92c_iq_calib_run()
293 rtwn_write_1(sc, R92C_TXPAUSE, vals->txpause); in r92c_iq_calib_run()
/freebsd-12.1/sys/mips/conf/
H A DTL-WR1043NDv2.hints89 hint.arswitch.0.port.0.txpause=1
97 hint.arswitch.0.port.6.txpause=1
H A DDIR-655A1.hints99 hint.arswitch.0.port.0.txpause=1
107 hint.arswitch.0.port.6.txpause=1
H A DAP135.hints74 hint.arswitch.0.port.0.txpause=1
82 hint.arswitch.0.port.6.txpause=1
H A DTL-ARCHERC7V2.hints91 hint.arswitch.0.port.0.txpause=1
99 hint.arswitch.0.port.6.txpause=1
H A DDIR-825C1.hints73 hint.arswitch.0.port.0.txpause=1
H A DDB120.hints48 hint.arswitch.0.port.0.txpause=1
H A DTL-WDR4300.hints79 hint.arswitch.0.port.0.txpause=1
/freebsd-12.1/sys/dev/jme/
H A Dif_jme.c2108 uint32_t ghc, gpreg, rxmac, txmac, txpause; in jme_mac_config() local
2124 txpause = CSR_READ_4(sc, JME_TXPFC); in jme_mac_config()
2125 txpause &= ~TXPFC_PAUSE_ENB; in jme_mac_config()
2133 txpause |= TXPFC_PAUSE_ENB; in jme_mac_config()
2195 CSR_WRITE_4(sc, JME_TXPFC, txpause); in jme_mac_config()
/freebsd-12.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1907 int txpause; in mlx4_en_media_change() local
1912 rxpause = txpause = 0; in mlx4_en_media_change()
1937 txpause = 1; in mlx4_en_media_change()
1938 if (priv->prof->tx_pause != txpause || priv->prof->rx_pause != rxpause) { in mlx4_en_media_change()
1939 priv->prof->tx_pause = txpause; in mlx4_en_media_change()