Lines Matching refs:prof
198 pfc->pfc_en = priv->prof->tx_ppp; in mlx4_en_dcbnl_ieee_getpfc()
207 struct mlx4_en_port_profile *prof = priv->prof; in mlx4_en_dcbnl_ieee_setpfc() local
217 prof->rx_pause = !pfc->pfc_en; in mlx4_en_dcbnl_ieee_setpfc()
218 prof->tx_pause = !pfc->pfc_en; in mlx4_en_dcbnl_ieee_setpfc()
219 prof->rx_ppp = pfc->pfc_en; in mlx4_en_dcbnl_ieee_setpfc()
220 prof->tx_ppp = pfc->pfc_en; in mlx4_en_dcbnl_ieee_setpfc()
224 prof->tx_pause, in mlx4_en_dcbnl_ieee_setpfc()
225 prof->tx_ppp, in mlx4_en_dcbnl_ieee_setpfc()
226 prof->rx_pause, in mlx4_en_dcbnl_ieee_setpfc()
227 prof->rx_ppp); in mlx4_en_dcbnl_ieee_setpfc()
232 prof->rx_ppp, prof->rx_pause, in mlx4_en_dcbnl_ieee_setpfc()
233 prof->tx_ppp, prof->tx_pause); in mlx4_en_dcbnl_ieee_setpfc()