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

/asus-wl-520gu-7.0.1.45/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.c147 for(;i<MAX_TAGS;++i){
258 for (i = 0; i < MAX_TAGS; i++) {
312 for (i = 0; i < MAX_TAGS; i++) {
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dpppoe.h97 #define MAX_TAGS 11 macro
103 struct pppoe_tag *tags[MAX_TAGS];
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Datari_NCR5380.c214 #if (MAX_TAGS % 32) != 0
215 #error "MAX_TAGS must be a multiple of 32!"
219 char allocated[MAX_TAGS/8];
238 memset( &ta->allocated, 0, MAX_TAGS/8 );
241 * support (MAX_TAGS). This value will be decreased if the target
244 ta->queue_size = MAX_TAGS;
298 cmd->tag = find_first_zero_bit( &ta->allocated, MAX_TAGS );
322 else if (cmd->tag >= MAX_TAGS) {
347 memset( &ta->allocated, 0, MAX_TAGS/8 );
H A Dmac_NCR5380.c232 #if (MAX_TAGS % 32) != 0
233 #error "MAX_TAGS must be a multiple of 32!"
237 char allocated[MAX_TAGS/8];
256 memset( &ta->allocated, 0, MAX_TAGS/8 );
259 * support (MAX_TAGS). This value will be decreased if the target
262 ta->queue_size = MAX_TAGS;
316 cmd->tag = find_first_zero_bit( &ta->allocated, MAX_TAGS );
340 else if (cmd->tag >= MAX_TAGS) {
365 memset( &ta->allocated, 0, MAX_TAGS/8 );
H A Dsun3_NCR5380.c216 #if (MAX_TAGS % 32) != 0
217 #error "MAX_TAGS must be a multiple of 32!"
221 char allocated[MAX_TAGS/8];
240 memset( &ta->allocated, 0, MAX_TAGS/8 );
243 * support (MAX_TAGS). This value will be decreased if the target
246 ta->queue_size = MAX_TAGS;
300 cmd->tag = find_first_zero_bit( &ta->allocated, MAX_TAGS );
324 else if (cmd->tag >= MAX_TAGS) {
349 memset( &ta->allocated, 0, MAX_TAGS/8 );
H A Dncr53c8xx.c264 #define MAX_TAGS (64) macro
266 #define MAX_TAGS SCSI_NCR_MAX_TAGS macro
274 #if MAX_TAGS > 32
324 #define MAX_START (MAX_TARGET + 7 * MAX_TAGS)
712 u_char cb_tags[MAX_TAGS]; /* Circular tags buffer */
3145 (tn->flags & SYMBIOS_QUEUE_TAGS_ENABLED)? MAX_TAGS : 0;
3459 tp->usrtags = MAX_TAGS;
3683 instance->cmd_per_lun = MAX_TAGS;
7546 if (lp->ia_tag == MAX_TAGS)
7594 if (lp->if_tag == MAX_TAGS)
[all...]
H A Dsym53c8xx.c310 #define MAX_TAGS 255 macro
312 #define MAX_TAGS SCSI_NCR_MAX_TAGS macro
320 #if MAX_TAGS > (512/4)
322 #elif MAX_TAGS > (256/4)
377 #define MAX_START (MAX_TARGET + 7 * MAX_TAGS)
4822 (tn->flags & SYMBIOS_QUEUE_TAGS_ENABLED)? MAX_TAGS : 0;
5247 tp->usrtags = MAX_TAGS;
5892 instance->cmd_per_lun = MAX_TAGS;
5976 m_free(lp->cb_tags, MAX_TAGS, "CB_TAGS");
11573 if (lp->ia_tag == MAX_TAGS)
[all...]
H A Datari_scsi.c82 #define MAX_TAGS 32 macro

Completed in 181 milliseconds