Home
last modified time | relevance | path

Searched defs:packet_data (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/include/linux/
Dpktcdvd.h200 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 */
[all …]
/linux-2.6.39/drivers/firmware/
Ddell_rbu.c80 struct packet_data { struct
87 static struct packet_data packet_data_head; argument
/linux-2.6.39/drivers/net/usb/
Dgl620a.c73 char packet_data [1]; member
/linux-2.6.39/drivers/staging/octeon/
Dcvmx-wqe.h386 uint8_t packet_data[96]; member
/linux-2.6.39/drivers/media/video/usbvision/
Dusbvision-core.c1296 unsigned char *packet_data; in usbvision_compress_isochronous() local
/linux-2.6.39/drivers/net/wireless/ipw2x00/
Dipw2100.c2435 static u8 packet_data[IPW_RX_NIC_BUFFER_LENGTH]; variable