Home
last modified time | relevance | path

Searched refs:t4_get_fcoe_stats (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c1480 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/uts/common/io/cxgbe/common/
H A Dcommon.h789 void t4_get_fcoe_stats(struct adapter *adap, unsigned int idx,
H A Dt4_hw.c6054 void t4_get_fcoe_stats(struct adapter *adap, unsigned int idx, in t4_get_fcoe_stats() function