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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-sbp2.c101 /* Management orb opcodes */
150 void (*callback)(struct sbp2_orb * orb, struct sbp2_status * status);
276 struct sbp2_orb *orb; local
292 fw_notify("non-orb related status write, not handled\n");
297 /* Lookup the orb corresponding to this status write. */
299 list_for_each_entry(orb, &sd->orb_list, link) {
301 STATUS_GET_ORB_LOW(status) == orb->request_bus &&
302 orb->rcode == RCODE_COMPLETE) {
303 list_del(&orb->link);
309 if (&orb
321 struct sbp2_orb *orb = data; local
334 sbp2_send_orb(struct sbp2_orb *orb, struct fw_unit *unit, int node_id, int generation, u64 offset) argument
360 struct sbp2_orb *orb, *next; local
385 struct sbp2_management_orb *orb = local
399 struct sbp2_management_orb *orb; local
825 struct sbp2_command_orb *orb = (struct sbp2_command_orb *)base_orb; local
884 sbp2_command_orb_map_scatterlist(struct sbp2_command_orb *orb) argument
969 struct sbp2_command_orb *orb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/
H A Dhowl.h35 #include <corby/orb.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dcio.h58 struct orb { struct
102 struct orb orb; /* operation request block */ member in struct:subchannel
H A Dcio.c192 sch->orb.intparm = (__u32)(unsigned long)sch;
193 sch->orb.fmt = 1;
195 sch->orb.pfch = sch->options.prefetch == 0;
196 sch->orb.spnd = sch->options.suspend;
197 sch->orb.ssic = sch->options.suspend && sch->options.inter;
198 sch->orb.lpm = (lpm != 0) ? lpm : sch->lpm;
203 sch->orb.c64 = 1;
204 sch->orb.i2k = 0;
206 sch->orb.key = key >> 4;
208 sch->orb
[all...]
H A Dioasm.h113 volatile struct orb *addr)
H A Ddevice_id.c282 if ((sch->orb.lpm &
286 "'not operational'\n", sch->orb.lpm,
H A Ddevice_pgid.c161 sch->schid.sch_no, sch->orb.lpm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dorb.h55 sw_corby_orb orb,
81 sw_corby_orb orb,
95 sw_corby_orb orb,
H A Dobject.h58 struct _sw_corby_orb * orb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dsbp2.c517 struct sbp2_lu *lu, dma_addr_t orb)
525 if (cmd->command_orb_dma == orb) {
1407 static void sbp2_prep_command_orb_sg(struct sbp2_command_orb *orb, argument
1416 orb->data_descriptor_hi = ORB_SET_NODE_ID(hi->host->node_id);
1417 orb->misc |= ORB_SET_DIRECTION(orb_direction);
1429 orb->data_descriptor_lo = cmd->cmd_dma;
1430 orb->misc |= ORB_SET_DATA_SIZE(cmd->dma_size);
1444 orb->misc |= ORB_SET_PAGE_TABLE_PRESENT(0x1);
1445 orb->data_descriptor_lo = cmd->sge_dma;
1468 orb
516 sbp2util_find_command_for_orb( struct sbp2_lu *lu, dma_addr_t orb) argument
1476 sbp2_prep_command_orb_no_sg(struct sbp2_command_orb *orb, struct sbp2_fwhost_info *hi, struct sbp2_command_info *cmd, struct scatterlist *sgpnt, u32 orb_direction, unsigned int scsi_request_bufflen, void *scsi_request_buffer, enum dma_data_direction dma_dir) argument
1549 struct sbp2_command_orb *orb = &cmd->command_orb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dreg_round.S502 orb %ch,%dl
512 orb %ch,%bl
519 orb %ch,%bl
520 orb %cl,%bl
539 orb %ch,%cl
540 orb %cl,%al
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A DMakefile.am46 include/corby/orb.h \
H A DMakefile117 include/corby/object.h include/corby/orb.h \
149 include/corby/object.h include/corby/orb.h \
173 include/corby/object.h include/corby/orb.h \
195 include/corby/object.h include/corby/orb.h \
243 include/corby/object.h include/corby/orb.h \
519 ## include/corby/orb.h \
H A DMakefile.in117 include/corby/object.h include/corby/orb.h \
149 include/corby/object.h include/corby/orb.h \
173 include/corby/object.h include/corby/orb.h \
195 include/corby/object.h include/corby/orb.h \
243 include/corby/object.h include/corby/orb.h \
519 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/corby/orb.h \
H A Dunsupported.c908 AVAHI_GCC_UNUSED struct _sw_corby_orb * orb,
906 sw_corby_object_init_from_url( AVAHI_GCC_UNUSED sw_corby_object * self, AVAHI_GCC_UNUSED struct _sw_corby_orb * orb, AVAHI_GCC_UNUSED sw_const_string url, AVAHI_GCC_UNUSED sw_socket_options options, AVAHI_GCC_UNUSED sw_uint32 bufsize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dvideo.S312 orb %al, %al
404 orb %al, %al
422 orb %al, %bl
502 orb %ah, %ah
544 orb %al, %al # 80x25 is an exception
641 orb $0x02, %ah
644 orb $0x40, %ah
683 orb %al, %al # Some buggy BIOS'es set 0 rows
771 orb $0xe2, %al # Set correct sync polarity
942 orb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dkernel_ex.S312 orb #nan_tag,DTAG(%a6) |set up dtag for nan
346 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
365 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)
399 orb #0xf0,DNRM_FLG(%a6)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead.S70 la %r3,.Lorbread # r3 = address of orb
189 la %r3,.Lorb # r2 = address of orb into r2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S588 orb $02, %al # "fast A20" version
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dhead.S2788 orb #1,%a1@(LMFP_TDCDR)

Completed in 149 milliseconds