Home | History | Annotate | Download | only in ixgbe

Lines Matching refs:IXGBE_EVC_STORE

1317 	IXGBE_EVC_STORE(&sc->efbig_tx_dma_setup, v0);
1318 IXGBE_EVC_STORE(&sc->mbuf_defrag_failed, v1);
1319 IXGBE_EVC_STORE(&sc->efbig2_tx_dma_setup, v2);
1320 IXGBE_EVC_STORE(&sc->einval_tx_dma_setup, v3);
1321 IXGBE_EVC_STORE(&sc->other_tx_dma_setup, v4);
1322 IXGBE_EVC_STORE(&sc->eagain_tx_dma_setup, v5);
1323 IXGBE_EVC_STORE(&sc->enomem_tx_dma_setup, v6);
1324 IXGBE_EVC_STORE(&sc->tso_err, v7);
2821 IXGBE_EVC_STORE(&sc->efbig_tx_dma_setup, 0);
2822 IXGBE_EVC_STORE(&sc->mbuf_defrag_failed, 0);
2823 IXGBE_EVC_STORE(&sc->efbig2_tx_dma_setup, 0);
2824 IXGBE_EVC_STORE(&sc->einval_tx_dma_setup, 0);
2825 IXGBE_EVC_STORE(&sc->other_tx_dma_setup, 0);
2826 IXGBE_EVC_STORE(&sc->eagain_tx_dma_setup, 0);
2827 IXGBE_EVC_STORE(&sc->enomem_tx_dma_setup, 0);
2828 IXGBE_EVC_STORE(&sc->watchdog_events, 0);
2829 IXGBE_EVC_STORE(&sc->tso_err, 0);
2830 IXGBE_EVC_STORE(&sc->admin_irqev, 0);
2831 IXGBE_EVC_STORE(&sc->link_workev, 0);
2834 IXGBE_EVC_STORE(&sc->queues[i].irqs, 0);
2835 IXGBE_EVC_STORE(&sc->queues[i].handleq, 0);
2836 IXGBE_EVC_STORE(&sc->queues[i].req, 0);
2837 IXGBE_EVC_STORE(&txr->total_packets, 0);
2839 IXGBE_EVC_STORE(&txr->pcq_drops, 0);
2841 IXGBE_EVC_STORE(&txr->no_desc_avail, 0);
2842 IXGBE_EVC_STORE(&txr->tso_tx, 0);
2852 IXGBE_EVC_STORE(&rxr->rx_packets, 0);
2853 IXGBE_EVC_STORE(&rxr->rx_bytes, 0);
2854 IXGBE_EVC_STORE(&rxr->rx_copies, 0);
2855 IXGBE_EVC_STORE(&rxr->no_mbuf, 0);
2856 IXGBE_EVC_STORE(&rxr->rx_discarded, 0);
2861 IXGBE_EVC_STORE(&stats->ipcs, 0);
2862 IXGBE_EVC_STORE(&stats->l4cs, 0);
2863 IXGBE_EVC_STORE(&stats->ipcs_bad, 0);
2864 IXGBE_EVC_STORE(&stats->l4cs_bad, 0);
2871 IXGBE_EVC_STORE(&stats->vfgprc, 0);
2872 IXGBE_EVC_STORE(&stats->vfgorc, 0);
2873 IXGBE_EVC_STORE(&stats->vfmprc, 0);
2874 IXGBE_EVC_STORE(&stats->vfgptc, 0);
2875 IXGBE_EVC_STORE(&stats->vfgotc, 0);
2878 IXGBE_EVC_STORE(&hw->mbx.stats.msgs_tx, 0);
2879 IXGBE_EVC_STORE(&hw->mbx.stats.msgs_rx, 0);
2880 IXGBE_EVC_STORE(&hw->mbx.stats.acks, 0);
2881 IXGBE_EVC_STORE(&hw->mbx.stats.reqs, 0);
2882 IXGBE_EVC_STORE(&hw->mbx.stats.rsts, 0);