Searched refs:OutboundQueueInterruptCount (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdinit.c | 767 static bit32 OutboundQueueInterruptCount[AGSA_MAX_OUTBOUND_Q]; in tdsaLoLevelGetResource() local 1377 …OutboundQueueInterruptCount[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 D | tdsatypes.h | 280 bit32 OutboundQueueInterruptCount[AGSA_MAX_OUTBOUND_Q]; member
|
H A D | tdesgl.c | 135 …QueueConfig->outboundQueues[i].interruptCount = tdsaAllShared->OutboundQueueInterruptCount[i]; /* … in tdsaEsglInit()
|
H A D | tdport.c | 788 …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()
|