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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dpppoe.h96 #define MAX_TAGS 11 macro
102 struct pppoe_tag *tags[MAX_TAGS];
H A Dlibpppoe.c159 for(;i<MAX_TAGS;++i){
270 for (i = 0; i < MAX_TAGS; i++) {
324 for (i = 0; i < MAX_TAGS; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsun3_scsi.h70 #ifndef MAX_TAGS
71 #define MAX_TAGS 32 macro
H A Dsun3_NCR5380.c220 #if (MAX_TAGS % 32) != 0
221 #error "MAX_TAGS must be a multiple of 32!"
225 char allocated[MAX_TAGS/8];
244 memset( &ta->allocated, 0, MAX_TAGS/8 );
247 * support (MAX_TAGS). This value will be decreased if the target
250 ta->queue_size = MAX_TAGS;
304 cmd->tag = find_first_zero_bit( &ta->allocated, MAX_TAGS );
328 else if (cmd->tag >= MAX_TAGS) {
353 memset( &ta->allocated, 0, MAX_TAGS/8 );
H A Datari_NCR5380.c225 DECLARE_BITMAP(allocated, MAX_TAGS);
244 bitmap_zero(ta->allocated, MAX_TAGS);
247 * support (MAX_TAGS). This value will be decreased if the target
250 ta->queue_size = MAX_TAGS;
303 cmd->tag = find_first_zero_bit(ta->allocated, MAX_TAGS);
326 } else if (cmd->tag >= MAX_TAGS) {
350 bitmap_zero(ta->allocated, MAX_TAGS);
H A Dncr53c8xx.c912 #define MAX_TAGS (64) macro
914 #define MAX_TAGS SCSI_NCR_MAX_TAGS macro
922 #if MAX_TAGS > 32
972 #define MAX_START (MAX_TARGET + 7 * MAX_TAGS)
1310 u_char cb_tags[MAX_TAGS]; /* Circular tags buffer */
3944 tp->usrtags = MAX_TAGS;
7049 if (lp->ia_tag == MAX_TAGS)
7095 if (lp->if_tag == MAX_TAGS)
7426 for (i = 0 ; i < MAX_TAGS ; i++)
7428 lp->maxnxs = MAX_TAGS;
[all...]
H A Datari_scsi.c81 #define MAX_TAGS 32 macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dpppoe.h97 #define MAX_TAGS 11 macro
103 struct pppoe_tag *tags[MAX_TAGS];

Completed in 116 milliseconds