Home
last modified time | relevance | path

Searched refs:pfcc_reg (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c385 u32 in[MLX5_ST_SZ_DW(pfcc_reg)] = {0}; in mlx5_set_port_pause_and_pfc()
386 u32 out[MLX5_ST_SZ_DW(pfcc_reg)] = {0}; in mlx5_set_port_pause_and_pfc()
394 MLX5_SET(pfcc_reg, in, local_port, port); in mlx5_set_port_pause_and_pfc()
395 MLX5_SET(pfcc_reg, in, pptx, tx_pause); in mlx5_set_port_pause_and_pfc()
396 MLX5_SET(pfcc_reg, in, pprx, rx_pause); in mlx5_set_port_pause_and_pfc()
397 MLX5_SET(pfcc_reg, in, pfctx, pfc_en_tx); in mlx5_set_port_pause_and_pfc()
398 MLX5_SET(pfcc_reg, in, pfcrx, pfc_en_rx); in mlx5_set_port_pause_and_pfc()
399 MLX5_SET(pfcc_reg, in, prio_mask_tx, pfc_en_tx); in mlx5_set_port_pause_and_pfc()
400 MLX5_SET(pfcc_reg, in, prio_mask_rx, pfc_en_rx); in mlx5_set_port_pause_and_pfc()
409 u32 in[MLX5_ST_SZ_DW(pfcc_reg)] = {0}; in mlx5_query_port_pause()
[all …]
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h11530 struct mlx5_ifc_pfcc_reg_bits pfcc_reg; member