Searched refs:did (Results 176 - 200 of 364) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dpcie-octeon.c29 uint64_t did:5; /* PCIe DID = 3 */ member in struct:cvmx_pcie_address::__anon9844
60 uint64_t did:5; /* PCIe DID = 3 */ member in struct:cvmx_pcie_address::__anon9845
71 uint64_t did:5; /* PCIe DID = 3 */ member in struct:cvmx_pcie_address::__anon9846
92 pcie_addr.io.did = 3;
126 pcie_addr.mem.did = 3;
206 pcie_addr.config.did = 3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Doffb.c362 const u32 *vid, *did; local
364 did = of_get_property(pciparent, "device-id", NULL);
366 if (vid && did && *vid == 0x1002 &&
367 ((*did >= 0x7100 && *did < 0x7800) ||
368 (*did >= 0x9400))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dens1370.c267 #define ES_1371_LEGINT (1<<0) /* interrupt for legacy events; 0 = interrupt did occur */
1571 unsigned short did; /* device ID */ member in struct:es1371_quirk
1580 ensoniq->pci->device == list->did &&
1589 { .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_CT5880, .rev = CT5880REV_CT5880_C },
1590 { .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_CT5880, .rev = CT5880REV_CT5880_D },
1591 { .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_CT5880, .rev = CT5880REV_CT5880_E },
1592 { .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_ES1371, .rev = ES1371REV_CT5880_A },
1593 { .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_ES1371, .rev = ES1371REV_ES1373_8 },
1594 { .vid = PCI_ANY_ID, .did = PCI_ANY_ID }
1936 { .vid = PCI_VENDOR_ID_ENSONIQ, .did
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_ct.c362 /* Issue GEN REQ IOCB for NPORT <did> */
418 lpfc_find_vport_by_did(struct lpfc_hba *phba, uint32_t did) { argument
424 if ((vport_curr->fc_myDID) && (vport_curr->fc_myDID == did)) {
488 "did:x%x flg:x%x x%x",
505 "did:x%x flg:x%x cnt:%d",
525 "did:x%x flg:x%x cnt:%d",
553 "did:x%x flg:x%x cnt:%d",
749 int did, rc, retry; local
753 did = ((struct lpfc_sli_ct_request *) inp->virt)->un.gff.PortId;
754 did
[all...]
H A Dlpfc_hbadisc.c88 "rport terminate: sid:x%x did:x%x flg:x%x",
121 "rport devlosscb: sid:x%x did:x%x flg:x%x",
190 "rport devlosstmo:did:x%x type:x%x id:x%x",
1433 * If user did not specify any addressing mode, or if the
3316 "rport add: did:x%x flg:x%x type x%x",
3354 "rport delete: did:x%x flg:x%x type x%x",
3498 "node statechg did:x%x old:%d ste:%d",
3561 * @did: FC_ID of the node.
3573 uint32_t did)
3580 ndlp->nlp_DID = did;
3572 lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint32_t did) argument
3595 uint32_t did; local
4086 lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint32_t did) argument
4132 __lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) argument
4159 lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) argument
4171 lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did) argument
4869 lpfc_nlp_init(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint32_t did) argument
[all...]
H A Dlpfc_mbox.c608 * @did: remote port identifier.
620 lpfc_unreg_did(struct lpfc_hba * phba, uint16_t vpi, uint32_t did, argument
628 mb->un.varUnregDID.did = did;
693 * @did: remote port identifier.
714 lpfc_reg_rpi(struct lpfc_hba *phba, uint16_t vpi, uint32_t did, argument
731 mb->un.varRegLogin.did = did;
746 "flag x%x\n", vpi, did, flag);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dp80211netdev.c664 mibattr->did = DIDmsg_dot11req_mibset_mibattribute;
668 macaddr->did = DIDmib_dot11mac_dot11OperationTable_dot11MACAddress;
675 resultcode->did = DIDmsg_dot11req_mibset_resultcode;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest096.tcl286 set did [open $dict]
295 while { [gets $did str] != -1 && $count < $nentries } {
326 close $did
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/hpux/
H A Dwrappers.S24 #warning PA64 support needs more work...did first cut
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/
H A DMakefile303 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dcatsearch.c756 cnid_t cnid, did; local
762 did = cnid;
764 if ((name = cnid_resolve(vol->v_cdb, &did, resolvebuf, 12 + MAXPATHLEN + 1)) == NULL)
768 if ((dir = dirlookup(vol, did)) == NULL)
H A Dfork.c257 u_int32_t did; local
274 memcpy(&did, ibuf, sizeof( did ));
277 if (NULL == ( dir = dirlookup( vol, did ))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/gameport/
H A Dns558.c197 static int ns558_pnp_probe(struct pnp_dev *dev, const struct pnp_device_id *did) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dwuf.S249 /* Caller did 'andcc %sp, 0x7, %g0' */
300 /* Caller did 'andcc %sp, 0x7, %g0' */
315 * a fault did occur. Then we turn on fault traps again
341 andcc %twin_tmp2, 0x2, %g0 ! did fault occur?
H A Detrap_32.S304 andcc %glob_tmp, 0x2, %g0 ! did we fault?
H A Dwof.S421 andcc %glob_tmp, 0x2, %g0 ! did we fault?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dssi.c225 static int ssi_set_clkdiv(struct snd_soc_dai *dai, int did, int div) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev67-strrchr.S62 bne t1, $eos # U : did we already hit the terminator?
H A Dstrrchr.S40 bne t1, $eos # .. e1 : did we already hit the terminator?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djchuff.c1391 boolean did[NUM_HUFF_TBLS]; local
1400 MEMZERO(did, SIZEOF(did));
1411 if (! did[tbl]) {
1419 did[tbl] = TRUE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1389 btst &unfl_bit,FPSR_EXCEPT(%a6) # did disabled underflow occur?
1391 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did disabled overflow occur?
1967 btst &unfl_bit,FPSR_EXCEPT(%a6) # did disabled underflow occur?
1969 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did disabled overflow occur?
2513 tst.l %d1 # did ifetch fail?
2525 tst.l %d1 # did ifetch fail?
2652 # no exception occurred. now, did a disabled, exact overflow occur with inexact
2654 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did overflow occur?
2672 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did overflow occur?
2674 btst &unfl_bit,FPSR_EXCEPT(%a6) # did underflo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dak881x.c254 const struct i2c_device_id *did)
253 ak881x_probe(struct i2c_client *client, const struct i2c_device_id *did) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Ddmar.c1000 void qi_flush_context(struct intel_iommu *iommu, u16 did, u16 sid, u8 fm, argument
1005 desc.low = QI_CC_FM(fm) | QI_CC_SID(sid) | QI_CC_DID(did)
1012 void qi_flush_iotlb(struct intel_iommu *iommu, u16 did, u64 addr, argument
1026 desc.low = QI_IOTLB_DID(did) | QI_IOTLB_DR(dr) | QI_IOTLB_DW(dw)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/txx9/
H A Dtx3927.h76 endian_def_s2(did, vid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dfcoe.c110 u32 did, struct fc_frame *,
2556 static struct fc_seq *fcoe_elsct_send(struct fc_lport *lport, u32 did, argument
2573 return fc_elsct_send(lport, did, fp, op, fcoe_flogi_resp,
2579 return fc_elsct_send(lport, did, fp, op, fcoe_logo_resp,
2582 return fc_elsct_send(lport, did, fp, op, resp, arg, timeout);

Completed in 206 milliseconds

1234567891011>>