Searched refs:tp_fcoe_stats_buff (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_lib.c | 1381 struct struct_tp_fcoe_stats *tp_fcoe_stats_buff; in collect_fcoe_stats() local 1391 tp_fcoe_stats_buff = (struct struct_tp_fcoe_stats *) scratch_buff.data; in collect_fcoe_stats() 1394 t4_get_fcoe_stats(padap, 0, &tp_fcoe_stats_buff->stats[0], 1); in collect_fcoe_stats() 1395 t4_get_fcoe_stats(padap, 1, &tp_fcoe_stats_buff->stats[1], 1); in collect_fcoe_stats() 1397 t4_get_fcoe_stats(padap, 2, &tp_fcoe_stats_buff->stats[2], 1); in collect_fcoe_stats() 1398 t4_get_fcoe_stats(padap, 3, &tp_fcoe_stats_buff->stats[3], 1); in collect_fcoe_stats()
|