Searched refs:statistic_index (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq_cmd.h451 __le16 statistic_index; member in struct:iavf_aqc_get_veb_parameters_completion
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h877 __le16 statistic_index; member in struct:i40e_aqc_add_veb_completion
891 __le16 statistic_index; member in struct:i40e_aqc_get_veb_parameters_completion
H A Di40e_prototype.h160 u16 *statistic_index, u16 *vebs_used,
H A Di40e_common.c2450 * @statistic_index: index of the stats counter block for this VEB
2460 bool *floating, u16 *statistic_index,
2483 if (statistic_index)
2484 *statistic_index = le16_to_cpu(cmd_resp->statistic_index);
2458 i40e_aq_get_veb_parameters(struct i40e_hw *hw, u16 veb_seid, u16 *switch_id, bool *floating, u16 *statistic_index, u16 *vebs_used, u16 *vebs_free, struct i40e_asq_cmd_details *cmd_details) argument

Completed in 205 milliseconds