Home
last modified time | relevance | path

Searched refs:fl_bytes (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
Dcxgbei.h120 counter_u64_t fl_bytes; member
Dcxgbei.c118 FREE_CI_COUNTER(fl_bytes); in free_ci_counters()
137 ALLOC_CI_COUNTER(fl_bytes); in alloc_ci_counters()
244 CTLFLAG_RD, &ci->fl_bytes, "# of data bytes delivered in freelist"); in cxgbei_init()
319 counter_u64_add(ci->fl_bytes, m->m_pkthdr.len); in do_rx_iscsi_data()