Lines Matching defs:ccb
76 * The format must match hw's version. The hw ccb is 128 bytes,
81 struct ccb {
112 /* ccb queue parameters */
118 /* ccb ctrl bitfields */
125 /* ccb doorbell macros */
130 * Per fd structure used to track the ccb allocated to that dev file.
133 /* software version of ccb, using virtual addrs */
134 struct ccb driver_ccb;
136 /* hardware version of ccb, using physical addrs */
137 struct ccb ilo_ccb;
139 /* hardware ccb is written to this shared mapped device memory */
140 struct ccb __iomem *mapped_ccb;
150 /* queue for this ccb to wait for recv data */
153 /* usage count, to allow for shared ccb's */
156 /* open wanted exclusive access to this ccb */
181 /* convert between struct fifo, and the fifobar, which is saved in the ccb */