Searched refs:next_msg (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | scsi_netlink.c | 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()
|
/linux-6.1.9/drivers/firmware/arm_scmi/ |
D | virtio.c | 687 struct scmi_vio_msg *next_msg, *msg = xfer->priv; in virtio_poll_done() local 728 while ((next_msg = virtqueue_get_buf(vioch->vqueue, &length))) { in virtio_poll_done() 735 spin_lock(&next_msg->poll_lock); in virtio_poll_done() 736 if (next_msg->poll_status == VIO_MSG_POLLING) { in virtio_poll_done() 737 next_msg->poll_status = VIO_MSG_POLL_DONE; in virtio_poll_done() 740 spin_unlock(&next_msg->poll_lock); in virtio_poll_done() 742 next_msg->rx_len = length; in virtio_poll_done() 744 if (next_msg == msg) { in virtio_poll_done() 756 spin_lock(&next_msg->poll_lock); in virtio_poll_done() 757 if (next_msg->poll_status == VIO_MSG_NOT_POLLED || in virtio_poll_done() [all …]
|
/linux-6.1.9/drivers/char/ipmi/ |
D | ipmi_ipmb.c | 54 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.1.9/drivers/media/pci/pt1/ |
D | pt1.c | 1142 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.1.9/drivers/spi/ |
D | spi-pl022.c | 490 struct spi_message *next_msg; in giveback() local 503 next_msg = spi_get_next_queued_message(pl022->master); 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()
|
/linux-6.1.9/net/ipv4/ |
D | ipconfig.c | 215 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.1.9/net/nfc/hci/ |
D | core.c | 90 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.1.9/fs/ksmbd/ |
D | transport_rdma.c | 1362 struct smb_direct_rdma_rw_msg *msg, *next_msg; in smb_direct_rdma_xmit() local 1465 list_for_each_entry_safe(msg, next_msg, &msg_list, list) { in smb_direct_rdma_xmit()
|