Searched defs:full (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dring_buffer.cpp53 u8 full; member in struct:rb_entry_s
168 /* Check if the complete RB is full. If the current wr_buf is also
169 * full, it indicates that the complete RB is full
171 if (rbc->bufs[rbc->wr_buf_no].full == 1)
185 /* Check if the next buffer is not full to write this record into
193 if (rbc->bufs[next_buf_no].full == 1) {
199 /* Check if the next buffer is not full to write this record into
207 if (rbc->bufs[next_buf_no].full == 1) {
217 rbc->bufs[rbc->wr_buf_no].full
[all...]

Completed in 24 milliseconds