Searched refs:pfctx (Results 1 – 3 of 3) sorted by relevance
70 MLX4_EN_PARM_INT(pfctx, 0, "Priority based Flow Control policy on TX[7:0]."142 params->prof[i].tx_ppp = pfctx; in mlx4_en_get_profile()335 if (pfctx > MAX_PFC_TX) { in mlx4_en_verify_params()337 pfctx, MAX_PFC_TX); in mlx4_en_verify_params()338 pfctx = 0; in mlx4_en_verify_params()
959 u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx) in mlx4_SET_PORT_general() argument972 context->pptx = (pptx * (!pfctx)) << 7; in mlx4_SET_PORT_general()973 context->pfctx = pfctx; in mlx4_SET_PORT_general()
746 u8 pfctx; member