Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-helper-util.h152 union cvmx_buf_ptr buffer_ptr; in cvmx_helper_free_packet_data()
153 union cvmx_buf_ptr next_buffer_ptr; in cvmx_helper_free_packet_data()
172 *(union cvmx_buf_ptr *) cvmx_phys_to_ptr(buffer_ptr.s.addr - 8); in cvmx_helper_free_packet_data()
189 *(union cvmx_buf_ptr *) cvmx_phys_to_ptr(buffer_ptr.s.addr - 8); in cvmx_helper_free_packet_data()
Dcvmx-packet.h38 union cvmx_buf_ptr { union
Dcvmx-pko.h423 union cvmx_buf_ptr packet, in cvmx_pko_send_packet_finish()
466 union cvmx_buf_ptr packet, in cvmx_pko_send_packet_finish3()
Dcvmx-wqe.h574 union cvmx_buf_ptr packet_ptr;
/linux-4.4.14/drivers/staging/octeon/
Dethernet-util.h21 static inline void *cvm_oct_get_buffer_ptr(union cvmx_buf_ptr packet_ptr) in cvm_oct_get_buffer_ptr()
Dethernet-rx.c306 union cvmx_buf_ptr segment_ptr = in cvm_oct_napi_poll()
311 union cvmx_buf_ptr next_ptr = in cvm_oct_napi_poll()
312 *(union cvmx_buf_ptr *)cvmx_phys_to_ptr(segment_ptr.s.addr - 8); in cvm_oct_napi_poll()
Dethernet.c183 union cvmx_buf_ptr segment_ptr = work->packet_ptr; in cvm_oct_free_work()
186 union cvmx_buf_ptr next_ptr = *(union cvmx_buf_ptr *) in cvm_oct_free_work()
Dethernet-tx.c145 union cvmx_buf_ptr hw_buffer; in cvm_oct_xmit()
/linux-4.4.14/arch/mips/cavium-octeon/executive/
Dcvmx-helper-util.c93 union cvmx_buf_ptr buffer_ptr; in cvmx_helper_dump_packet()
164 buffer_ptr = *(union cvmx_buf_ptr *) in cvmx_helper_dump_packet()
Dcvmx-helper.c794 union cvmx_buf_ptr g_buffer, pkt_buffer; in __cvmx_helper_errata_fix_ipd_ptr_alignment()