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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_stat.c989 uint_t stat_index; local
992 stat_index = stat - MAC_STAT_MIN;
993 ASSERT(stat_index < MAC_NKSTAT);
994 return (i_mac_si[stat_index].msi_default);
997 stat_index = stat - MACTYPE_STAT_MIN;
998 ASSERT(stat_index < mip->mi_type->mt_statcount);
999 return (mip->mi_type->mt_stats[stat_index].msi_default);
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c1887 uint_t stat_index; local
1910 stat_index = stat - MAC_STAT_MIN;
1911 *val -= port->lp_stat[stat_index];
1912 *val += grp->lg_stat[stat_index];
1914 stat_index = stat - MACTYPE_STAT_MIN;
1915 *val -= port->lp_ether_stat[stat_index];
1916 *val += grp->lg_ether_stat[stat_index];
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h305 u16 vlan_id, u16 *stat_index,
308 u16 vlan_id, u16 stat_index,
H A Di40e_common.c4516 * @stat_index: index of the statistics counters block assigned to this VLAN
4524 u16 vlan_id, u16 *stat_index,
4532 if ((seid == 0) || (stat_index == NULL))
4542 if (!status && stat_index)
4543 *stat_index = LE16_TO_CPU(cmd_resp->stat_index);
4553 * @stat_index: index of the statistics counters block assigned to this VLAN
4561 u16 vlan_id, u16 stat_index,
4577 cmd->stat_index = CPU_TO_LE16(stat_index);
4523 i40e_aq_add_statistics(struct i40e_hw *hw, u16 seid, u16 vlan_id, u16 *stat_index, struct i40e_asq_cmd_details *cmd_details) argument
4560 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.h636 __le16 stat_index; member in struct:i40e_aqc_add_remove_statistics

Completed in 97 milliseconds