Searched refs:MAXTAG (Results 1 – 4 of 4) sorted by relevance
63 #define MAXTAG 0xffff macro856 char tagid_used[MAXTAG + 1]; in it_tpgt_create()890 if ((tpgt_tag > ISCSIT_DEFAULT_TPGT) && (tpgt_tag < MAXTAG) && in it_tpgt_create()894 } else if (tagid == MAXTAG) { in it_tpgt_create()899 for (; tagid < MAXTAG; tagid++) { in it_tpgt_create()904 if (tagid >= MAXTAG) { in it_tpgt_create()
159 MAXTAG enumerator
42 token_desc_t tokentable[MAXTAG + 1];
302 if ((tagnum > 0) && (tagnum <= MAXTAG) && in process_tag()