Lines Matching refs:gather_stats

5294 	struct irdma_gather_stats *gather_stats;  in sc_vsi_update_stats()  local
5297 gather_stats = vsi->pestat->gather_info.gather_stats_va; in sc_vsi_update_stats()
5299 irdma_update_stats(&vsi->pestat->hw_stats, gather_stats, in sc_vsi_update_stats()
5414 struct irdma_gather_stats *gather_stats, in irdma_update_stats() argument
5420 IRDMA_STATS_DELTA(gather_stats->rxvlanerr, in irdma_update_stats()
5424 IRDMA_STATS_DELTA(gather_stats->ip4rxdiscard, in irdma_update_stats()
5428 IRDMA_STATS_DELTA(gather_stats->ip4rxtrunc, in irdma_update_stats()
5432 IRDMA_STATS_DELTA(gather_stats->ip4txnoroute, in irdma_update_stats()
5436 IRDMA_STATS_DELTA(gather_stats->ip6rxdiscard, in irdma_update_stats()
5440 IRDMA_STATS_DELTA(gather_stats->ip6rxtrunc, in irdma_update_stats()
5444 IRDMA_STATS_DELTA(gather_stats->ip6txnoroute, in irdma_update_stats()
5448 IRDMA_STATS_DELTA(gather_stats->tcprtxseg, in irdma_update_stats()
5452 IRDMA_STATS_DELTA(gather_stats->tcprxopterr, in irdma_update_stats()
5456 IRDMA_STATS_DELTA(gather_stats->tcprxprotoerr, in irdma_update_stats()
5460 IRDMA_STATS_DELTA(gather_stats->rxrpcnphandled, in irdma_update_stats()
5464 IRDMA_STATS_DELTA(gather_stats->rxrpcnpignored, in irdma_update_stats()
5468 IRDMA_STATS_DELTA(gather_stats->txnpcnpsent, in irdma_update_stats()
5473 IRDMA_STATS_DELTA(gather_stats->ip4rxocts, in irdma_update_stats()
5477 IRDMA_STATS_DELTA(gather_stats->ip4rxpkts, in irdma_update_stats()
5481 IRDMA_STATS_DELTA(gather_stats->ip4txfrag, in irdma_update_stats()
5485 IRDMA_STATS_DELTA(gather_stats->ip4rxmcpkts, in irdma_update_stats()
5489 IRDMA_STATS_DELTA(gather_stats->ip4txocts, in irdma_update_stats()
5493 IRDMA_STATS_DELTA(gather_stats->ip4txpkts, in irdma_update_stats()
5497 IRDMA_STATS_DELTA(gather_stats->ip4txfrag, in irdma_update_stats()
5501 IRDMA_STATS_DELTA(gather_stats->ip4txmcpkts, in irdma_update_stats()
5505 IRDMA_STATS_DELTA(gather_stats->ip6rxocts, in irdma_update_stats()
5509 IRDMA_STATS_DELTA(gather_stats->ip6rxpkts, in irdma_update_stats()
5513 IRDMA_STATS_DELTA(gather_stats->ip6txfrags, in irdma_update_stats()
5517 IRDMA_STATS_DELTA(gather_stats->ip6rxmcpkts, in irdma_update_stats()
5521 IRDMA_STATS_DELTA(gather_stats->ip6txocts, in irdma_update_stats()
5525 IRDMA_STATS_DELTA(gather_stats->ip6txpkts, in irdma_update_stats()
5529 IRDMA_STATS_DELTA(gather_stats->ip6txfrags, in irdma_update_stats()
5533 IRDMA_STATS_DELTA(gather_stats->ip6txmcpkts, in irdma_update_stats()
5537 IRDMA_STATS_DELTA(gather_stats->tcprxsegs, in irdma_update_stats()
5541 IRDMA_STATS_DELTA(gather_stats->tcptxsegs, in irdma_update_stats()
5545 IRDMA_STATS_DELTA(gather_stats->rdmarxrds, in irdma_update_stats()
5549 IRDMA_STATS_DELTA(gather_stats->rdmarxsnds, in irdma_update_stats()
5553 IRDMA_STATS_DELTA(gather_stats->rdmarxwrs, in irdma_update_stats()
5557 IRDMA_STATS_DELTA(gather_stats->rdmatxrds, in irdma_update_stats()
5561 IRDMA_STATS_DELTA(gather_stats->rdmatxsnds, in irdma_update_stats()
5565 IRDMA_STATS_DELTA(gather_stats->rdmatxwrs, in irdma_update_stats()
5569 IRDMA_STATS_DELTA(gather_stats->rdmavbn, in irdma_update_stats()
5573 IRDMA_STATS_DELTA(gather_stats->rdmavinv, in irdma_update_stats()
5577 IRDMA_STATS_DELTA(gather_stats->udprxpkts, in irdma_update_stats()
5581 IRDMA_STATS_DELTA(gather_stats->udptxpkts, in irdma_update_stats()
5585 IRDMA_STATS_DELTA(gather_stats->rxnpecnmrkpkts, in irdma_update_stats()
5588 memcpy(last_gather_stats, gather_stats, sizeof(*last_gather_stats)); in irdma_update_stats()