Searched refs:sof (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/fc/
H A Dfc_encaps.h109 static inline int fc_sof_needs_ack(enum fc_sof sof) argument
111 return (~sof) & 0x02; /* true for class 1, 2, 4, 6, or F */
125 static inline enum fc_class fc_sof_class(enum fc_sof sof) argument
127 return (sof & 0x7) | FC_SOF_F;
133 static inline int fc_sof_is_init(enum fc_sof sof) argument
135 return sof < 0x30;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dcq_exch_desc.h65 u8 sof; member in struct:cq_fcp_rq_desc
97 u8 *sof,
126 *sof = desc_ptr->sof;
86 cq_fcp_rq_desc_dec(struct cq_fcp_rq_desc *desc_ptr, u8 *type, u8 *color, u16 *q_number, u16 *completed_index, u8 *eop, u8 *sop, u8 *fck, u16 *exchange_id, u16 *tmpl, u32 *bytes_written, u8 *sof, u8 *eof, u8 *ingress_port, u8 *packet_err, u8 *fcoe_err, u8 *fcs_ok, u8 *vlan_stripped, u16 *vlan) argument
H A Dfnic_fcs.c307 u8 sof = 0; local
323 &tmpl, &fcp_bytes_written, &sof, &eof,
329 fr_sof(fp) = sof;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dcrash.c60 unsigned long cfm, sof, sol; local
72 sof = cfm & 0x7f;
74 sof - sol);
H A Dunaligned.c312 long sof = (regs->cr_ifs) & 0x7f; local
317 if (ridx >= sof) {
319 DPRINT("ignoring write to r%lu; only %lu registers are allocated!\n", r1, sof);
326 DPRINT("r%lu, sw.bspstore=%lx pt.bspstore=%lx sof=%ld sol=%ld ridx=%ld\n",
327 r1, sw->ar_bspstore, regs->ar_bspstore, sof, (regs->cr_ifs >> 7) & 0x7f, ridx);
330 addr = ia64_rse_skip_regs((unsigned long *) sw->ar_bspstore, -sof + ridx);
353 bsp = ia64_rse_skip_regs(ubs_end, -sof);
385 long sof = (regs->cr_ifs) & 0x7f; local
390 if (ridx >= sof) {
392 DPRINT("ignoring read from r%lu; only %lu registers are allocated!\n", r1, sof);
[all...]
H A Dprocess.c153 int i, sof, is_nat = 0; local
155 sof = regs->cr_ifs & 0x7f; /* size of frame */
158 for (i = 0; i < sof; ++i) {
161 ((i == sof - 1) || (i % 3) == 2) ? "\n" : " ");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dpac207.c321 /* Include pac common sof detection functions */
345 unsigned char *sof; local
347 sof = pac_find_sof(&sd->sof_read, data, len);
348 if (sof) {
352 n = sof - data;
361 len -= sof - data;
362 data = sof;
H A Dmr97310a.c1189 /* Include pac common sof detection functions */
1197 unsigned char *sof; local
1199 sof = pac_find_sof(&sd->sof_read, data, len);
1200 if (sof) {
1204 n = sof - data;
1214 len -= sof - data;
1215 data = sof;
H A Dpac7311.c551 /* Include pac common sof detection functions */
627 unsigned char *sof; local
629 sof = pac_find_sof(&sd->sof_read, data, len);
630 if (sof) {
641 n = (sof - data) - (footer_length + sizeof pac_sof_marker);
654 n = sof - data;
656 data = sof;
H A Dpac7302.c756 /* Include pac common sof detection functions */
832 unsigned char *sof; local
834 sof = pac_find_sof(&sd->sof_read, data, len);
835 if (sof) {
846 n = (sof - data) - (footer_length + sizeof pac_sof_marker);
860 n = sof - data;
862 data = sof;
H A Dsn9c2028.c664 /* Include sn9c2028 sof detection functions */
671 unsigned char *sof; local
673 sof = sn9c2028_find_sof(gspca_dev, data, len);
674 if (sof) {
678 n = sof - data;
687 len -= sof - data;
688 data = sof;
H A Dsunplus.c955 int i, sof = 0; local
966 sof = 1;
976 sof = 1;
989 sof = 1;
1005 sof = 1;
1019 if (sof) { /* start of frame */
H A Dsonixj.c2661 int sof, avg_lum; local
2663 sof = len - 64;
2664 if (sof >= 0 && data[sof] == 0xff && data[sof + 1] == 0xd9) {
2668 data, sof + 2);
2675 avg_lum = ((data[sof + 29] << 8) | data[sof + 30]) >> 6;
2677 avg_lum += ((data[sof + 33] << 8) | data[sof
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/sn9c102/
H A Dsn9c102.h122 struct sn9c102_sof_t sof; member in struct:sn9c102_device
H A Dsn9c102_core.c540 if (unlikely(cam->sof.bytesread >= sizeof(marker))) {
541 cam->sof.header[cam->sof.bytesread] = *(m+i);
542 if (++cam->sof.bytesread == soflen) {
543 cam->sof.bytesread = 0;
550 for (j = 0, b=cam->sof.bytesread; j+b < sizeof(marker); j++) {
553 if (*(m+i+j) == marker[cam->sof.bytesread]) {
554 cam->sof.header[cam->sof.bytesread] = *(m+i+j);
555 if (++cam->sof
734 void *pos, *sof, *eof; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_fcoe.c376 u8 sof, eof; local
400 sof = ((struct fcoe_hdr *)skb_network_header(skb))->fcoe_sof;
401 switch (sof) {
415 e_warn(drv, "unknown sof = 0x%x\n", sof);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-debug.c292 unsigned char sof; local
304 sof = inb(io_addr + 12);
332 out += sprintf(out, " sof = %02x\n", sof);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dfas216.h299 unsigned char sof; /* synchronous offset register */ member in struct:__anon14258::fas216_device
H A Dfas216.c214 printk(" busyluns[%d]=%08lx dev[%d]={ disconnect_ok=%d stp=%X sof=%X sync_state=%X }\n",
217 info->device[i].sof, info->device[i].sync_state);
474 fas216_writeb(info, REG_SOF, info->device[target].sof);
598 dev->sof = msg[4];
611 dev->sof = 0;
771 if (info->device[info->SCpnt->device->id].sof)
1606 info->device[i].sof = 0;
3003 if (dev->sof)
3005 dev->sof, dev->period * 4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dvcpu.c303 long sof = (regs->cr_ifs) & 0x7f; local
318 addr = kvm_rse_skip_regs(bsp, -sof + ridx);
346 long sof = (regs->cr_ifs) & 0x7f; local
360 addr = kvm_rse_skip_regs(bsp, -sof + ridx);
475 long sof = (regs->cr_ifs) & 0x7f; local
479 if (reg >= sof + 32)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dfcbuild.h35 #define fcif_sof_set(_ifhdr, _sof) ((_ifhdr)->sof = FC_ ## _sof)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_exch.c1258 enum fc_sof sof; local
1284 sof = fr_sof(fp);
1286 if (fc_sof_is_init(sof)) {
1299 if (fc_sof_needs_ack(sof))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/et61x251/
H A Det61x251_core.c369 u8* b1, * b2, sof; local
385 sof = ((*b1 & 0x3f) == 63);
393 if (sof) {
402 if (sof && (*f)->buf.bytesused) {
447 if (sof &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Ddv1394.c1958 int sof=0; /* start-of-frame flag */ local
1996 sof = ( (p->data[0] >> 5) == 0 && (p->data[1] >> 4) == 0);
2010 if (sof) {
2014 } else if (sof) {
2034 if (sof) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dfcoe.c1491 u8 sof, eof; local
1509 sof = fr_sof(fp);
1575 hp->fcoe_sof = sof;

Completed in 165 milliseconds

12