Searched refs:next_msg (Results 1 – 6 of 6) sorted by relevance
105 goto next_msg; in scsi_nl_rcv_msg()112 goto next_msg; in scsi_nl_rcv_msg()117 goto next_msg; in scsi_nl_rcv_msg()123 goto next_msg; in scsi_nl_rcv_msg()145 next_msg: in scsi_nl_rcv_msg()
989 struct i2c_msg *msg, *next_msg; in pt1_i2c_xfer() local1002 next_msg = &msgs[i + 1]; in pt1_i2c_xfer()1004 next_msg = NULL; in pt1_i2c_xfer()1006 if (next_msg && next_msg->flags & I2C_M_RD) { in pt1_i2c_xfer()1009 len = next_msg->len; in pt1_i2c_xfer()1015 pt1_i2c_read_msg(pt1, addr, &addr, next_msg); in pt1_i2c_xfer()1022 next_msg->buf[len] = word; in pt1_i2c_xfer()
232 unsigned long flags, next_msg; in smp_send_message() local240 next_msg = (msg_queue->head + msg_queue->count) in smp_send_message()242 msg = &msg_queue->ipi_message[next_msg]; in smp_send_message()
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()
488 struct spi_message *next_msg; in bfin_sport_spi_pump_messages() local508 next_msg = list_entry(drv_data->queue.next, in bfin_sport_spi_pump_messages()511 drv_data->cur_msg = next_msg; in bfin_sport_spi_pump_messages()
460 struct spi_message *next_msg; in giveback() local473 next_msg = spi_get_next_queued_message(pl022->master); in giveback()479 if (next_msg && next_msg->spi != pl022->cur_msg->spi) in giveback()480 next_msg = NULL; in giveback()481 if (!next_msg || pl022->cur_msg->state == STATE_ERROR) in giveback()