Searched refs:bufpos (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/char/xillybus/ |
| H A D | xillybus_core.c | 703 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_read() local 725 bufpos = channel->wr_host_buf_pos; in xillybus_read() 728 - bufpos; in xillybus_read() 772 if (bufpos == 0) /* Position zero means it's virgin */ in xillybus_read() 781 + bufpos, howmany)) in xillybus_read() 1212 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_write() local 1231 bufpos = channel->rd_host_buf_pos; in xillybus_write() 1232 howmany = channel->rd_buf_size - bufpos; in xillybus_write() 1242 ((bufpos >> channel->log2_element_size) == 0))) { in xillybus_write() 1261 end_offset_plus1 = bufpos >> in xillybus_write() [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | testmode.c | 555 u8 *bufpos; in ath10k_tm_cmd_tlv() local 575 bufpos = buf; in ath10k_tm_cmd_tlv() 609 memcpy(&ftm_cmd->data, bufpos, chunk_len); in ath10k_tm_cmd_tlv() 618 bufpos += chunk_len; in ath10k_tm_cmd_tlv()
|
| /linux/fs/nfs/ |
| H A D | nfs42xdr.c | 1119 unsigned int bufpos; in process_read_plus_segment() local 1134 bufpos = xdr->buf->head[0].iov_len + (offset - args->offset); in process_read_plus_segment() 1136 return xdr_stream_zero(xdr, bufpos, length); in process_read_plus_segment() 1138 return xdr_stream_move_subsegment(xdr, seg->data.from, bufpos, length); in process_read_plus_segment()
|