Home
last modified time | relevance | path

Searched refs:CCB (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/arch/sparc/oradax/
H A Ddax-hv-api.txt27 … of the submitted operations reported through a Completion Area linked to each CCB. Each CCB has a
30 for a given CCB is never guaranteed.
32 …Guest software may implement a software timeout on CCB operations, and if the timeout is exceeded,…
35 …recommended such implementation use the ccb_info API function to check the status of a CCB prior to
36 …killing it in order to determine if the CCB is still in queue, or may have been lost due to a RAS …
39 …machine, however, internal resource limitations within the virtual machine can cause CCB submissio…
41 …submissions until they succeed; waiting for an outstanding CCB to complete is not necessary, and w…
52 Available CCB commands:
77 …See Section 36.2.1, “Query CCB Command Formats” for the corresponding CCB input and output formats.
82 … "ORCL,sun4v-dax-fc" is compatible with the "ORCL,sun4v-dax" interface, and includes additional CCB
[all …]
H A Doracle-dax.rst34 (CCB). The CCB contains an opcode and various parameters. The opcode
36 options, flags, sizes, and addresses. The CCB (or an array of CCBs)
40 there was an error. One of the addresses given in each CCB is a
70 request can be fed to the coprocessor, all the addresses in a CCB must
72 it has no visibility into physical addresses. So a CCB may contain
75 may be given in the CCB. In all cases, the Hypervisor will translate
124 Kills a CCB during execution. The CCB is guaranteed to not continue
131 Retrieves information about a currently executing CCB. Note that some
132 Hypervisors might return 'notfound' when the CCB is in 'inprogress'
133 state. To ensure a CCB in the 'notfound' state will never be executed,
[all …]
/linux/Documentation/scsi/
H A DChangeLog.ncr53c8xx358 Count actual number of CCB queued to the controller (future use).
379 - Add CCB done queue support for Alpha and perhaps some other
441 - New CCB starvation avoiding algorithm.
452 the scripts to jump directly to the CCB on reselection instead
459 Use a simple CALL to a launch script in the CCB.
464 - generalization of the restart of CCB on special condition as
H A DChangeLog.sym53c8xx18 - In the CCB abort path, do not assume that the CCB is currently
25 handling. If the DSA didn't match a CCB, a bad write to
493 the done queue and returns if some completed CCB is found. If no
494 completed CCB are found, interrupt handling will proceed normally.
H A Dncr53c8xx.rst1460 that is moved by the SCRIPTS processor is the 'CCB header' that contains
/linux/drivers/scsi/
H A DFlashPoint.c7514 FlashPoint__StartCCB(void *CardHandle, struct blogic_ccb *CCB) in FlashPoint__StartCCB() argument
7516 FlashPoint_StartCCB(CardHandle, (struct sccb *)CCB); in FlashPoint__StartCCB()
7520 FlashPoint__AbortCCB(void *CardHandle, struct blogic_ccb *CCB) in FlashPoint__AbortCCB() argument
7522 FlashPoint_AbortCCB(CardHandle, (struct sccb *)CCB); in FlashPoint__AbortCCB()