Lines Matching defs:ccb_s
247 struct ccb_s { struct
251 uint32_t ccb_status; /* Status gets entered here */ argument
255 TAILQ_ENTRY(ccb_s) ccb_tchain; argument
256 tout_state_t ccb_timedout;
257 int ccb_num_timeouts;
259 int ccb_total_tries;
262 uint32_t ccb_ITT;
264 sernum_buffer_t ccb_DataSN_buf;
289 void *ccb_sense_ptr; /* sense data pointer */ argument
290 int ccb_sense_len_req; /* requested sense data length */ argument
291 int ccb_sense_len_got; /* actual sense data length */ argument
298 session_t *ccb_session; /* session for CCB */ argument
304 TAILQ_HEAD(ccb_list_s, ccb_s); argument