Home
last modified time | relevance | path

Searched refs:pfctx (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_main.c70 MLX4_EN_PARM_INT(pfctx, 0, "Priority based Flow Control policy on TX[7:0]."
147 params->prof[i].tx_ppp = pfctx; in mlx4_en_get_profile()
342 if (pfctx > MAX_PFC_TX) { in mlx4_en_verify_params()
344 pfctx, MAX_PFC_TX); in mlx4_en_verify_params()
345 pfctx = 0; in mlx4_en_verify_params()
Dport.c972 u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx) in mlx4_SET_PORT_general() argument
985 context->pptx = (pptx * (!pfctx)) << 7; in mlx4_SET_PORT_general()
986 context->pfctx = pfctx; in mlx4_SET_PORT_general()
Dmlx4.h774 u8 pfctx; member
/linux-4.1.27/include/linux/mlx4/
Ddevice.h1313 u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx);