Home
last modified time | relevance | path

Searched refs:br_drops (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_bufring.c48 br->br_drops = counter_u64_alloc(flags); in _buf_ring_alloc()
49 if (br->br_drops == NULL) { in _buf_ring_alloc()
65 counter_u64_free(br->br_drops); in buf_ring_free()
/freebsd/sys/sys/
H A Dbuf_ring.h64 counter_u64_t br_drops; member
117 counter_u64_add(br->br_drops, 1); in buf_ring_enqueue()
368 return (counter_u64_fetch(br->br_drops)); in buf_ring_drops()
400 return (br->br_drops); in buf_ring_drops()
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c3516 CTLFLAG_RD, &qs->txq[TXQ_ETH].txq_mr->br_drops, in t3_add_configured_sysctls()