Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c1468 struct struct_tp_fcoe_stats *tp_fcoe_stats_buff; in collect_fcoe_stats() local
1478 tp_fcoe_stats_buff = (struct struct_tp_fcoe_stats *) scratch_buff.data; in collect_fcoe_stats()
1480 t4_get_fcoe_stats(padap, 0, &tp_fcoe_stats_buff->stats[0], 1); in collect_fcoe_stats()
1481 t4_get_fcoe_stats(padap, 1, &tp_fcoe_stats_buff->stats[1], 1); in collect_fcoe_stats()
1484 t4_get_fcoe_stats(padap, 2, &tp_fcoe_stats_buff->stats[2], 1); in collect_fcoe_stats()
1485 t4_get_fcoe_stats(padap, 3, &tp_fcoe_stats_buff->stats[3], 1); in collect_fcoe_stats()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c1676 struct struct_tp_fcoe_stats *tp_fcoe_stats_buff; in view_fcoe_stats() local
1685 tp_fcoe_stats_buff = (struct struct_tp_fcoe_stats *) dc_buff.data; in view_fcoe_stats()
1686 memcpy(stats, tp_fcoe_stats_buff->stats, sizeof(stats)); in view_fcoe_stats()
1688 if (tp_fcoe_stats_buff->nchan == NCHAN) { in view_fcoe_stats()