bw_data
struct i40e_aqc_configure_vsi_ets_sla_bw_data *bw_data,
return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
struct i40e_aqc_configure_vsi_tc_bw_data *bw_data,
return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
struct i40e_aqc_configure_switching_comp_ets_bw_limit_data *bw_data,
return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
struct i40e_aqc_query_vsi_bw_config_resp *bw_data,
return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
struct i40e_aqc_query_vsi_ets_sla_config_resp *bw_data,
return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
struct i40e_aqc_query_switching_comp_ets_config_resp *bw_data,
return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
struct i40e_aqc_query_port_ets_config_resp *bw_data,
return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
struct i40e_aqc_query_switching_comp_bw_config_resp *bw_data,
return i40e_aq_tx_sched_cmd(hw, seid, (void *)bw_data, sizeof(*bw_data),
struct i40e_aqc_configure_partition_bw_data *bw_data,
u16 bwd_size = sizeof(*bw_data);
status = i40e_asq_send_command(hw, &desc, bw_data, bwd_size, cmd_details);
struct i40e_aqc_configure_switching_comp_ets_bw_limit_data *bw_data,
struct i40e_aqc_configure_vsi_ets_sla_bw_data *bw_data,
struct i40e_aqc_configure_vsi_tc_bw_data *bw_data,
struct i40e_aqc_query_vsi_bw_config_resp *bw_data,
struct i40e_aqc_query_vsi_ets_sla_config_resp *bw_data,
struct i40e_aqc_query_switching_comp_ets_config_resp *bw_data,
struct i40e_aqc_query_port_ets_config_resp *bw_data,
struct i40e_aqc_query_switching_comp_bw_config_resp *bw_data,
struct i40e_aqc_configure_partition_bw_data *bw_data,
struct bw_data bu_threshold; /* the bw threshold */
struct bw_data bu_measured; /* the measured bw */
struct bw_data bm_threshold; /* the upcall threshold */
struct bw_data bm_measured; /* the measured bw */