Searched refs:defrags (Results 1 – 1 of 1) sorted by relevance
206 static counter_u64_t defrags; variable207 SYSCTL_COUNTER_U64(_hw_cxgbe, OID_AUTO, defrags, CTLFLAG_RD, &defrags,623 defrags = counter_u64_alloc(M_WAITOK); in t4_sge_modload()627 counter_u64_zero(defrags); in t4_sge_modload()648 counter_u64_free(defrags); in t4_sge_modunload()2760 counter_u64_add(defrags, 1); in parse_pkt()