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

/freebsd-12-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_8327.h87 uint32_t rxpause; member in struct:ar8327_port_cfg
H A Darswitch_8327.c293 t |= cfg->rxpause ? AR8X16_PORT_STS_RXFLOW : 0;
375 snprintf(sbuf, 128, "port.%d.rxpause", port);
379 pcfg->rxpause = val;
383 "%s: port %d: speed=%d, duplex=%d, txpause=%d, rxpause=%d\n",
389 pcfg->rxpause);
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1908 int rxpause; local
1914 rxpause = txpause = 0;
1937 rxpause = 1;
1940 if (priv->prof->tx_pause != txpause || priv->prof->rx_pause != rxpause) {
1942 priv->prof->rx_pause = rxpause;

Completed in 72 milliseconds