Lines Matching refs:prof
769 cmd->advertising |= (priv->prof->tx_pause) ? ADVERTISED_Pause : 0; in ethtool_get_ptys_settings()
771 cmd->advertising |= (priv->prof->tx_pause ^ priv->prof->rx_pause) ? in ethtool_get_ptys_settings()
1008 priv->prof->tx_pause = pause->tx_pause != 0; in mlx4_en_set_pauseparam()
1009 priv->prof->rx_pause = pause->rx_pause != 0; in mlx4_en_set_pauseparam()
1012 priv->prof->tx_pause, in mlx4_en_set_pauseparam()
1013 priv->prof->tx_ppp, in mlx4_en_set_pauseparam()
1014 priv->prof->rx_pause, in mlx4_en_set_pauseparam()
1015 priv->prof->rx_ppp); in mlx4_en_set_pauseparam()
1020 priv->prof->rx_ppp, in mlx4_en_set_pauseparam()
1021 priv->prof->rx_pause, in mlx4_en_set_pauseparam()
1022 priv->prof->tx_ppp, in mlx4_en_set_pauseparam()
1023 priv->prof->tx_pause); in mlx4_en_set_pauseparam()
1033 pause->tx_pause = priv->prof->tx_pause; in mlx4_en_get_pauseparam()
1034 pause->rx_pause = priv->prof->rx_pause; in mlx4_en_get_pauseparam()
1069 priv->prof->tx_ring_size = tx_size; in mlx4_en_set_ringparam()
1070 priv->prof->rx_ring_size = rx_size; in mlx4_en_set_ringparam()
1146 rss_rings = priv->prof->rss_rings ?: priv->rx_ring_num; in mlx4_en_get_rxfh()
1205 priv->prof->rss_rings = rss_rings; in mlx4_en_set_rxfh()
1860 *(u32 *)data = priv->prof->inline_thold; in mlx4_en_get_tunable()
1883 priv->prof->inline_thold = val; in mlx4_en_set_tunable()