HomeSort by: relevance | last modified time | path
    Searched refs:IXGBE_EVC_STORE (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_netbsd.h 62 #define IXGBE_EVC_STORE(evp, val) \
69 #define IXGBE_EVC_STORE(evp, val) ((evp)->ev_count = (val))
ixgbe.c 2147 IXGBE_EVC_STORE(&sc->efbig_tx_dma_setup, 0);
2148 IXGBE_EVC_STORE(&sc->mbuf_defrag_failed, 0);
2149 IXGBE_EVC_STORE(&sc->efbig2_tx_dma_setup, 0);
2150 IXGBE_EVC_STORE(&sc->einval_tx_dma_setup, 0);
2151 IXGBE_EVC_STORE(&sc->other_tx_dma_setup, 0);
2152 IXGBE_EVC_STORE(&sc->eagain_tx_dma_setup, 0);
2153 IXGBE_EVC_STORE(&sc->enomem_tx_dma_setup, 0);
2154 IXGBE_EVC_STORE(&sc->tso_err, 0);
2155 IXGBE_EVC_STORE(&sc->watchdog_events, 0);
2156 IXGBE_EVC_STORE(&sc->admin_irqev, 0)
    [all...]
ixv.c 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)
    [all...]
ixgbe_mbx.c 695 IXGBE_EVC_STORE(&mbx->stats.msgs_tx, 0);
696 IXGBE_EVC_STORE(&mbx->stats.msgs_rx, 0);
697 IXGBE_EVC_STORE(&mbx->stats.reqs, 0);
698 IXGBE_EVC_STORE(&mbx->stats.acks, 0);
699 IXGBE_EVC_STORE(&mbx->stats.rsts, 0);
1152 IXGBE_EVC_STORE(&mbx->stats.msgs_tx, 0);
1153 IXGBE_EVC_STORE(&mbx->stats.msgs_rx, 0);
1154 IXGBE_EVC_STORE(&mbx->stats.reqs, 0);
1155 IXGBE_EVC_STORE(&mbx->stats.acks, 0);
1156 IXGBE_EVC_STORE(&mbx->stats.rsts, 0)
    [all...]
ix_txrx.c 1589 IXGBE_EVC_STORE(&rxr->rx_copies, 0);
1591 IXGBE_EVC_STORE(&rxr->rx_bytes, 0);
1593 IXGBE_EVC_STORE(&rxr->rx_packets, 0);

Completed in 19 milliseconds