Lines Matching refs:mlx_props

476 	mlxcx_drv_props_t *p = &mlxp->mlx_props;  in mlxcx_load_prop_defaults()
518 mlxcx_drv_props_t *p = &mlxp->mlx_props; in mlxcx_load_model_props()
536 mlxcx_drv_props_t *p = &mlxp->mlx_props; in mlxcx_load_props()
897 mleq->mleq_entshift = mlxp->mlx_props.mldp_eq_size_shift; in mlxcx_eq_alloc_dma()
1061 if (mlxp->mlx_props.mldp_eq_check_interval_sec > 0) in mlxcx_teardown_checktimers()
1063 if (mlxp->mlx_props.mldp_cq_check_interval_sec > 0) in mlxcx_teardown_checktimers()
1065 if (mlxp->mlx_props.mldp_wq_check_interval_sec > 0) in mlxcx_teardown_checktimers()
1773 if (mlxp->mlx_props.mldp_eq_check_interval_sec > 0) { in mlxcx_setup_checktimers()
1775 mlxp->mlx_props.mldp_eq_check_interval_sec * NANOSEC, in mlxcx_setup_checktimers()
1778 if (mlxp->mlx_props.mldp_cq_check_interval_sec > 0) { in mlxcx_setup_checktimers()
1780 mlxp->mlx_props.mldp_cq_check_interval_sec * NANOSEC, in mlxcx_setup_checktimers()
1783 if (mlxp->mlx_props.mldp_wq_check_interval_sec > 0) { in mlxcx_setup_checktimers()
1785 mlxp->mlx_props.mldp_wq_check_interval_sec * NANOSEC, in mlxcx_setup_checktimers()
1906 ft->mlft_entshift = mlxp->mlx_props.mldp_ftbl_root_size_shift; in mlxcx_setup_ports()
2504 if (mlxp->mlx_props.mldp_intrmod_period_usec != 0 && in mlxcx_setup_eqs()
2506 mlxp->mlx_props.mldp_intrmod_period_usec)) { in mlxcx_setup_eqs()
2703 size_t ngroups = mlxp->mlx_props.mldp_rx_ngroups_large + in mlxcx_calc_rx_ngroups()
2704 mlxp->mlx_props.mldp_rx_ngroups_small; in mlxcx_calc_rx_ngroups()
2950 mlxp->mlx_tx_ngroups = mlxp->mlx_props.mldp_tx_ngroups; in mlxcx_attach()