Searched refs:msgphase (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | mesh.c | 154 enum msg_phase msgphase; member 222 tlp->phase = (ms->msgphase << 4) + ms->phase; in dlog() 322 printk(KERN_DEBUG " phase=%d msgphase=%d conn_tgt=%d data_ptr=%d\n", in mesh_dump_regs() 323 ms->phase, ms->msgphase, ms->conn_tgt, ms->data_ptr); in mesh_dump_regs() 401 ms->msgphase = msg_none; in mesh_init() 429 ms->msgphase = msg_none; in mesh_start_cmd() 691 switch (ms->msgphase) { in start_phase() 712 ms->msgphase = msg_none; in start_phase() 759 printk(KERN_ERR "mesh bug: start_phase msgphase=%d\n", in start_phase() 760 ms->msgphase); in start_phase() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | mesh.c | 154 enum msg_phase msgphase; member 222 tlp->phase = (ms->msgphase << 4) + ms->phase; in dlog() 322 printk(KERN_DEBUG " phase=%d msgphase=%d conn_tgt=%d data_ptr=%d\n", in mesh_dump_regs() 323 ms->phase, ms->msgphase, ms->conn_tgt, ms->data_ptr); in mesh_dump_regs() 392 ms->msgphase = msg_none; in mesh_init() 420 ms->msgphase = msg_none; in mesh_start_cmd() 685 switch (ms->msgphase) { in start_phase() 706 ms->msgphase = msg_none; in start_phase() 753 printk(KERN_ERR "mesh bug: start_phase msgphase=%d\n", in start_phase() 754 ms->msgphase); in start_phase() [all...] |
Completed in 3 milliseconds