Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/firewire/
Dnosy.c70 struct packet_buffer { struct
119 struct packet_buffer buffer;
127 packet_buffer_init(struct packet_buffer *buffer, size_t capacity) in packet_buffer_init()
143 packet_buffer_destroy(struct packet_buffer *buffer) in packet_buffer_destroy()
151 struct packet_buffer *buffer = &client->buffer; in packet_buffer_get()
193 packet_buffer_put(struct packet_buffer *buffer, void *data, size_t length) in packet_buffer_put()
/linux-3.4.99/drivers/staging/octeon/
Dethernet-tx.c524 void *packet_buffer; in cvm_oct_xmit_pow() local
538 packet_buffer = cvmx_fpa_alloc(CVMX_FPA_PACKET_POOL); in cvm_oct_xmit_pow()
539 if (unlikely(packet_buffer == NULL)) { in cvm_oct_xmit_pow()
556 copy_location = packet_buffer + sizeof(uint64_t); in cvm_oct_xmit_pow()
585 work->packet_ptr.s.back = (copy_location - packet_buffer) >> 7; in cvm_oct_xmit_pow()