Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c936 struct tp_usm_stats *tp_usm_stats_buff; in view_ddp_stats() local
944 tp_usm_stats_buff = (struct tp_usm_stats *) dc_buff.data; in view_ddp_stats()
946 tp_usm_stats_buff->frames); in view_ddp_stats()
948 (unsigned long long)tp_usm_stats_buff->octets); in view_ddp_stats()
950 tp_usm_stats_buff->drops); in view_ddp_stats()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c718 struct tp_usm_stats *tp_usm_stats_buff; in collect_ddp_stats() local
728 tp_usm_stats_buff = (struct tp_usm_stats *) scratch_buff.data; in collect_ddp_stats()
731 t4_get_usm_stats(padap, tp_usm_stats_buff, 1); in collect_ddp_stats()