Searched refs:packet_size_in_dwords (Results 1 – 2 of 2) sorted by relevance
228 size_t packet_size_in_dwords, unsigned int **buffer_ptr) in kq_acquire_packet_buffer() argument254 if (packet_size_in_dwords > available_size) { in kq_acquire_packet_buffer()262 if (wptr + packet_size_in_dwords >= queue_size_dwords) { in kq_acquire_packet_buffer()266 if (packet_size_in_dwords >= rptr) in kq_acquire_packet_buffer()278 kq->pending_wptr = wptr + packet_size_in_dwords; in kq_acquire_packet_buffer()279 kq->pending_wptr64 = wptr64 + packet_size_in_dwords; in kq_acquire_packet_buffer()
47 size_t packet_size_in_dwords,
Completed in 5 milliseconds