Searched refs:orb (Results 1 - 6 of 6) sorted by relevance

/drivers/firewire/
H A Dsbp2.c216 /* Management orb opcodes */
265 void (*callback)(struct sbp2_orb * orb, struct sbp2_status * status);
405 struct sbp2_orb *orb = container_of(kref, struct sbp2_orb, kref); local
407 kfree(orb);
416 struct sbp2_orb *orb; local
433 fw_notify("non-orb related status write, not handled\n");
438 /* Lookup the orb corresponding to this status write. */
440 list_for_each_entry(orb, &lu->orb_list, link) {
442 STATUS_GET_ORB_LOW(status) == orb->request_bus) {
443 orb
463 struct sbp2_orb *orb = data; local
492 sbp2_send_orb(struct sbp2_orb *orb, struct sbp2_logical_unit *lu, int node_id, int generation, u64 offset) argument
517 struct sbp2_orb *orb, *next; local
543 struct sbp2_management_orb *orb = local
556 struct sbp2_management_orb *orb; local
1273 sbp2_unmap_scatterlist(struct device *card_device, struct sbp2_command_orb *orb) argument
1326 struct sbp2_command_orb *orb = local
1370 sbp2_map_scatterlist(struct sbp2_command_orb *orb, struct fw_device *device, struct sbp2_logical_unit *lu) argument
1437 struct sbp2_command_orb *orb; local
[all...]
/drivers/s390/cio/
H A Dcio.c128 union orb *orb = &priv->orb; local
134 memset(orb, 0, sizeof(union orb));
136 orb->cmd.intparm = (u32)(addr_t)sch;
137 orb->cmd.fmt = 1;
139 orb->cmd.pfch = priv->options.prefetch == 0;
140 orb->cmd.spnd = priv->options.suspend;
141 orb
1110 union orb *orb = &to_io_private(sch)->orb; local
[all...]
H A Dorb.h62 union orb { union
H A Dio_sch.h9 #include "orb.h"
12 union orb orb; /* operation request block */ member in struct:io_subchannel_private
H A Dioasm.h6 #include "orb.h"
92 static inline int ssch(struct subchannel_id schid, union orb *addr)
H A Ddevice_fsm.c42 union orb *orb; local
47 orb = &private->orb;
52 printk(KERN_WARNING "cio: orb:\n");
54 orb, sizeof(*orb), 0);
62 if (orb->tm.b) {
63 printk(KERN_WARNING "cio: orb indicates transport mode\n");
66 (void *)(addr_t)orb
[all...]

Completed in 73 milliseconds