Searched refs:rsp_tstats (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_sysctl.c1314 struct octeon_tx_stats *rsp_tstats = &resp->stats.fromhost; local
1364 tstats->total_pkts_sent = rsp_tstats->total_pkts_sent;
1365 tstats->total_bytes_sent = rsp_tstats->total_bytes_sent;
1366 tstats->mcast_pkts_sent = rsp_tstats->mcast_pkts_sent;
1367 tstats->bcast_pkts_sent = rsp_tstats->bcast_pkts_sent;
1368 tstats->ctl_sent = rsp_tstats->ctl_sent;
1370 tstats->one_collision_sent = rsp_tstats->one_collision_sent;
1372 tstats->multi_collision_sent = rsp_tstats->multi_collision_sent;
1374 tstats->max_collision_fail = rsp_tstats->max_collision_fail;
1376 tstats->max_deferral_fail = rsp_tstats
[all...]

Completed in 32 milliseconds