Home
last modified time | relevance | path

Searched refs:ift_counter (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/net/
HDif_var.h121 } ift_counter; typedef
1000 uint64_t if_get_counter_default(struct ifnet *, ift_counter);
1001 void if_inc_counter(struct ifnet *, ift_counter, int64_t);
HDif.c1459 if_get_counter_default(struct ifnet *ifp, ift_counter cnt) in if_get_counter_default()
1501 if_inc_counter(struct ifnet *ifp, ift_counter cnt, int64_t inc) in if_inc_counter()
/trueos/sys/dev/ixl/
HDixl.h601 uint64_t ixl_get_counter(if_t ifp, ift_counter cnt);
HDixl_txrx.c1636 ixl_get_counter(if_t ifp, ift_counter cnt) in ixl_get_counter()
/trueos/sys/dev/ixgbe/
HDif_ix.c121 static uint64_t ixgbe_get_counter(struct ifnet *, ift_counter);
3715 ixgbe_get_counter(struct ifnet *ifp, ift_counter cnt) in ixgbe_get_counter()