Searched refs:sched_params (Results 1 – 8 of 8) sorted by relevance
183 tc = &pi->sched_params->cl_rl[p->cl]; in set_sched_class_params() 261 tc = &pi->sched_params->cl_rl[0]; in update_tx_sched() 337 tc0 = &sc->port[txq->eq.port_id]->sched_params->cl_rl[0]; in bind_txq_to_traffic_class() 462 pi->sched_params = malloc(sizeof(*pi->sched_params) + in t4_init_tx_sched() 478 free(sc->port[i]->sched_params, M_CXGBE); in t4_free_tx_sched() 506 if (pi->sched_params->pktsize > 0) in t4_reserve_cl_rl_kbps() 507 pktsize = pi->sched_params->pktsize; in t4_reserve_cl_rl_kbps() 510 if (pi->sched_params->burstsize > 0) in t4_reserve_cl_rl_kbps() 511 burstsize = pi->sched_params in t4_reserve_cl_rl_kbps() [all...]
324 struct tx_sched_params *sched_params; member
8536 CTLFLAG_RW, &pi->sched_params->pktsize, 0, in cxgbe_sysctls()8539 CTLFLAG_RW, &pi->sched_params->burstsize, 0, in cxgbe_sysctls()8542 struct tx_cl_rl_params *tc = &pi->sched_params->cl_rl[i]; in cxgbe_sysctls()
2420 u32 sched_params; member5807 u32 sched_params; member
4447 wmi_cfg->sched_params = tg_cfg->sched_params; in ath11k_wmi_copy_resource_config()
2486 u32 sched_params; member2607 __le32 sched_params; member
4219 wmi_cfg->sched_params = cpu_to_le32(tg_cfg->sched_params); in ath12k_wmi_copy_resource_config()
171 tc = &pi->sched_params->cl_rl[cp->tc_idx]; in init_toepcb()