Searched defs:tc_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c424 uint32_t tc_head; local
428 tc_head = rgep->tc_next;
430 if (tc_head == tc_tail)
436 if (tc_tail == tc_head) {
457 n = rgep->tc_next - tc_head;
458 if (rgep->tc_next < tc_head)

Completed in 81 milliseconds