Searched refs:start_of_buffer (Results 1 – 2 of 2) sorted by relevance
131 uint64_t start_of_buffer; in cvmx_helper_free_packet_data() local146 start_of_buffer = ((buffer_ptr.s.addr >> 7) - buffer_ptr.s.back) << 7; in cvmx_helper_free_packet_data()147 if (cvmx_ptr_to_phys(work) == start_of_buffer) { in cvmx_helper_free_packet_data()159 start_of_buffer = in cvmx_helper_free_packet_data()167 cvmx_fpa_free(cvmx_phys_to_ptr(start_of_buffer), in cvmx_helper_free_packet_data()
342 if start_of_buffer(self) < self.ptr { in prev_span()415 ptr::eq(start_of_buffer(a), start_of_buffer(b)) in same_buffer()418 fn start_of_buffer(cursor: Cursor) -> *const Entry { in start_of_buffer() function