Lines Matching defs:packet_data
105 struct packet_data struct
123 enum packet_data_state state; /* Current state */ argument
124 atomic_t run_sm; /* Incremented whenever the state */
126 long sleep_time; /* Set this to non-zero to make the state */
129 atomic_t io_wait; /* Number of pending IO operations */
130 atomic_t io_errors; /* Number of read/write errors during IO */
132 struct bio *r_bios[PACKET_MAX_SIZE]; /* bios to use during data gathering */
133 struct page *pages[PACKET_MAX_SIZE / FRAMES_PER_PAGE];
135 int cache_valid; /* If non-zero, the data for the zone defined */
139 int id; /* ID number for debugging */
140 struct pktcdvd_device *pd;