Home
last modified time | relevance | path

Searched refs:cvmx_buf_ptr (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/octeon/
Dethernet-rx.c145 union cvmx_buf_ptr segment_ptr = work->packet_ptr; in copy_segments_to_skb()
150 union cvmx_buf_ptr next_ptr; in copy_segments_to_skb()
152 next_ptr = *(union cvmx_buf_ptr *) in copy_segments_to_skb()
Dethernet-util.h14 static inline void *cvm_oct_get_buffer_ptr(union cvmx_buf_ptr packet_ptr) in cvm_oct_get_buffer_ptr()
Dethernet.c179 union cvmx_buf_ptr segment_ptr = work->packet_ptr; in cvm_oct_free_work()
182 union cvmx_buf_ptr next_ptr = *(union cvmx_buf_ptr *) in cvm_oct_free_work()
Docteon-stubs.h175 union cvmx_buf_ptr { union
191 union cvmx_buf_ptr packet_ptr;
1391 union cvmx_buf_ptr packet, cvmx_pko_lock_t use_locking) in cvmx_pko_send_packet_finish()
Dethernet-tx.c131 union cvmx_buf_ptr hw_buffer; in cvm_oct_xmit()