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

  /src/sys/dev/pci/
if_iavf.c 297 struct evcnt isc_rx_bytes; member in struct:iavf_stat_counters
2036 iavf_evcnt_attach(&isc->isc_rx_bytes, dn, "Rx bytes");
2061 evcnt_detach(&isc->isc_rx_bytes);
4478 isc->isc_rx_bytes.ev_count = st->rx_bytes;
if_ixl.c 464 struct evcnt isc_rx_bytes; member in struct:ixl_stats_counters
6131 evcnt_attach_dynamic(&isc->isc_rx_bytes, EVCNT_TYPE_MISC,
6236 evcnt_detach(&isc->isc_rx_bytes);
6343 atomic_add_64(&isc->isc_rx_bytes.ev_count, delta);

Completed in 19 milliseconds