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

  /src/sys/dev/pci/ixgbe/
ixgbe.h 391 struct evcnt tso_tx; member in struct:tx_ring
ixv.c 662 evcnt_detach(&txr->tso_tx);
2746 evcnt_attach_dynamic(&txr->tso_tx, EVCNT_TYPE_MISC,
2842 IXGBE_EVC_STORE(&txr->tso_tx, 0);
ixgbe.c 1982 evcnt_attach_dynamic(&txr->tso_tx, EVCNT_TYPE_MISC,
2188 IXGBE_EVC_STORE(&txr->tso_tx, 0);
3804 evcnt_detach(&txr->tso_tx);
ix_txrx.c 1097 IXGBE_EVC_ADD(&txr->tso_tx, 1);

Completed in 20 milliseconds