Home
last modified time | relevance | path

Searched refs:orb (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/firewire/
H A Dsbp2.c261 void (*callback)(struct sbp2_orb * orb, struct sbp2_status * status);
401 struct sbp2_orb *orb = container_of(kref, struct sbp2_orb, kref); in free_orb() local
403 kfree(orb); in free_orb()
412 struct sbp2_orb *orb = NULL, *iter; in sbp2_status_write() local
442 orb = iter; in sbp2_status_write()
448 if (orb) { in sbp2_status_write()
449 orb->callback(orb, &status); in sbp2_status_write()
450 kref_put(&orb->kref, free_orb); /* orb callback reference */ in sbp2_status_write()
461 struct sbp2_orb *orb = data; in complete_transaction() local
473 spin_lock_irqsave(&orb->lu->tgt->lock, flags); in complete_transaction()
[all …]
/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.c235 #define idal_is_2k(_cp) (!(_cp)->orb.cmd.c64 || (_cp)->orb.cmd.i2k)
436 if (!cp->orb.cmd.fmt) in ccwchain_handle_ccw()
532 if (cp->orb.cmd.c64) { in get_guest_idal()
571 int size = cp->orb.cmd.c64 ? sizeof(u64) : sizeof(u32); in ccw_count_idaws()
589 if (!cp->orb.cmd.c64) in ccw_count_idaws()
596 if (!cp->orb.cmd.c64) in ccw_count_idaws()
600 if (cp->orb.cmd.i2k) in ccw_count_idaws()
647 if (cp->orb.cmd.c64) in ccwchain_fetch_ccw()
710 int cp_init(struct channel_program *cp, union orb *orb) in cp_init() argument
729 if (!orb->cmd.pfch && __ratelimit(&ratelimit_state)) in cp_init()
[all …]
H A Deadm_sch.c52 static void orb_init(union orb *orb) in orb_init() argument
54 memset(orb, 0, sizeof(union orb)); in orb_init()
55 orb->eadm.compat1 = 1; in orb_init()
56 orb->eadm.compat2 = 1; in orb_init()
57 orb->eadm.fmt = 1; in orb_init()
58 orb->eadm.x = 1; in orb_init()
63 union orb *orb = &get_eadm_private(sch)->orb; in eadm_subchannel_start() local
66 orb_init(orb); in eadm_subchannel_start()
67 orb->eadm.aob = virt_to_dma32(aob); in eadm_subchannel_start()
68 orb->eadm.intparm = (u32)virt_to_phys(sch); in eadm_subchannel_start()
[all …]
H A Dvfio_ccw_cp.h38 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);
H A Dvfio_ccw_fsm.c22 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()
H A Deadm_sch.h12 union orb orb; member
H A Dtrace.h194 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;
H A Ddevice_fsm.c44 union orb *orb; in ccw_timeout_log() local
49 orb = &private->orb; in ccw_timeout_log()
56 orb, sizeof(*orb), 0); in ccw_timeout_log()
64 if (orb->tm.b) { in ccw_timeout_log()
68 dma32_to_virt(orb->tm.tcw), in ccw_timeout_log()
72 if (dma32_to_virt(orb->cmd.cpa) == in ccw_timeout_log()
74 dma32_to_virt(orb->cmd.cpa) == in ccw_timeout_log()
82 dma32_to_virt(orb->cmd.cpa), in ccw_timeout_log()
H A Dio_sch.h17 union orb orb; /* operation request block */ member
H A Dioasm.c103 static inline int __ssch(struct subchannel_id schid, union orb *addr) in __ssch()
122 int ssch(struct subchannel_id schid, union orb *addr) in ssch()
H A Dioasm.h19 int ssch(struct subchannel_id schid, union orb *addr);
H A Dorb.h89 union orb { union
/linux/drivers/target/sbp/
H A Dsbp_target.c271 LOGIN_ORB_LUN(be32_to_cpu(req->orb.misc)), &ret); in sbp_management_request_login()
274 LOGIN_ORB_LUN(be32_to_cpu(req->orb.misc))); in sbp_management_request_login()
324 if (LOGIN_ORB_EXCLUSIVE(be32_to_cpu(req->orb.misc)) && in sbp_management_request_login()
391 1 << LOGIN_ORB_RECONNECT(be32_to_cpu(req->orb.misc)), in sbp_management_request_login()
408 login->status_fifo_addr = sbp2_pointer_to_addr(&req->orb.status_fifo); in sbp_management_request_login()
409 login->exclusive = LOGIN_ORB_EXCLUSIVE(be32_to_cpu(req->orb.misc)); in sbp_management_request_login()
444 LOGIN_ORB_RESPONSE_LENGTH(be32_to_cpu(req->orb.length)), in sbp_management_request_login()
455 sbp2_pointer_to_addr(&req->orb.ptr2), response, in sbp_management_request_login()
511 RECONNECT_ORB_LOGIN_ID(be32_to_cpu(req->orb.misc))); in sbp_management_request_reconnect()
556 id = LOGOUT_ORB_LOGIN_ID(be32_to_cpu(req->orb.misc)); in sbp_management_request_logout()
[all …]
H A Dsbp_target.h213 struct sbp_command_block_orb orb; member
235 struct sbp_management_orb orb; member
/linux/arch/x86/math-emu/
H A Dreg_round.S503 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/
H A Dpmjump.S38 orb $X86_CR0_PE, %dl # Protected mode
/linux/arch/x86/realmode/rm/
H A Dwakeup_asm.S53 orb $X86_CR0_PE, %al
/linux/arch/m68k/fpsp040/
H A Dkernel_ex.S346 orb #norm_tag,DTAG(%a6) |set up dtag for norm
347 orb #nan_tag,STAG(%a6) |set up stag for nan
H A Ddo_func.S285 orb %d0,%d1 |d1{3:2} = dtag, d1{1:0} = stag
439 orb %d0,%d1 |d1{4:2} = dtag, d1{1:0} = stag
H A Dres_func.S79 orb #0x0f,DNRM_FLG(%a6)
/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst242 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/Documentation/input/joydev/
H A Djoystick.rst470 side of the orb, although reported as an ordinary button, causes internal
/linux/arch/m68k/kernel/
H A Dhead.S2900 orb #1,%a1@(LMFP_TDCDR)