Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_request.c1673 uint32_t buf_consumed = 0; in pqisrc_print_buffer() local
1697 while(buf_consumed < total_len) in pqisrc_print_buffer()
1703 this_char = *((char*)(user_buf) + buf_consumed); in pqisrc_print_buffer()
1706 buf_consumed++; in pqisrc_print_buffer()
1707 if (buf_consumed >= total_len || (line_len + 4) >= LINE_BUF_LEN) in pqisrc_print_buffer()