Home
last modified time | relevance | path

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

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