Searched refs:bufsize (Results 1 – 2 of 2) sorted by relevance
508 c->bufsize = dtoh32(c->log.buf_size); in whd_wifi_read_wlan_log_unsafe()509 c->buf = whd_mem_malloc(c->bufsize); in whd_wifi_read_wlan_log_unsafe()524 if (index > c->bufsize) in whd_wifi_read_wlan_log_unsafe()543 …result = whd_bus_transfer_backplane_bytes(whd_driver, BUS_READ, address, c->bufsize, (uint8_t *)c-… in whd_wifi_read_wlan_log_unsafe()565 c->last = c->bufsize - n; in whd_wifi_read_wlan_log_unsafe()574 c->last = (c->last + 1) % c->bufsize; in whd_wifi_read_wlan_log_unsafe()
294 uint bufsize; /* Size of log buffer */ member