Home
last modified time | relevance | path

Searched refs:OutboundQueueInterruptCount (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c767 static bit32 OutboundQueueInterruptCount[AGSA_MAX_OUTBOUND_Q]; in tdsaLoLevelGetResource() local
1377OutboundQueueInterruptCount[i] = DEFAULT_OUTBOUND_QUEUE_INTERRUPT_COUNT; /* default 1 Outbound in… in tdsaLoLevelGetResource()
1395 OutboundQueueInterruptCount[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource()
1399 OutboundQueueInterruptCount[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaLoLevelGetResource()
1400 …aLoLevelGetResource: queue number %d interrupt count %d\n", i, OutboundQueueInterruptCount[i])); … in tdsaLoLevelGetResource()
1695 OutboundQueueInterruptCount[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource()
1699 OutboundQueueInterruptCount[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaLoLevelGetResource()
1700 …rd number %d queue number %d interrupt count %d\n", cardID, i, OutboundQueueInterruptCount[i])); … in tdsaLoLevelGetResource()
1765 QueueConfig.outboundQueues[i].interruptCount = OutboundQueueInterruptCount[i]; in tdsaLoLevelGetResource()
3319 …QueueConfig->outboundQueues[i].interruptCount = tdsaAllShared->OutboundQueueInterruptCount[i]; /* … in tdsaQueueConfigInit()
H A Dtdsatypes.h280 bit32 OutboundQueueInterruptCount[AGSA_MAX_OUTBOUND_Q]; member
H A Dtdesgl.c135 …QueueConfig->outboundQueues[i].interruptCount = tdsaAllShared->OutboundQueueInterruptCount[i]; /* … in tdsaEsglInit()
H A Dtdport.c788 …tdsaAllShared->OutboundQueueInterruptCount[i] = DEFAULT_OUTBOUND_QUEUE_INTERRUPT_COUNT; /* defaul… in tdsaGetSwConfigParams()
806 … tdsaAllShared->OutboundQueueInterruptCount[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams()
810 … tdsaAllShared->OutboundQueueInterruptCount[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams()
811 …gParams: queue number %d interrupt count %d\n", i, tdsaAllShared->OutboundQueueInterruptCount[i])); in tdsaGetSwConfigParams()
1104 … tdsaAllShared->OutboundQueueInterruptCount[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams()
1108 … tdsaAllShared->OutboundQueueInterruptCount[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams()
1109 …queue number %d interrupt count %d\n", cardNum, i, tdsaAllShared->OutboundQueueInterruptCount[i])); in tdsaGetSwConfigParams()
4021 …QueueConfig->outboundQueues[i].interruptCount = tdsaAllShared->OutboundQueueInterruptCount[i]; /* … in tiCOMPortInit()
4036 … tdsaAllShared->OutboundQueueInterruptDelay[i], tdsaAllShared->OutboundQueueInterruptCount[i], tds… in tiCOMPortInit()