Home
last modified time | relevance | path

Searched refs:tp_usm_stats (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/dev/cxgbe/common/
HDcommon.h184 struct tp_usm_stats { struct
753 void t4_get_usm_stats(struct adapter *adap, struct tp_usm_stats *st,
HDt4_hw.c6223 void t4_get_usm_stats(struct adapter *adap, struct tp_usm_stats *st, in t4_get_usm_stats()
/freebsd-14-stable/sys/dev/cxgbe/cudbg/
HDcudbg_lib.c644 struct tp_usm_stats *tp_usm_stats_buff; in collect_ddp_stats()
648 size = sizeof(struct tp_usm_stats); in collect_ddp_stats()
654 tp_usm_stats_buff = (struct tp_usm_stats *) scratch_buff.data; in collect_ddp_stats()
/freebsd-14-stable/sys/dev/cxgbe/
HDt4_main.c9536 struct tp_usm_stats stats; in sysctl_ddp_stats()