Lines Matching refs:rxf_stats

1283 	struct oce_rxf_stats_v0 *rxf_stats;  in copy_stats_to_sc_be2()  local
1290 rxf_stats = &nic_mbx->params.rsp.stats.rxf; in copy_stats_to_sc_be2()
1324 adapter_stats->jabber_events = rxf_stats->port1_jabber_events; in copy_stats_to_sc_be2()
1326 adapter_stats->jabber_events = rxf_stats->port0_jabber_events; in copy_stats_to_sc_be2()
1328 adapter_stats->rx_drops_no_pbuf = rxf_stats->rx_drops_no_pbuf; in copy_stats_to_sc_be2()
1329 adapter_stats->rx_drops_no_txpb = rxf_stats->rx_drops_no_txpb; in copy_stats_to_sc_be2()
1330 adapter_stats->rx_drops_no_erx_descr = rxf_stats->rx_drops_no_erx_descr; in copy_stats_to_sc_be2()
1331 adapter_stats->rx_drops_invalid_ring = rxf_stats->rx_drops_invalid_ring; in copy_stats_to_sc_be2()
1332 adapter_stats->forwarded_packets = rxf_stats->forwarded_packets; in copy_stats_to_sc_be2()
1333 adapter_stats->rx_drops_mtu = rxf_stats->rx_drops_mtu; in copy_stats_to_sc_be2()
1335 rxf_stats->rx_drops_no_tpre_descr; in copy_stats_to_sc_be2()
1337 rxf_stats->rx_drops_too_many_frags; in copy_stats_to_sc_be2()
1346 struct oce_rxf_stats_v1 *rxf_stats; in copy_stats_to_sc_be3() local
1353 rxf_stats = &nic_mbx->params.rsp.stats.rxf; in copy_stats_to_sc_be3()
1391 adapter_stats->rx_drops_no_pbuf = rxf_stats->rx_drops_no_pbuf; in copy_stats_to_sc_be3()
1392 adapter_stats->rx_drops_no_txpb = rxf_stats->rx_drops_no_txpb; in copy_stats_to_sc_be3()
1393 adapter_stats->rx_drops_no_erx_descr = rxf_stats->rx_drops_no_erx_descr; in copy_stats_to_sc_be3()
1394 adapter_stats->rx_drops_invalid_ring = rxf_stats->rx_drops_invalid_ring; in copy_stats_to_sc_be3()
1395 adapter_stats->forwarded_packets = rxf_stats->forwarded_packets; in copy_stats_to_sc_be3()
1396 adapter_stats->rx_drops_mtu = rxf_stats->rx_drops_mtu; in copy_stats_to_sc_be3()
1398 rxf_stats->rx_drops_no_tpre_descr; in copy_stats_to_sc_be3()
1400 rxf_stats->rx_drops_too_many_frags; in copy_stats_to_sc_be3()
1410 struct oce_rxf_stats_v2 *rxf_stats; in copy_stats_to_sc_sh() local
1418 rxf_stats = &nic_mbx->params.rsp.stats.rxf; in copy_stats_to_sc_sh()
1457 adapter_stats->rx_drops_no_pbuf = rxf_stats->rx_drops_no_pbuf; in copy_stats_to_sc_sh()
1458 adapter_stats->rx_drops_no_txpb = rxf_stats->rx_drops_no_txpb; in copy_stats_to_sc_sh()
1459 adapter_stats->rx_drops_no_erx_descr = rxf_stats->rx_drops_no_erx_descr; in copy_stats_to_sc_sh()
1460 adapter_stats->rx_drops_invalid_ring = rxf_stats->rx_drops_invalid_ring; in copy_stats_to_sc_sh()
1461 adapter_stats->forwarded_packets = rxf_stats->forwarded_packets; in copy_stats_to_sc_sh()
1462 adapter_stats->rx_drops_mtu = rxf_stats->rx_drops_mtu; in copy_stats_to_sc_sh()
1464 rxf_stats->rx_drops_no_tpre_descr; in copy_stats_to_sc_sh()
1466 rxf_stats->rx_drops_too_many_frags; in copy_stats_to_sc_sh()