Searched refs:next_msg (Results 1 – 5 of 5) sorted by relevance
104 goto next_msg; in scsi_nl_rcv_msg()111 goto next_msg; in scsi_nl_rcv_msg()116 goto next_msg; in scsi_nl_rcv_msg()122 goto next_msg; in scsi_nl_rcv_msg()144 next_msg: in scsi_nl_rcv_msg()
221 unsigned long flags, next_msg; in smp_send_message() local228 next_msg = (msg_queue->head + msg_queue->count) in smp_send_message()230 msg = &msg_queue->ipi_message[next_msg]; in smp_send_message()
943 struct i2c_msg *msg, *next_msg; in pt1_i2c_xfer() local956 next_msg = &msgs[i + 1]; in pt1_i2c_xfer()958 next_msg = NULL; in pt1_i2c_xfer()960 if (next_msg && next_msg->flags & I2C_M_RD) { in pt1_i2c_xfer()963 len = next_msg->len; in pt1_i2c_xfer()969 pt1_i2c_read_msg(pt1, addr, &addr, next_msg); in pt1_i2c_xfer()976 next_msg->buf[len] = word; in pt1_i2c_xfer()
471 struct spi_message *next_msg; in giveback() local486 next_msg = NULL; in giveback()488 next_msg = list_entry(drv_data->queue.next, in giveback()495 if (next_msg && next_msg->spi != msg->spi) in giveback()496 next_msg = NULL; in giveback()497 if (!next_msg || msg->state == ERROR_STATE) in giveback()
487 struct spi_message *next_msg; in giveback() local502 next_msg = NULL; in giveback()504 next_msg = list_entry(pl022->queue.next, in giveback()511 if (next_msg && next_msg->spi != msg->spi) in giveback()512 next_msg = NULL; in giveback()513 if (!next_msg || msg->state == STATE_ERROR) in giveback()