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

/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c1206 u_short ia_tag; /* Tag allocation index */ member in struct:sym_lcb
6313 tag = lp->cb_tags[lp->ia_tag];
6314 if (++lp->ia_tag == SYM_CONF_MAX_TASK)
6315 lp->ia_tag = 0;

Completed in 177 milliseconds