Home
last modified time | relevance | path

Searched refs:rxpause (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/sys/dev/etherswitch/arswitch/
H A Darswitch_8327.h87 uint32_t rxpause; member
H A Darswitch_8327.c293 t |= cfg->rxpause ? AR8X16_PORT_STS_RXFLOW : 0; in ar8327_get_port_init_status()
379 pcfg->rxpause = val; in ar8327_fetch_pdata_port()
389 pcfg->rxpause); in ar8327_fetch_pdata_port()
/freebsd-12.1/sys/mips/conf/
H A DTL-WR1043NDv2.hints90 hint.arswitch.0.port.0.rxpause=1
98 hint.arswitch.0.port.6.rxpause=1
H A DDIR-655A1.hints100 hint.arswitch.0.port.0.rxpause=1
108 hint.arswitch.0.port.6.rxpause=1
H A DAP135.hints75 hint.arswitch.0.port.0.rxpause=1
83 hint.arswitch.0.port.6.rxpause=1
H A DTL-ARCHERC7V2.hints92 hint.arswitch.0.port.0.rxpause=1
100 hint.arswitch.0.port.6.rxpause=1
H A DDIR-825C1.hints74 hint.arswitch.0.port.0.rxpause=1
H A DDB120.hints49 hint.arswitch.0.port.0.rxpause=1
H A DTL-WDR4300.hints80 hint.arswitch.0.port.0.rxpause=1
/freebsd-12.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1906 int rxpause; in mlx4_en_media_change() local
1912 rxpause = txpause = 0; in mlx4_en_media_change()
1935 rxpause = 1; in mlx4_en_media_change()
1938 if (priv->prof->tx_pause != txpause || priv->prof->rx_pause != rxpause) { in mlx4_en_media_change()
1940 priv->prof->rx_pause = rxpause; in mlx4_en_media_change()