Searched defs:packet_data (Results 1 – 6 of 6) sorted by relevance
200 struct packet_data struct218 enum packet_data_state state; /* Current state */ argument219 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 */[all …]
80 struct packet_data { struct87 static struct packet_data packet_data_head; argument
73 char packet_data [1]; member
386 uint8_t packet_data[96]; member
1296 unsigned char *packet_data; in usbvision_compress_isochronous() local
2435 static u8 packet_data[IPW_RX_NIC_BUFFER_LENGTH]; variable