Home
last modified time | relevance | path

Searched refs:mlrd_ppcnt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c215 data.mlrd_ppcnt.mlrd_ppcnt_local_port = port->mlp_num + 1; in mlxcx_mac_stat_rfc_2863()
216 data.mlrd_ppcnt.mlrd_ppcnt_grp = MLXCX_PPCNT_GRP_RFC_2863; in mlxcx_mac_stat_rfc_2863()
217 data.mlrd_ppcnt.mlrd_ppcnt_clear = MLXCX_PPCNT_NO_CLEAR; in mlxcx_mac_stat_rfc_2863()
223 st = &data.mlrd_ppcnt.mlrd_ppcnt_rfc_2863; in mlxcx_mac_stat_rfc_2863()
272 data.mlrd_ppcnt.mlrd_ppcnt_local_port = port->mlp_num + 1; in mlxcx_mac_stat_ieee_802_3()
273 data.mlrd_ppcnt.mlrd_ppcnt_grp = MLXCX_PPCNT_GRP_IEEE_802_3; in mlxcx_mac_stat_ieee_802_3()
274 data.mlrd_ppcnt.mlrd_ppcnt_clear = MLXCX_PPCNT_NO_CLEAR; in mlxcx_mac_stat_ieee_802_3()
280 st = &data.mlrd_ppcnt.mlrd_ppcnt_ieee_802_3; in mlxcx_mac_stat_ieee_802_3()
H A Dmlxcx_reg.h2657 mlxcx_reg_ppcnt_t mlrd_ppcnt; member