Searched refs:abdications (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_mp_ring.h55 counter_u64_t abdications; member in struct:mp_ring
H A Dt4_mp_ring.c160 counter_u64_add(r->abdications, 1);
207 r->abdications = counter_u64_alloc(flags);
210 r->abdications == NULL) {
237 if (r->abdications != NULL)
238 counter_u64_free(r->abdications);
355 counter_u64_zero(r->abdications);
H A Dt4_sge.c3578 CTLFLAG_RD, &txq->r->abdications,
3579 "# of consumer abdications in the mp_ring for this queue");

Completed in 108 milliseconds