Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_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 in t4_reserve_cl_rl_kbps()
[all...]
H A Dadapter.h324 struct tx_sched_params *sched_params; member
H A Dt4_main.c8536 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()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h2420 u32 sched_params; member
5807 u32 sched_params; member
H A Dwmi.c4447 wmi_cfg->sched_params = tg_cfg->sched_params; in ath11k_wmi_copy_resource_config()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.h2486 u32 sched_params; member
2607 __le32 sched_params; member
H A Dwmi.c4219 wmi_cfg->sched_params = cpu_to_le32(tg_cfg->sched_params); in ath12k_wmi_copy_resource_config()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c171 tc = &pi->sched_params->cl_rl[cp->tc_idx]; in init_toepcb()