Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c476 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()
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()
1778 if (mlxp->mlx_props.mldp_cq_check_interval_sec > 0) { in mlxcx_setup_checktimers()
1783 if (mlxp->mlx_props.mldp_wq_check_interval_sec > 0) { in mlxcx_setup_checktimers()
2506 mlxp->mlx_props.mldp_intrmod_period_usec)) { in mlxcx_setup_eqs()
[all …]
H A Dmlxcx_ring.c52 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()
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()
1339 g->mlg_nwqs = mlxp->mlx_props.mldp_tx_nrings_per_group; in mlxcx_tx_group_setup()
1367 mlxp->mlx_props.mldp_cq_size_shift)) in mlxcx_tx_group_setup()
[all …]
H A Dmlxcx.h1104 mlxcx_drv_props_t mlx_props; member
H A Dmlxcx_intr.c1022 if (rx_frames > mlxp->mlx_props.mldp_rx_per_cq || in mlxcx_process_cq()