Searched refs:quota (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c8433 int i, idx, num_active_macs, quota, quota_rem; local
8452 * equally between all the bindings that require quota
8460 quota = 0;
8463 quota = IWM_MAX_QUOTA / num_active_macs;
8475 cmd.quotas[idx].quota = htole32(0);
8478 cmd.quotas[idx].quota = htole32(quota * n_ifs[i]);
8485 cmd.quotas[0].quota = htole32(le32toh(cmd.quotas[0].quota) + quota_rem);
8494 cmd_v2.quotas[i].quota
[all...]
H A Dif_iwmreg.h2980 * struct iwm_time_quota_data - configuration of time quota per binding
2982 * @quota: absolute time quota in TU. The scheduler will try to divide the
2983 * remaining quota (after Time Events) according to this quota.
2988 uint32_t quota; member in struct:iwm_time_quota_data_v1
2993 * struct iwm_time_quota_cmd - configuration of time quota between bindings
3006 * struct iwm_time_quota_data - configuration of time quota per binding
3008 * @quota: absolute time quota i
3015 uint32_t quota; member in struct:iwm_time_quota_data
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h3266 * struct iwx_time_quota_data - configuration of time quota per binding
3268 * @quota: absolute time quota in TU. The scheduler will try to divide the
3269 * remaining quota (after Time Events) according to this quota.
3274 uint32_t quota; member in struct:iwx_time_quota_data
3279 * struct iwx_time_quota_cmd - configuration of time quota between bindings

Completed in 189 milliseconds