Searched refs:txpause (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/sys/dev/rtwn/rtl8192c/pci/ |
| H A D | r92ce_calib.c | 64 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 D | r88e_calib.c | 54 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 D | arswitch_8327.h | 86 uint32_t txpause; member
|
| H A D | arswitch_8327.c | 294 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 D | r92c_calib.c | 58 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 D | TL-WR1043NDv2.hints | 89 hint.arswitch.0.port.0.txpause=1 97 hint.arswitch.0.port.6.txpause=1
|
| H A D | DIR-655A1.hints | 99 hint.arswitch.0.port.0.txpause=1 107 hint.arswitch.0.port.6.txpause=1
|
| H A D | AP135.hints | 74 hint.arswitch.0.port.0.txpause=1 82 hint.arswitch.0.port.6.txpause=1
|
| H A D | TL-ARCHERC7V2.hints | 91 hint.arswitch.0.port.0.txpause=1 99 hint.arswitch.0.port.6.txpause=1
|
| H A D | DIR-825C1.hints | 73 hint.arswitch.0.port.0.txpause=1
|
| H A D | DB120.hints | 48 hint.arswitch.0.port.0.txpause=1
|
| H A D | TL-WDR4300.hints | 79 hint.arswitch.0.port.0.txpause=1
|
| /freebsd-12.1/sys/dev/jme/ |
| H A D | if_jme.c | 2108 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 D | mlx4_en_netdev.c | 1907 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()
|