Searched refs:OutboundQueueInterruptDelay (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdinit.c | 766 static bit32 OutboundQueueInterruptDelay[AGSA_MAX_OUTBOUND_Q]; in tdsaLoLevelGetResource() local 1343 …OutboundQueueInterruptDelay[i] = DEFAULT_OUTBOUND_QUEUE_INTERRUPT_DELAY; /* default 1 Outbound in… in tdsaLoLevelGetResource() 1361 OutboundQueueInterruptDelay[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource() 1365 OutboundQueueInterruptDelay[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaLoLevelGetResource() 1366 …aLoLevelGetResource: queue number %d interrupt delay %d\n", i, OutboundQueueInterruptDelay[i])); … in tdsaLoLevelGetResource() 1664 OutboundQueueInterruptDelay[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource() 1668 OutboundQueueInterruptDelay[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaLoLevelGetResource() 1669 …rd number %d queue number %d interrupt delay %d\n", cardID, i, OutboundQueueInterruptDelay[i])); … in tdsaLoLevelGetResource() 1764 QueueConfig.outboundQueues[i].interruptDelay = OutboundQueueInterruptDelay[i]; in tdsaLoLevelGetResource() 3318 …QueueConfig->outboundQueues[i].interruptDelay = tdsaAllShared->OutboundQueueInterruptDelay[i]; /* … in tdsaQueueConfigInit()
|
H A D | tdsatypes.h | 279 bit32 OutboundQueueInterruptDelay[AGSA_MAX_OUTBOUND_Q]; member
|
H A D | tdesgl.c | 134 …QueueConfig->outboundQueues[i].interruptDelay = tdsaAllShared->OutboundQueueInterruptDelay[i]; /* … in tdsaEsglInit()
|
H A D | tdport.c | 753 …tdsaAllShared->OutboundQueueInterruptDelay[i] = DEFAULT_OUTBOUND_QUEUE_INTERRUPT_DELAY; /* defaul… in tdsaGetSwConfigParams() 771 … tdsaAllShared->OutboundQueueInterruptDelay[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams() 775 … tdsaAllShared->OutboundQueueInterruptDelay[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams() 776 …gParams: queue number %d interrupt delay %d\n", i, tdsaAllShared->OutboundQueueInterruptDelay[i])); in tdsaGetSwConfigParams() 1071 … tdsaAllShared->OutboundQueueInterruptDelay[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams() 1075 … tdsaAllShared->OutboundQueueInterruptDelay[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams() 1076 …queue number %d interrupt delay %d\n", cardNum, i, tdsaAllShared->OutboundQueueInterruptDelay[i])); in tdsaGetSwConfigParams() 4020 …QueueConfig->outboundQueues[i].interruptDelay = tdsaAllShared->OutboundQueueInterruptDelay[i]; /* … in tiCOMPortInit() 4036 …uptCount %d OutboundQueueInterruptEnable %d\n", tdsaAllShared->OutboundQueueInterruptDelay[i], tds… in tiCOMPortInit()
|