Lines Matching defs:packet_data
200 struct packet_data struct
218 enum packet_data_state state; /* Current state */ argument
219 atomic_t run_sm; /* Incremented whenever the state */
221 long sleep_time; /* Set this to non-zero to make the state */
224 atomic_t io_wait; /* Number of pending IO operations */
225 atomic_t io_errors; /* Number of read/write errors during IO */
227 struct bio *r_bios[PACKET_MAX_SIZE]; /* bios to use during data gathering */
228 struct page *pages[PACKET_MAX_SIZE / FRAMES_PER_PAGE];
230 int cache_valid; /* If non-zero, the data for the zone defined */
234 int id; /* ID number for debugging */
235 struct pktcdvd_device *pd;