Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hsi_init_func.h136 u8 rl_valid /* Indicates if a rate limiter should be allocated for the PQ (0/1) */; member
H A Decore_init_fw_funcs.c386 bool is_vf_pq, rl_valid; in ecore_tx_pq_map_rt_init() local
392 rl_valid = pq_params[i].rl_valid && pq_params[i].vport_id < max_qm_global_rls; in ecore_tx_pq_map_rt_init()
408 if (pq_params[i].rl_valid && pq_params[i].vport_id >= max_qm_global_rls) in ecore_tx_pq_map_rt_init()
414 SET_FIELD(tx_pq_map.reg, QM_RF_PQ_MAP_RL_VALID, rl_valid ? 1 : 0); in ecore_tx_pq_map_rt_init()
416 SET_FIELD(tx_pq_map.reg, QM_RF_PQ_MAP_RL_ID, rl_valid ? pq_params[i].vport_id : 0); in ecore_tx_pq_map_rt_init()
H A Decore_dev.c449 qm_info->qm_pq_params[pq_idx].rl_valid = in ecore_init_qm_pq()
732 qm_info->start_pq + i, pq->vport_id, pq->tc_id, pq->wrr_group, pq->rl_valid); in ecore_dp_init_qm_params()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_init_func.h136 u8 rl_valid /* Indicates if a rate limiter should be allocated for the PQ (0/1) */; member