Home
last modified time | relevance | path

Searched defs:packet_buffer (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/firewire/
Dnosy.c70 struct packet_buffer { struct
71 char *data;
72 size_t capacity;
73 long total_packet_count, lost_packet_count;
74 atomic_t size;
75 struct packet *head, *tail;
76 wait_queue_head_t wait;
/linux-3.3/drivers/staging/octeon/
Dethernet-tx.c523 void *packet_buffer; in cvm_oct_xmit_pow() local