Home
last modified time | relevance | path

Searched refs:log_max_msg (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/mlx5/
Dmlx5_ifc.h201 u8 log_max_msg[0x5]; member
Ddriver.h294 int log_max_msg; member
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c331 gen->log_max_msg = MLX5_GET_PR(cmd_hca_cap, out, log_max_msg); in fw2drv_caps()
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmain.c213 props->max_msg_sz = 1 << gen->log_max_msg; in mlx5_ib_query_port()
Dqp.c1622 context->mtu_msgmax = (attr->path_mtu << 5) | gen->log_max_msg; in __mlx5_ib_modify_qp()