Home
last modified time | relevance | path

Searched refs:bw_data (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_mroute.h182 struct bw_data { struct
197 struct bw_data bu_threshold; /* the bw threshold */ argument
198 struct bw_data bu_measured; /* the measured bw */
344 struct bw_data bm_threshold; /* the upcall threshold */
345 struct bw_data bm_measured; /* the measured bw */
/f-stack/freebsd/netinet/
H A Dip_mroute.h182 struct bw_data { struct
197 struct bw_data bu_threshold; /* the bw threshold */ argument
198 struct bw_data bu_measured; /* the measured bw */
344 struct bw_data bm_threshold; /* the upcall threshold */
345 struct bw_data bm_measured; /* the measured bw */
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h349 struct i40e_aqc_configure_switching_comp_ets_bw_limit_data *bw_data,
353 struct i40e_aqc_configure_vsi_ets_sla_bw_data *bw_data,
361 struct i40e_aqc_configure_vsi_tc_bw_data *bw_data,
370 struct i40e_aqc_configure_switching_comp_bw_config_data *bw_data,
374 struct i40e_aqc_query_vsi_bw_config_resp *bw_data,
378 struct i40e_aqc_query_vsi_ets_sla_config_resp *bw_data,
382 struct i40e_aqc_query_switching_comp_ets_config_resp *bw_data,
386 struct i40e_aqc_query_port_ets_config_resp *bw_data,
390 struct i40e_aqc_query_switching_comp_bw_config_resp *bw_data,
442 struct i40e_aqc_configure_partition_bw_data *bw_data,
H A Di40e_common.c5376 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data), in i40e_aq_config_vsi_ets_sla_bw_limit()
5390 struct i40e_aqc_configure_vsi_tc_bw_data *bw_data, in i40e_aq_config_vsi_tc_bw() argument
5393 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data), in i40e_aq_config_vsi_tc_bw()
5428 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data), in i40e_aq_config_switch_comp_bw_config()
5445 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data), in i40e_aq_config_switch_comp_ets_bw_limit()
5462 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data), in i40e_aq_query_vsi_bw_config()
5479 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data), in i40e_aq_query_vsi_ets_sla_config()
5496 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data), in i40e_aq_query_switch_comp_ets_config()
5513 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data), in i40e_aq_query_port_ets_config()
5530 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data), in i40e_aq_query_switch_comp_bw_config()
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c268 uint64_t bw_data; member
4685 if (pack->bw_data != 0 && pack->bw_index != n + i) in ztest_dmu_read_write()
4700 pack->bw_data = 1 + ztest_random(-2ULL); in ztest_dmu_read_write()
4788 if (pack->bw_data != 0 && pack->bw_index != n + i) in compare_and_update_pbbufs()
4800 pack->bw_data = 1 + ztest_random(-2ULL); in compare_and_update_pbbufs()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c11008 struct i40e_aqc_configure_vsi_tc_bw_data bw_data; in i40e_vsi_config_tc() local
11019 memset(&bw_data, 0, sizeof(bw_data)); in i40e_vsi_config_tc()
11020 bw_data.tc_valid_bits = tc_map; in i40e_vsi_config_tc()
11024 bw_data.tc_bw_credits[i] = 1; in i40e_vsi_config_tc()
11026 ret = i40e_aq_config_vsi_tc_bw(hw, vsi->seid, &bw_data, NULL); in i40e_vsi_config_tc()
11034 vsi->info.qs_handle[i] = bw_data.qs_handles[i]; in i40e_vsi_config_tc()