Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dfirmware.c83 int tbuf_idx; in plfxlc_download_fpga() local
95 for (tbuf_idx = 0; tbuf_idx < blk_tran_len; tbuf_idx++) { in plfxlc_download_fpga()
97 fw_data[tbuf_idx] = bitrev8(fw_data[tbuf_idx]); in plfxlc_download_fpga()
/openbmc/qemu/trace/
H A Dsimple.h22 unsigned int tbuf_idx; member
H A Dsimple.c239 rec->tbuf_idx = idx; in trace_record_start()
272 read_from_buffer(rec->tbuf_idx, &record, sizeof(TraceRecord)); in trace_record_finish()
275 write_to_buffer(rec->tbuf_idx, &record, sizeof(TraceRecord)); in trace_record_finish()