Home
last modified time | relevance | path

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

/linux-6.15/Documentation/arch/sparc/oradax/
H A Ddax-hv-api.txt138 Table 36.1. CCB Header Format
140 [31:28] CCB version. For API version 2.0: set to 1 if CCB uses OZIP encoding; set to 0 if the…
212 A CCB may only be conditional on exactly one CCB, however, a CCB may be marked both Conditional
217 the input of the next CCB (the "target" CCB). The target CCB thus does not need to read the input f…
221 target CCB. Exactly one CCB must be made conditional on the source CCB; either 0 or 2 target CCBs
416 The extract CCB is a 64-byte “short format” CCB.
438 0 4 CCB header (Table 36.1, “CCB Header Format”)
645 0 4 CCB header (Table 36.1, “CCB Header Format”)
847 The select CCB is a 64-byte “short format” CCB.
869 0 4 CCB header (Table 36.1, “CCB Header Format”)
[all …]
H A Doracle-dax.rst34 (CCB). The CCB contains an opcode and various parameters. The opcode
40 there was an error. One of the addresses given in each CCB is a
124 Kills a CCB during execution. The CCB is guaranteed to not continue
187 - submit CCB via write() or pwrite()
232 CCB Structure
254 - CCB version, which must be consistent with hardware version
307 ccb->control = /* Table 36.1, CCB Header Format */
311 /* Section 36.2.1, Query CCB Command Formats */
334 The CCB submission is a write() or pwrite() system call to the
392 type must be given in the CCB::
[all …]
/linux-6.15/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-6.15/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()