Searched refs:rxpause (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_8327.h85 uint32_t rxpause; member in struct:ar8327_port_cfg
H A Darswitch_8327.c261 t |= cfg->rxpause ? AR8X16_PORT_STS_RXFLOW : 0;
343 snprintf(sbuf, 128, "port.%d.rxpause", port);
347 pcfg->rxpause = val;
351 "%s: port %d: speed=%d, duplex=%d, txpause=%d, rxpause=%d\n",
357 pcfg->rxpause);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1906 int rxpause; local
1912 rxpause = txpause = 0;
1935 rxpause = 1;
1938 if (priv->prof->tx_pause != txpause || priv->prof->rx_pause != rxpause) {
1940 priv->prof->rx_pause = rxpause;

Completed in 56 milliseconds