Searched refs:recv_frames (Results 1 – 6 of 6) sorted by relevance
54 int recv_frames; member203 return ctx->recv_frames; in spi_context_wait_for_completion()231 status = ctx->recv_frames; in spi_context_complete()382 ctx->recv_frames = 0; in spi_context_buffers_setup()456 ctx->recv_frames += len; in spi_context_update_rx()
368 ret = data->ctx.recv_frames; in transceive()548 data->ctx.recv_frames = MIN(spi_context_total_tx_len(&data->ctx), in ra_spi_rxi_isr()551 data->ctx.recv_frames = data->data_len; in ra_spi_rxi_isr()
428 ret = data->ctx.recv_frames; in transceive()596 data->ctx.recv_frames = MIN(spi_context_total_tx_len(&data->ctx), in ra_spi_rxi_isr()599 data->ctx.recv_frames = data->data_len; in ra_spi_rxi_isr()
448 ret = spi->ctx.recv_frames; in transceive()
452 ret = data->ctx.recv_frames; in transceive()
1036 ret = data->ctx.recv_frames; in transceive()1342 ret = data->ctx.recv_frames; in transceive_dma()