Searched refs:pfctx (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | mlx4_en_main.c | 64 MLX4_EN_PARM_INT(pfctx, 0, "Priority based Flow Control policy on TX[7:0]." 92 params->prof[i].tx_ppp = pfctx; in mlx4_en_get_profile() 276 if (pfctx > MAX_PFC_TX) { in mlx4_en_verify_params() 278 pfctx, MAX_PFC_TX); in mlx4_en_verify_params() 279 pfctx = 0; in mlx4_en_verify_params()
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_port.c | 1545 u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx) in mlx4_SET_PORT_general() argument 1558 context->pptx = (pptx * (!pfctx)) << 7; in mlx4_SET_PORT_general() 1559 context->pfctx = pfctx; in mlx4_SET_PORT_general()
|
H A D | mlx4.h | 788 u8 pfctx; member
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_port.c | 397 MLX5_SET(pfcc_reg, in, pfctx, pfc_en_tx); in mlx5_set_port_pause_and_pfc() 439 *pfc_en_tx = MLX5_GET(pfcc_reg, out, pfctx); in mlx5_query_port_pfc()
|
/freebsd/sys/dev/mlx4/ |
H A D | device.h | 1380 u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx);
|
/freebsd/sys/dev/mlx5/ |
H A D | mlx5_ifc.h | 9600 u8 pfctx[0x8]; member
|