Lines Matching defs:bw_data

4745  * @bw_data: Buffer holding enabled TCs, per TC BW limit/credits
4750 struct i40e_aqc_configure_vsi_ets_sla_bw_data *bw_data,
4753 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
4762 * @bw_data: Buffer holding enabled TCs, relative TC BW limit/credits
4767 struct i40e_aqc_configure_vsi_tc_bw_data *bw_data,
4770 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
4779 * @bw_data: Buffer holding enabled TCs, per TC BW limit/credits
4784 struct i40e_aqc_configure_switching_comp_ets_bw_limit_data *bw_data,
4787 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
4796 * @bw_data: Buffer to hold VSI BW configuration
4801 struct i40e_aqc_query_vsi_bw_config_resp *bw_data,
4804 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
4813 * @bw_data: Buffer to hold VSI BW configuration per TC
4818 struct i40e_aqc_query_vsi_ets_sla_config_resp *bw_data,
4821 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
4830 * @bw_data: Buffer to hold switching component's per TC BW config
4835 struct i40e_aqc_query_switching_comp_ets_config_resp *bw_data,
4838 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
4847 * @bw_data: Buffer to hold current ETS configuration for the Physical Port
4852 struct i40e_aqc_query_port_ets_config_resp *bw_data,
4855 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
4864 * @bw_data: Buffer to hold switching component's BW configuration
4869 struct i40e_aqc_query_switching_comp_bw_config_resp *bw_data,
4872 return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
5582 * @bw_data: Buffer holding valid pfs and bw limits
5588 struct i40e_aqc_configure_partition_bw_data *bw_data,
5593 u16 bwd_size = sizeof(*bw_data);
5607 status = i40e_asq_send_command(hw, &desc, bw_data, bwd_size, cmd_details);