Home
last modified time | relevance | path

Searched refs:sched_params (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/sys/dev/cxgbe/
HDt4_sched.c183 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->burstsize; in t4_reserve_cl_rl_kbps()
514 tc = &pi->sched_params->cl_rl[0]; in t4_reserve_cl_rl_kbps()
[all …]
HDadapter.h312 struct tx_sched_params *sched_params; member
HDt4_main.c8212 CTLFLAG_RW, &pi->sched_params->pktsize, 0, in cxgbe_sysctls()
8215 CTLFLAG_RW, &pi->sched_params->burstsize, 0, in cxgbe_sysctls()
8218 struct tx_cl_rl_params *tc = &pi->sched_params->cl_rl[i]; in cxgbe_sysctls()
/freebsd-14-stable/sys/contrib/dev/athk/ath12k/
HDwmi.h2343 u32 sched_params; member
2456 __le32 sched_params; member
HDwmi.c3421 wmi_cfg->sched_params = cpu_to_le32(tg_cfg->sched_params); in ath12k_wmi_copy_resource_config()
/freebsd-14-stable/sys/contrib/dev/athk/ath11k/
HDwmi.h2395 u32 sched_params; member
5700 u32 sched_params; member
HDwmi.c4277 wmi_cfg->sched_params = tg_cfg->sched_params; in ath11k_wmi_copy_resource_config()
/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_tom.c171 tc = &pi->sched_params->cl_rl[cp->tc_idx]; in init_toepcb()