HomeSort by: relevance | last modified time | path
    Searched defs:txr_pcqdrop (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iavf.c 252 struct evcnt txr_pcqdrop; member in struct:iavf_tx_ring
2261 iavf_evcnt_attach(&txr->txr_pcqdrop,
2318 evcnt_detach(&txr->txr_pcqdrop);
3160 txr->txr_pcqdrop.ev_count++;
if_ixl.c 400 struct evcnt txr_pcqdrop; member in struct:ixl_tx_ring
2897 txr->txr_pcqdrop.ev_count++;
6057 evcnt_attach_dynamic(&txr->txr_pcqdrop, EVCNT_TYPE_MISC,
6213 evcnt_detach(&txr->txr_pcqdrop);

Completed in 20 milliseconds