Searched refs:next_msg (Results 1 – 5 of 5) sorted by relevance
56 goto next_msg; in scsi_nl_rcv_msg()63 goto next_msg; in scsi_nl_rcv_msg()68 goto next_msg; in scsi_nl_rcv_msg()74 goto next_msg; in scsi_nl_rcv_msg()98 next_msg: in scsi_nl_rcv_msg()
685 struct scmi_vio_msg *next_msg, *msg = xfer->priv; in virtio_poll_done() local726 while ((next_msg = virtqueue_get_buf(vioch->vqueue, &length))) { in virtio_poll_done()733 spin_lock(&next_msg->poll_lock); in virtio_poll_done()734 if (next_msg->poll_status == VIO_MSG_POLLING) { in virtio_poll_done()735 next_msg->poll_status = VIO_MSG_POLL_DONE; in virtio_poll_done()738 spin_unlock(&next_msg->poll_lock); in virtio_poll_done()740 next_msg->rx_len = length; in virtio_poll_done()742 if (next_msg == msg) { in virtio_poll_done()754 spin_lock(&next_msg->poll_lock); in virtio_poll_done()755 if (next_msg->poll_status == VIO_MSG_NOT_POLLED || in virtio_poll_done()[all …]
54 struct ipmi_smi_msg *next_msg; member293 if (iidev->next_msg) { in ipmi_ipmb_thread()294 msg = iidev->next_msg; in ipmi_ipmb_thread()295 iidev->next_msg = NULL; in ipmi_ipmb_thread()370 if (iidev->next_msg) in ipmi_ipmb_thread()372 ipmi_ipmb_send_response(iidev, iidev->next_msg, 0xff); in ipmi_ipmb_thread()414 BUG_ON(iidev->next_msg); in ipmi_ipmb_sender()416 iidev->next_msg = msg; in ipmi_ipmb_sender()
1142 struct i2c_msg *msg, *next_msg; in pt1_i2c_xfer() local1155 next_msg = &msgs[i + 1]; in pt1_i2c_xfer()1157 next_msg = NULL; in pt1_i2c_xfer()1159 if (next_msg && next_msg->flags & I2C_M_RD) { in pt1_i2c_xfer()1162 len = next_msg->len; in pt1_i2c_xfer()1168 pt1_i2c_read_msg(pt1, addr, &addr, next_msg); in pt1_i2c_xfer()1175 next_msg->buf[len] = word; in pt1_i2c_xfer()
490 struct spi_message *next_msg; in giveback() local503 next_msg = spi_get_next_queued_message(pl022->host); in giveback()509 if (next_msg && next_msg->spi != pl022->cur_msg->spi) in giveback()510 next_msg = NULL; in giveback()511 if (!next_msg || pl022->cur_msg->state == STATE_ERROR) in giveback()