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

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

Completed in 113 milliseconds