Home
last modified time | relevance | path

Searched refs:I40IW_MAX_IRD_SIZE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_user.h74 I40IW_MAX_IRD_SIZE = 64, enumerator
H A Di40iw_cm.c127 if (conn_ird > I40IW_MAX_IRD_SIZE) in i40iw_record_ird_ord()
128 conn_ird = I40IW_MAX_IRD_SIZE; in i40iw_record_ird_ord()
2196 cm_node->ird_size = I40IW_MAX_IRD_SIZE; in i40iw_make_cm_node()
H A Di40iw_verbs.c83 props->max_qp_rd_atom = I40IW_MAX_IRD_SIZE; in i40iw_query_device()
H A Di40iw_ctrl.c4060 roundup_pow_of_two(2 * I40IW_MAX_IRD_SIZE * qpwanted); in i40iw_config_fpm_values()