/linux-6.3-rc2/drivers/firewire/ |
A D | sbp2.c | 402 kfree(orb); in free_orb() 441 orb = iter; in sbp2_status_write() 447 if (orb) { in sbp2_status_write() 448 orb->callback(orb, &status); in sbp2_status_write() 480 orb->callback(orb, NULL); in complete_transaction() 499 orb->lu = lu; in sbp2_send_orb() 530 orb->callback(orb, NULL); in sbp2_cancel_orbs() 560 orb = kzalloc(sizeof(*orb), GFP_NOIO); in sbp2_send_management_orb() 572 orb->request.response.low = cpu_to_be32(orb->response_bus); in sbp2_send_management_orb() 640 memcpy(response, orb->response, sizeof(orb->response)); in sbp2_send_management_orb() [all …]
|
/linux-6.3-rc2/drivers/s390/cio/ |
A D | vfio_ccw_cp.c | 235 #define idal_is_2k(_cp) (!(_cp)->orb.cmd.c64 || (_cp)->orb.cmd.i2k) 594 if (cp->orb.cmd.i2k) in ccw_count_idaws() 704 int cp_init(struct channel_program *cp, union orb *orb) in cp_init() argument 729 memcpy(&cp->orb, orb, sizeof(*orb)); in cp_init() 850 union orb *orb; in cp_get_orb() local 858 orb = &cp->orb; in cp_get_orb() 861 orb->cmd.fmt = 1; in cp_get_orb() 868 if (!orb->cmd.c64) in cp_get_orb() 869 orb->cmd.i2k = 1; in cp_get_orb() 870 orb->cmd.c64 = 1; in cp_get_orb() [all …]
|
A D | cio.c | 129 union orb *orb = &priv->orb; in cio_start_key() local 135 memset(orb, 0, sizeof(union orb)); in cio_start_key() 138 orb->cmd.fmt = 1; in cio_start_key() 147 orb->cmd.c64 = 1; in cio_start_key() 148 orb->cmd.i2k = 0; in cio_start_key() 149 orb->cmd.key = key >> 4; in cio_start_key() 713 union orb *orb = &to_io_private(sch)->orb; in cio_tm_start_key() local 715 memset(orb, 0, sizeof(union orb)); in cio_tm_start_key() 717 orb->tm.key = key >> 4; in cio_tm_start_key() 718 orb->tm.b = 1; in cio_tm_start_key() [all …]
|
A D | eadm_sch.c | 51 static void orb_init(union orb *orb) in orb_init() argument 53 memset(orb, 0, sizeof(union orb)); in orb_init() 54 orb->eadm.compat1 = 1; in orb_init() 55 orb->eadm.compat2 = 1; in orb_init() 56 orb->eadm.fmt = 1; in orb_init() 57 orb->eadm.x = 1; in orb_init() 62 union orb *orb = &get_eadm_private(sch)->orb; in eadm_subchannel_start() local 65 orb_init(orb); in eadm_subchannel_start() 66 orb->eadm.aob = (u32)virt_to_phys(aob); in eadm_subchannel_start() 68 orb->eadm.key = PAGE_DEFAULT_KEY >> 4; in eadm_subchannel_start() [all …]
|
A D | vfio_ccw_cp.h | 38 union orb orb; member 43 int cp_init(struct channel_program *cp, union orb *orb); 46 union orb *cp_get_orb(struct channel_program *cp, struct subchannel *sch);
|
A D | vfio_ccw_fsm.c | 22 union orb *orb; in fsm_io_helper() local 30 orb = cp_get_orb(&private->cp, sch); in fsm_io_helper() 31 if (!orb) { in fsm_io_helper() 40 ccode = ssch(sch->schid, orb); in fsm_io_helper() 59 lpm = orb->cmd.lpm; in fsm_io_helper() 246 union orb *orb; in fsm_io_request() local 256 orb = (union orb *)io_region->orb_area; in fsm_io_request() 259 if (orb->tm.b) { in fsm_io_request() 268 io_region->ret_code = cp_init(&private->cp, orb); in fsm_io_request()
|
A D | eadm_sch.h | 12 union orb orb; member
|
A D | trace.h | 194 TP_PROTO(struct subchannel_id schid, union orb *orb, int cc), 195 TP_ARGS(schid, orb, cc), 200 __field_struct(union orb, orb) 207 __entry->orb = *orb;
|
A D | device_fsm.c | 43 union orb *orb; in ccw_timeout_log() local 48 orb = &private->orb; in ccw_timeout_log() 55 orb, sizeof(*orb), 0); in ccw_timeout_log() 63 if (orb->tm.b) { in ccw_timeout_log() 67 phys_to_virt(orb->tm.tcw), in ccw_timeout_log() 71 if ((void *)(addr_t)orb->cmd.cpa == in ccw_timeout_log() 73 (void *)(addr_t)orb->cmd.cpa == in ccw_timeout_log() 81 phys_to_virt(orb->cmd.cpa), in ccw_timeout_log()
|
A D | io_sch.h | 17 union orb orb; /* operation request block */ member
|
A D | ioasm.c | 101 static inline int __ssch(struct subchannel_id schid, union orb *addr) in __ssch() 119 int ssch(struct subchannel_id schid, union orb *addr) in ssch()
|
A D | ioasm.h | 19 int ssch(struct subchannel_id schid, union orb *addr);
|
A D | orb.h | 86 union orb { union
|
/linux-6.3-rc2/drivers/target/sbp/ |
A D | sbp_target.c | 275 LOGIN_ORB_LUN(be32_to_cpu(req->orb.misc))); in sbp_management_request_login() 861 sbp2_pointer_to_addr(&req->orb.next_orb), in tgt_agent_process_work() 863 be32_to_cpu(req->orb.misc)); in tgt_agent_process_work() 960 req->orb_pointer, &req->orb, sizeof(req->orb)); in tgt_agent_fetch_work() 1119 memcpy(req->cmd_buf, req->orb.command_block, in sbp_fetch_command() 1128 req->orb_pointer + sizeof(req->orb), in sbp_fetch_command() 1461 agent->orb_offset, &req->orb, sizeof(req->orb)); in sbp_mgt_agent_process() 1468 sbp2_pointer_to_addr(&req->orb.ptr1), in sbp_mgt_agent_process() 1469 sbp2_pointer_to_addr(&req->orb.ptr2), in sbp_mgt_agent_process() 1470 be32_to_cpu(req->orb.misc), be32_to_cpu(req->orb.length), in sbp_mgt_agent_process() [all …]
|
A D | sbp_target.h | 213 struct sbp_command_block_orb orb; member 235 struct sbp_management_orb orb; member
|
/linux-6.3-rc2/arch/x86/math-emu/ |
A D | reg_round.S | 503 orb %ch,%dl 513 orb %ch,%bl 520 orb %ch,%bl 521 orb %cl,%bl 540 orb %ch,%cl 541 orb %cl,%al
|
/linux-6.3-rc2/arch/x86/boot/ |
A D | pmjump.S | 38 orb $X86_CR0_PE, %dl # Protected mode
|
/linux-6.3-rc2/arch/x86/realmode/rm/ |
A D | wakeup_asm.S | 53 orb $X86_CR0_PE, %al
|
/linux-6.3-rc2/arch/m68k/fpsp040/ |
A D | kernel_ex.S | 346 orb #norm_tag,DTAG(%a6) |set up dtag for norm 347 orb #nan_tag,STAG(%a6) |set up stag for nan
|
A D | do_func.S | 285 orb %d0,%d1 |d1{3:2} = dtag, d1{1:0} = stag 439 orb %d0,%d1 |d1{4:2} = dtag, d1{1:0} = stag
|
A D | res_func.S | 79 orb #0x0f,DNRM_FLG(%a6)
|
/linux-6.3-rc2/arch/s390/boot/ |
A D | head.S | 140 larl %r3,.Lorb # r2 = address of orb into r2
|
/linux-6.3-rc2/Documentation/s390/ |
A D | vfio-ccw.rst | 242 The orb specified a chain longer than 255 ccws, or an internal error 384 With the necessary information contained in the orb passed in
|
/linux-6.3-rc2/Documentation/input/joydev/ |
A D | joystick.rst | 470 side of the orb, although reported as an ordinary button, causes internal
|
/linux-6.3-rc2/arch/m68k/kernel/ |
A D | head.S | 2904 orb #1,%a1@(LMFP_TDCDR)
|