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

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_prototype.h342 u16 vlan_id, u16 *stat_index,
345 u16 vlan_id, u16 stat_index,
H A Di40e_common.c4977 * @stat_index: index of the statistics counters block assigned to this VLAN
4985 u16 vlan_id, u16 *stat_index,
4993 if ((seid == 0) || (stat_index == NULL))
5003 if (!status && stat_index)
5004 *stat_index = LE16_TO_CPU(cmd_resp->stat_index);
5014 * @stat_index: index of the statistics counters block assigned to this VLAN
5022 u16 vlan_id, u16 stat_index,
5038 cmd->stat_index = CPU_TO_LE16(stat_index);
4984 i40e_aq_add_statistics(struct i40e_hw *hw, u16 seid, u16 vlan_id, u16 *stat_index, struct i40e_asq_cmd_details *cmd_details) argument
5021 i40e_aq_remove_statistics(struct i40e_hw *hw, u16 seid, u16 vlan_id, u16 stat_index, struct i40e_asq_cmd_details *cmd_details) argument
[all...]
H A Di40e_adminq_cmd.h721 __le16 stat_index; member in struct:i40e_aqc_add_remove_statistics

Completed in 868 milliseconds