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