Searched refs:rd_fpga_buf_idx (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/char/xillybus/
H A Dxillybus.h76 int rd_fpga_buf_idx; member in struct:xilly_channel
H A Dxillybus_core.c220 channel->rd_fpga_buf_idx = msg_bufno; xillybus_isr()
460 channel->rd_fpga_buf_idx = 0; xilly_setupchannels()
1046 (bufidx_minus1 != channel->rd_fpga_buf_idx))) { xillybus_myflush()
1061 if (bufidx == channel->rd_fpga_buf_idx) xillybus_myflush()
1100 * rd_fpga_buf_idx if buffer was never written to), and xillybus_myflush()
1103 * If bufidx == channel->rd_fpga_buf_idx we're either empty or full. xillybus_myflush()
1109 if (bufidx != channel->rd_fpga_buf_idx) xillybus_myflush()
1261 if (bufidx == channel->rd_fpga_buf_idx) xillybus_write()
1535 channel->rd_fpga_buf_idx = channel->num_rd_buffers - 1; xillybus_open()

Completed in 49 milliseconds