| /linux/drivers/firewire/ |
| A D | sbp2.c | 402 kfree(orb); in free_orb() 447 orb->callback(orb, &status); in sbp2_status_write() 479 orb->callback(orb, NULL); in complete_transaction() 498 orb->lu = lu; in sbp2_send_orb() 529 orb->callback(orb, NULL); in sbp2_cancel_orbs() 559 orb = kzalloc(sizeof(*orb), GFP_NOIO); in sbp2_send_management_orb() 560 if (orb == NULL) in sbp2_send_management_orb() 571 orb->request.response.low = cpu_to_be32(orb->response_bus); in sbp2_send_management_orb() 639 memcpy(response, orb->response, sizeof(orb->response)); in sbp2_send_management_orb() 1449 orb = kzalloc(sizeof(*orb), GFP_ATOMIC); in sbp2_scsi_queuecommand() [all …]
|
| /linux/drivers/s390/cio/ |
| 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 | 50 static void orb_init(union orb *orb) in orb_init() argument 52 memset(orb, 0, sizeof(union orb)); in orb_init() 53 orb->eadm.compat1 = 1; in orb_init() 54 orb->eadm.compat2 = 1; in orb_init() 55 orb->eadm.fmt = 1; in orb_init() 56 orb->eadm.x = 1; in orb_init() 61 union orb *orb = &get_eadm_private(sch)->orb; in eadm_subchannel_start() local 64 orb_init(orb); in eadm_subchannel_start() 65 orb->eadm.aob = (u32)__pa(aob); in eadm_subchannel_start() 66 orb->eadm.intparm = (u32)(addr_t)sch; in eadm_subchannel_start() [all …]
|
| A D | vfio_ccw_cp.c | 384 if ((!cp->orb.cmd.c64 || cp->orb.cmd.i2k) && ccw_is_idal(ccw)) in ccwchain_calc_length() 436 if (!cp->orb.cmd.fmt) in ccwchain_handle_ccw() 635 int cp_init(struct channel_program *cp, struct device *mdev, union orb *orb) in cp_init() argument 656 memcpy(&cp->orb, orb, sizeof(*orb)); in cp_init() 668 cp->orb.cmd.c64 = 1; in cp_init() 778 union orb *orb; in cp_get_orb() local 786 orb = &cp->orb; in cp_get_orb() 789 orb->cmd.fmt = 1; in cp_get_orb() 792 if (orb->cmd.lpm == 0) in cp_get_orb() 793 orb->cmd.lpm = lpm; in cp_get_orb() [all …]
|
| A D | vfio_ccw_cp.h | 39 union orb orb; member 46 union orb *orb); 49 extern union orb *cp_get_orb(struct channel_program *cp, u32 intparm, u8 lpm);
|
| A D | vfio_ccw_fsm.c | 21 union orb *orb; in fsm_io_helper() local 31 orb = cp_get_orb(&private->cp, (u32)(addr_t)sch, sch->lpm); in fsm_io_helper() 32 if (!orb) { in fsm_io_helper() 41 ccode = ssch(sch->schid, orb); in fsm_io_helper() 60 lpm = orb->cmd.lpm; in fsm_io_helper() 242 union orb *orb; in fsm_io_request() local 253 orb = (union orb *)io_region->orb_area; in fsm_io_request() 256 if (orb->tm.b) { in fsm_io_request() 266 orb); in fsm_io_request()
|
| 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 | eadm_sch.h | 12 union orb orb; member
|
| A D | device_fsm.c | 42 union orb *orb; in ccw_timeout_log() local 47 orb = &private->orb; in ccw_timeout_log() 54 orb, sizeof(*orb), 0); in ccw_timeout_log() 62 if (orb->tm.b) { in ccw_timeout_log() 66 (void *)(addr_t)orb->tm.tcw, in ccw_timeout_log() 70 if ((void *)(addr_t)orb->cmd.cpa == in ccw_timeout_log() 72 (void *)(addr_t)orb->cmd.cpa == in ccw_timeout_log() 80 (void *)(addr_t)orb->cmd.cpa, in ccw_timeout_log()
|
| A D | io_sch.h | 17 union orb orb; /* operation request block */ member
|
| A D | ioasm.c | 100 static inline int __ssch(struct subchannel_id schid, union orb *addr) in __ssch() 118 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/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/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/arch/x86/boot/ |
| A D | pmjump.S | 38 orb $X86_CR0_PE, %dl # Protected mode
|
| /linux/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/arch/x86/realmode/rm/ |
| A D | wakeup_asm.S | 53 orb $X86_CR0_PE, %al
|
| /linux/Documentation/s390/ |
| A D | vfio-ccw.rst | 222 The orb specified transport mode or an unidentified IDAW format, or the 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/arch/s390/boot/ |
| A D | head.S | 96 la %r3,.Lorb # r2 = address of orb into r2
|
| /linux/Documentation/input/joydev/ |
| A D | joystick.rst | 470 side of the orb, although reported as an ordinary button, causes internal
|
| /linux/arch/m68k/kernel/ |
| A D | head.S | 2887 orb #1,%a1@(LMFP_TDCDR)
|