Searched refs:mlx_props (Results 1 – 4 of 4) sorted by relevance
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()[all …]
52 mlwq->mlwq_entshift = mlxp->mlx_props.mldp_sq_size_shift; in mlxcx_wq_alloc_dma()57 mlwq->mlwq_entshift = mlxp->mlx_props.mldp_rq_size_shift; in mlxcx_wq_alloc_dma()370 cq->mlcq_cqemod_period_usec = mlxp->mlx_props.mldp_cqemod_period_usec; in mlxcx_cq_setup()371 cq->mlcq_cqemod_count = mlxp->mlx_props.mldp_cqemod_count; in mlxcx_cq_setup()762 g->mlg_nwqs = mlxp->mlx_props.mldp_rx_nrings_per_small_group; in mlxcx_rx_group_setup()764 if (i < mlxp->mlx_props.mldp_rx_ngroups_large) in mlxcx_rx_group_setup()765 g->mlg_nwqs = mlxp->mlx_props.mldp_rx_nrings_per_large_group; in mlxcx_rx_group_setup()798 ent_shift = MIN(mlxp->mlx_props.mldp_cq_size_shift, in mlxcx_rx_group_setup()799 mlxp->mlx_props.mldp_rq_size_shift); in mlxcx_rx_group_setup()1097 ft->mlft_entshift = mlxp->mlx_props.mldp_ftbl_vlan_size_shift; in mlxcx_rx_group_setup()[all …]
1104 mlxcx_drv_props_t mlx_props; member
1022 if (rx_frames > mlxp->mlx_props.mldp_rx_per_cq || in mlxcx_process_cq()