Searched refs:packets_left (Results 1 – 1 of 1) sorted by relevance
37 int packets_left; member241 } else if (ctx->packets_left == 0) { in mspi_context_lock()259 ctx->packets_left = ctx->xfer.num_packet; in mspi_context_lock()1048 while (ctx->packets_left > 0) { in mspi_pio_transceive()1049 packet_idx = ctx->xfer.num_packet - ctx->packets_left; in mspi_pio_transceive()1059 ctx->packets_left--; in mspi_pio_transceive()1075 while (ctx->packets_left > 0) { in mspi_pio_transceive()1076 packet_idx = ctx->xfer.num_packet - ctx->packets_left; in mspi_pio_transceive()1101 ctx->packets_left--; in mspi_pio_transceive()1159 while (ctx->packets_left > 0) { in mspi_dma_transceive()[all …]