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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h497 u_short ia_tag; /* Tag allocation index */ member in struct:sym_lcb
H A Dsym_hipd.c4637 tag = lp->cb_tags[lp->ia_tag];
4638 if (++lp->ia_tag == SYM_CONF_MAX_TASK)
4639 lp->ia_tag = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1308 u_char ia_tag; /* Allocation index */ member in struct:lcb
7022 tag = lp->cb_tags[lp->ia_tag];
7048 ++lp->ia_tag;
7049 if (lp->ia_tag == MAX_TAGS)
7050 lp->ia_tag = 0;

Completed in 118 milliseconds