Home
last modified time | relevance | path

Searched refs:next_msg (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_netlink.c56 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()
/linux/drivers/firmware/arm_scmi/transports/
H A Dvirtio.c673 struct scmi_vio_msg *next_msg, *msg = xfer->priv; in virtio_poll_done() local
714 while ((next_msg = virtqueue_get_buf(vioch->vqueue, &length))) { in virtio_poll_done()
721 spin_lock(&next_msg->poll_lock); in virtio_poll_done()
722 if (next_msg->poll_status == VIO_MSG_POLLING) { in virtio_poll_done()
723 next_msg->poll_status = VIO_MSG_POLL_DONE; in virtio_poll_done()
726 spin_unlock(&next_msg->poll_lock); in virtio_poll_done()
728 next_msg->rx_len = length; in virtio_poll_done()
730 if (next_msg == msg) { in virtio_poll_done()
742 spin_lock(&next_msg->poll_lock); in virtio_poll_done()
743 if (next_msg in virtio_poll_done()
[all...]
/linux/drivers/media/pci/pt1/
H A Dpt1.c1142 struct i2c_msg *msg, *next_msg; in pt1_i2c_xfer() local
1155 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()
/linux/drivers/i2c/busses/
H A Di2c-microchip-corei2c.c258 struct i2c_msg *next_msg = idev->msg_queue; in mchp_corei2c_next_msg() local
260 idev->restart_needed = next_msg->flags & I2C_M_RD; in mchp_corei2c_next_msg()
396 struct i2c_msg *next_msg = msgs + 1; in mchp_corei2c_xfer() local
398 idev->restart_needed = next_msg->flags & I2C_M_RD; in mchp_corei2c_xfer()
/linux/net/ipv4/
H A Dipconfig.c215 unsigned long start, next_msg; in ic_open_devs() local
277 next_msg = start + secs_to_jiffies(20); in ic_open_devs()
292 if (time_before(jiffies, next_msg)) in ic_open_devs()
298 next_msg = jiffies + secs_to_jiffies(20); in ic_open_devs()
/linux/net/nfc/hci/
H A Dcore.c90 next_msg: in nfc_hci_msg_tx_work()
111 goto next_msg; in nfc_hci_msg_tx_work()
115 goto next_msg; in nfc_hci_msg_tx_work()
/linux/fs/smb/server/
H A Dtransport_rdma.c1341 struct smb_direct_rdma_rw_msg *msg, *next_msg; in smb_direct_rdma_xmit() local
1455 list_for_each_entry_safe(msg, next_msg, &msg_list, list) { in smb_direct_rdma_xmit()