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

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

Completed in 1400 milliseconds