Searched defs:ccw_req_t (Results 1 – 2 of 2) sorted by relevance
19 typedef struct ccw_req_t { struct22 struct ccw_req_t *next; /* pointer to next ccw_req_t in queue */ argument23 struct ccw_req_t *int_next; /* for internal queueing */ argument24 struct ccw_req_t *int_prev; /* for internal queueing */ argument41 struct ccw_req_t *refers; /* Does this request refer to another one? */ argument58 } __attribute__ ((aligned(4))) ccw_req_t; argument