Searched refs:pfcrx (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_main.c | 72 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() 370 if (pfcrx > MAX_PFC_RX) { in mlx4_en_verify_params() 372 pfcrx, MAX_PFC_RX); in mlx4_en_verify_params() 373 pfcrx = 0; in mlx4_en_verify_params()
|
A D | port.c | 1609 u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx) in mlx4_SET_PORT_general() argument 1624 context->pprx = (pprx * (!pfcrx)) << 7; in mlx4_SET_PORT_general() 1625 context->pfcrx = pfcrx; in mlx4_SET_PORT_general()
|
A D | mlx4.h | 804 u8 pfcrx; member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | port.c | 618 MLX5_SET(pfcc_reg, in, pfcrx, pfc_en_rx); in mlx5_set_port_pfc() 640 *pfc_en_rx = MLX5_GET(pfcc_reg, out, pfcrx); in mlx5_query_port_pfc()
|
/linux/include/linux/mlx4/ |
A D | device.h | 1383 u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx);
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | reg.h | 4890 MLXSW_ITEM32(reg, pfcc, pfcrx, 0x0C, 16, 8);
|
/linux/include/linux/mlx5/ |
A D | mlx5_ifc.h | 9533 u8 pfcrx[0x8]; member
|
Completed in 110 milliseconds