Searched refs:defrags (Results 1 – 1 of 1) sorted by relevance
207 static counter_u64_t defrags; variable208 SYSCTL_COUNTER_U64(_hw_cxgbe, OID_AUTO, defrags, CTLFLAG_RD, &defrags,593 defrags = counter_u64_alloc(M_WAITOK); in t4_sge_modload()597 counter_u64_zero(defrags); in t4_sge_modload()618 counter_u64_free(defrags); in t4_sge_modunload()2709 counter_u64_add(defrags, 1); in parse_pkt()