Home
last modified time | relevance | path

Searched refs:pfcrx (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c72 MLX4_EN_PARM_INT(pfcrx, 0, "Priority based Flow Control policy on RX[7:0]."
166 params->prof[i].rx_pause = !(pfcrx || pfctx); in mlx4_en_get_profile()
167 params->prof[i].rx_ppp = pfcrx; in mlx4_en_get_profile()
168 params->prof[i].tx_pause = !(pfcrx || pfctx); in mlx4_en_get_profile()
371 if (pfcrx > MAX_PFC_RX) { in mlx4_en_verify_params()
372 pr_warn("mlx4_en: WARNING: illegal module parameter pfcrx 0x%x - should be in range 0-0x%x, will be changed to default (0)\n", in mlx4_en_verify_params()
373 pfcrx, MAX_PFC_RX); in mlx4_en_verify_params()
374 pfcrx = 0; in mlx4_en_verify_params()
H A Dport.c1609 u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx) in mlx4_SET_PORT_general()
1624 context->pprx = (pprx * (!pfcrx)) << 7; in mlx4_SET_PORT_general()
1625 context->pfcrx = pfcrx; in mlx4_SET_PORT_general()
1608 mlx4_SET_PORT_general(struct mlx4_dev *dev, u8 port, int mtu, u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx) mlx4_SET_PORT_general() argument
H A Dmlx4.h803 u8 pfcrx; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c72 MLX4_EN_PARM_INT(pfcrx, 0, "Priority based Flow Control policy on RX[7:0]."
166 params->prof[i].rx_pause = !(pfcrx || pfctx); in mlx4_en_get_profile()
167 params->prof[i].rx_ppp = pfcrx; in mlx4_en_get_profile()
168 params->prof[i].tx_pause = !(pfcrx || pfctx); in mlx4_en_get_profile()
407 if (pfcrx > MAX_PFC_RX) { in mlx4_en_verify_params()
408 pr_warn("mlx4_en: WARNING: illegal module parameter pfcrx 0x%x - should be in range 0-0x%x, will be changed to default (0)\n", in mlx4_en_verify_params()
409 pfcrx, MAX_PFC_RX); in mlx4_en_verify_params()
410 pfcrx = 0; in mlx4_en_verify_params()
H A Dport.c1609 u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx) in mlx4_SET_PORT_general()
1624 context->pprx = (pprx * (!pfcrx)) << 7; in mlx4_SET_PORT_general()
1625 context->pfcrx = pfcrx; in mlx4_SET_PORT_general()
1608 mlx4_SET_PORT_general(struct mlx4_dev *dev, u8 port, int mtu, u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx) mlx4_SET_PORT_general() argument
H A Dmlx4.h806 u8 pfcrx; member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c564 MLX5_SET(pfcc_reg, in, pfcrx, pfc_en_rx); in mlx5_set_port_pfc()
586 *pfc_en_rx = MLX5_GET(pfcc_reg, out, pfcrx); in mlx5_query_port_pfc()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c591 MLX5_SET(pfcc_reg, in, pfcrx, pfc_en_rx); in mlx5_set_port_pfc()
613 *pfc_en_rx = MLX5_GET(pfcc_reg, out, pfcrx); in mlx5_query_port_pfc()
/kernel/linux/linux-5.10/include/linux/mlx4/
H A Ddevice.h1384 u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx);
/kernel/linux/linux-6.6/include/linux/mlx4/
H A Ddevice.h1403 u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx);
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h4568 * updated based on bit pfcrx.
4624 MLXSW_ITEM32(reg, pfcc, pfcrx, 0x0C, 16, 8);
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h5033 * updated based on bit pfcrx.
5089 MLXSW_ITEM32(reg, pfcc, pfcrx, 0x0C, 16, 8);
/kernel/linux/linux-5.10/include/linux/mlx5/
H A Dmlx5_ifc.h8993 u8 pfcrx[0x8]; member
/kernel/linux/linux-6.6/include/linux/mlx5/
H A Dmlx5_ifc.h9972 u8 pfcrx[0x8]; member

Completed in 131 milliseconds