Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/smartpqi/
Dsmartpqi_request.c527 uint32_t buf_consumed = 0; in pqisrc_print_buffer() local
549 while(buf_consumed < total_len) in pqisrc_print_buffer()
555 this_char = *((char*)(user_buf) + buf_consumed); in pqisrc_print_buffer()
558 buf_consumed++; in pqisrc_print_buffer()
559 if (buf_consumed >= total_len || (line_len + 4) >= LINE_BUF_LEN) in pqisrc_print_buffer()