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

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c399 struct myri10ge_jpool_entry *jtail, *j, *jfree; local
405 jtail = NULL;
410 jtail = j;
426 if (jtail == NULL) {
429 jtail->next = jfree;
434 jtail = j;

Completed in 120 milliseconds