Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/firmware/arm_scmi/transports/
H A Dvirtio.c673 struct scmi_vio_msg *next_msg, *msg = xfer->priv; in virtio_poll_done() local
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()
745 spin_unlock(&next_msg->poll_lock); in virtio_poll_done()
749 list_add_tail(&next_msg->list, in virtio_poll_done()
[all …]
/linux-6.15/drivers/char/ipmi/
H A Dipmi_ipmb.c54 struct ipmi_smi_msg *next_msg; member
293 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()
/linux-6.15/drivers/i2c/busses/
H A Di2c-microchip-corei2c.c256 struct i2c_msg *next_msg = idev->msg_queue; in mchp_corei2c_next_msg() local
258 idev->restart_needed = next_msg->flags & I2C_M_RD; in mchp_corei2c_next_msg()
394 struct i2c_msg *next_msg = msgs + 1; in mchp_corei2c_xfer() local
396 idev->restart_needed = next_msg->flags & I2C_M_RD; in mchp_corei2c_xfer()
/linux-6.15/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-6.15/net/ipv4/
H A Dipconfig.c215 unsigned long start, next_msg; in ic_open_devs() local
277 next_msg = start + msecs_to_jiffies(20000); in ic_open_devs()
292 if (time_before(jiffies, next_msg)) in ic_open_devs()
298 next_msg = jiffies + msecs_to_jiffies(20000); in ic_open_devs()
/linux-6.15/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-6.15/fs/smb/server/
H A Dtransport_rdma.c1361 struct smb_direct_rdma_rw_msg *msg, *next_msg; in smb_direct_rdma_xmit() local
1475 list_for_each_entry_safe(msg, next_msg, &msg_list, list) { in smb_direct_rdma_xmit()