Home
last modified time | relevance | path

Searched refs:did (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/freebsd-12-stable/sys/contrib/octeon-sdk/
Dcvmx-address.h146 …uint64_t did : 8; /* the hardware ignores this field when is_io==0, else device I… member
161 …uint64_t did : 8; /* the hardware ignores this field when is_io==0, else device I… member
205 #define CVMX_ADDR_DIDSPACE(did) (((CVMX_IO_SEG) << 22) | ((1ULL) << 8) | (did)) argument
206 #define CVMX_ADDR_DID(did) (CVMX_ADDR_DIDSPACE(did) << 40) argument
207 #define CVMX_FULL_DID(did,subdid) (((did) << 3) | (subdid)) argument
Dcvmx-pow.h277 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 0 in this case */ member
285 uint64_t did : 8;
301 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 1 in this case */ member
315 uint64_t did : 8;
331 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 1 in this case */ member
343 uint64_t did : 8;
359 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 2 in this case */ member
373 uint64_t did : 8;
389 uint64_t did : 8; /**< the ID of SSO - did<2:0> == 2 in this case */ member
401 uint64_t did : 8;
[all …]
Dcvmx-pcie.h82 uint64_t did : 5; /* PCIe DID = 3 */ member
100 uint64_t did : 5; /* PCIe DID = 3 */ member
112 uint64_t did : 5; /* PCIe DID = 3 */ member
Dcvmx-key.h81 ptr.sio.did = CVMX_OCT_DID_KEY_RW; in cvmx_key_read()
102 ptr.sio.did = CVMX_OCT_DID_KEY_RW; in cvmx_key_write()
Dcvmx-rng.h73 uint64_t did : 5; /**< the ID of the device on the non-coherent bus */ member
156 data.s.did = CVMX_OCT_DID_RNG; in cvmx_rng_request_random_async()
Dcvmx-fpa.h76 uint64_t did : 8; /**< the ID of the device on the non-coherent bus */ member
217 data.s.did = CVMX_FULL_DID(CVMX_OCT_DID_FPA,pool); in cvmx_fpa_async_alloc()
Dcvmx-srio.h328 uint64_t did : 16; /**< The destination ID in the sRIO message member
364 uint64_t did : 16;
Dcvmx-pow.c159 load_addr.sstatus.did = CVMX_OCT_DID_TAG_TAG1; in __cvmx_pow_capture_v1()
180 load_addr.smemload.did = CVMX_OCT_DID_TAG_TAG2; in __cvmx_pow_capture_v1()
197 load_addr.sindexload.did = CVMX_OCT_DID_TAG_TAG3; in __cvmx_pow_capture_v1()
239 load_addr.sstatus_cn68xx.did = CVMX_OCT_DID_TAG_TAG5; in __cvmx_pow_capture_v2()
254 load_addr.smemload_cn68xx.did = CVMX_OCT_DID_TAG_TAG2; in __cvmx_pow_capture_v2()
270 load_addr.sindexload_cn68xx.did = CVMX_OCT_DID_TAG_TAG3; in __cvmx_pow_capture_v2()
/freebsd-12-stable/sys/dev/bwi/
Dif_bwi_pci.c87 uint16_t did; member
109 uint16_t did, vid; in bwi_pci_probe() local
111 did = pci_get_device(dev); in bwi_pci_probe()
115 if (b->did == did && b->vid == vid) { in bwi_pci_probe()
/freebsd-12-stable/sys/dev/if_ndis/
Dif_ndis_pci.c118 uint16_t vid, did; local
125 did = pci_get_device(dev);
130 if ((t->ndis_vid == vid) && (t->ndis_did == did) &&
183 uint16_t vid, did; local
317 did = pci_get_device(dev);
324 if (t->ndis_vid == vid && t->ndis_did == did) {
/freebsd-12-stable/sys/x86/cpufreq/
Dhwpstate.c421 int family, i, fid, did; in hwpstate_get_info_from_msr() local
435 did = AMD_10H_11H_CUR_DID(msr); in hwpstate_get_info_from_msr()
441 hwpstate_set[i].freq = (100 * (fid + 0x08)) >> did; in hwpstate_get_info_from_msr()
447 hwpstate_set[i].freq = (100 * (fid + 0x10)) >> did; in hwpstate_get_info_from_msr()
451 did = AMD_17H_CUR_DID(msr); in hwpstate_get_info_from_msr()
452 if (did == 0) { in hwpstate_get_info_from_msr()
454 did = 1; in hwpstate_get_info_from_msr()
457 hwpstate_set[i].freq = (200 * fid) / did; in hwpstate_get_info_from_msr()
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
Dt_fpsetround.c102 int did = 0; in test() local
109 if (!did) { in test()
111 did = 1; in test()
/freebsd-12-stable/sys/dev/an/
Dif_an_pci.c124 uint16_t vid, did; in an_probe_pci() local
128 did = pci_get_device(dev); in an_probe_pci()
132 did == t->an_did) { in an_probe_pci()
/freebsd-12-stable/sys/mips/cavium/
Doctopcireg.h60 uint64_t did : 5; member
83 uint64_t did : 5; member
/freebsd-12-stable/sys/dev/amdpm/
Damdpm.c152 u_int16_t did; in amdpm_probe() local
155 did = pci_get_device(dev); in amdpm_probe()
157 ((did == AMDPM_DEVICEID_AMD756PM) || in amdpm_probe()
158 (did == AMDPM_DEVICEID_AMD766PM) || in amdpm_probe()
159 (did == AMDPM_DEVICEID_AMD768PM) || in amdpm_probe()
160 (did == AMDPM_DEVICEID_AMD8111PM))) { in amdpm_probe()
175 (did == AMDPM_DEVICEID_NF_SMB)) { in amdpm_probe()
/freebsd-12-stable/sys/dev/xl/
Dif_xl.c1076 uint16_t did; in xl_attach() local
1087 did = pci_get_device(dev); in xl_attach()
1090 if (did == TC_DEVICEID_HURRICANE_555) in xl_attach()
1092 if (did == TC_DEVICEID_HURRICANE_556 || in xl_attach()
1093 did == TC_DEVICEID_HURRICANE_556B) in xl_attach()
1097 if (did == TC_DEVICEID_HURRICANE_555 || in xl_attach()
1098 did == TC_DEVICEID_HURRICANE_556) in xl_attach()
1100 if (did == TC_DEVICEID_HURRICANE_556B) in xl_attach()
1103 if (did == TC_DEVICEID_HURRICANE_575B || in xl_attach()
1104 did == TC_DEVICEID_HURRICANE_575C || in xl_attach()
[all …]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
Dtst.temporal.ksh89 echo $tst: begin probe did not fire
96 echo $tst: end probe did not fire
/freebsd-12-stable/sys/dev/isp/
Disp_pci.c642 uint32_t data, cmd, linesz, did; in isp_pci_attach() local
670 did = 0x1040; in isp_pci_attach()
675 did = 0x1080; in isp_pci_attach()
681 did = 0x1080; in isp_pci_attach()
688 did = 0x1080; in isp_pci_attach()
694 did = 0x12160; in isp_pci_attach()
700 did = 0x12160; in isp_pci_attach()
707 did = 0x2100; in isp_pci_attach()
722 did = 0x2200; in isp_pci_attach()
728 did = 0x2300; in isp_pci_attach()
[all …]
Disp_target.c678 uint32_t sid, did; in isp_got_tmf_24xx() local
688 did = (aep->at_hdr.d_id[0] << 16) | (aep->at_hdr.d_id[1] << 8) | aep->at_hdr.d_id[2]; in isp_got_tmf_24xx()
691 isp_find_chan_by_did(isp, did, &chan); in isp_got_tmf_24xx()
695 __func__, did); in isp_got_tmf_24xx()
708 notify.nt_did = did; in isp_got_tmf_24xx()
889 uint32_t sid, did; in isp_handle_abts() local
891 did = (abts->abts_did_hi << 16) | abts->abts_did_lo; in isp_handle_abts()
896 nt->nt_did = did; in isp_handle_abts()
901 isp_find_chan_by_did(isp, did, &chan); in isp_handle_abts()
905 __func__, did); in isp_handle_abts()
/freebsd-12-stable/contrib/file/src/
Dfsmagic.c108 int ret, did = 0; in file_fsmagic() local
120 #define COMMA (did++ ? ", " : "") in file_fsmagic()
424 if (!silent && !mime && did && ret == 0) { in file_fsmagic()
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/net/
Dh_dns_server.c158 for (int did = 0;; did++) { in name2str() local
164 if (did) in name2str()
/freebsd-12-stable/sys/x86/x86/
Dlegacy.c125 u_int16_t did, vid; in legacy_pci_cfgregopen() local
132 did = pci_cfgregread(0, 0, 0, PCIR_DEVICE, 2); in legacy_pci_cfgregopen()
135 switch (did) { in legacy_pci_cfgregopen()
/freebsd-12-stable/sys/cam/nvme/
Dnvme_xpt.c314 struct scsi_vpd_device_id *did; in nvme_probe_done() local
443 did = (struct scsi_vpd_device_id *)path->device->device_id; in nvme_probe_done()
444 did->device = SID_QUAL_LU_CONNECTED | T_DIRECT; in nvme_probe_done()
445 did->page_code = SVPD_DEVICE_ID; in nvme_probe_done()
446 scsi_ulto2b(len, did->length); in nvme_probe_done()
447 idd = (struct scsi_vpd_id_descriptor *)(did + 1); in nvme_probe_done()
/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_get_error.pod49 The operation did not complete and can be retried later.
94 The operation did not complete; the same TLS/SSL I/O function should be
105 The operation did not complete because an application callback set by
112 The operation did not complete because an asynchronous engine is still
134 The operation did not complete because an application callback set by
/freebsd-12-stable/sys/dev/tl/
Dif_tl.c1027 u_int16_t did, vid; local
1035 did = pci_get_device(dev);
1042 if (vid == t->tl_vid && did == t->tl_did)
1201 if (did == COMPAQ_DEVICEID_NETEL_10_100_PROLIANT ||
1202 did == COMPAQ_DEVICEID_NETFLEX_3P_INTEGRATED ||
1203 did == COMPAQ_DEVICEID_NETFLEX_3P_BNC ||
1204 did == COMPAQ_DEVICEID_NETEL_10_T2_UTP_COAX)
1206 if (did == COMPAQ_DEVICEID_NETEL_10 ||
1207 did == COMPAQ_DEVICEID_NETEL_10_100_DUAL ||
1208 did == COMPAQ_DEVICEID_NETFLEX_3P ||
[all …]

12345678910>>...16