Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-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
HDcvmx-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 …]
HDcvmx-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
HDcvmx-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()
HDcvmx-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()
HDcvmx-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()
HDcvmx-srio.h328 uint64_t did : 16; /**< The destination ID in the sRIO message member
364 uint64_t did : 16;
HDcvmx-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-13-stable/sys/dev/bwi/
HDif_bwi_pci.c85 uint16_t did; member
107 uint16_t did, vid; in bwi_pci_probe() local
109 did = pci_get_device(dev); in bwi_pci_probe()
113 if (b->did == did && b->vid == vid) { in bwi_pci_probe()
/freebsd-13-stable/sys/dev/if_ndis/
HDif_ndis_pci.c116 uint16_t vid, did; local
123 did = pci_get_device(dev);
128 if ((t->ndis_vid == vid) && (t->ndis_did == did) &&
181 uint16_t vid, did; local
315 did = pci_get_device(dev);
322 if (t->ndis_vid == vid && t->ndis_did == did) {
/freebsd-13-stable/sys/x86/cpufreq/
HDhwpstate_amd.c433 int family, i, fid, did; in hwpstate_get_info_from_msr() local
447 did = AMD_10H_11H_CUR_DID(msr); in hwpstate_get_info_from_msr()
456 hwpstate_set[i].freq = (100 * (fid + 0x08)) >> did; in hwpstate_get_info_from_msr()
462 hwpstate_set[i].freq = (100 * (fid + 0x10)) >> did; in hwpstate_get_info_from_msr()
466 did = AMD_17H_CUR_DID(msr); in hwpstate_get_info_from_msr()
467 if (did == 0) { in hwpstate_get_info_from_msr()
469 did = 1; in hwpstate_get_info_from_msr()
472 hwpstate_set[i].freq = (200 * fid) / did; in hwpstate_get_info_from_msr()
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
HDt_fpsetround.c102 int did = 0; in test() local
109 if (!did) { in test()
111 did = 1; in test()
/freebsd-13-stable/sys/mips/cavium/
HDoctopcireg.h59 uint64_t did : 5; member
82 uint64_t did : 5; member
/freebsd-13-stable/sys/dev/an/
HDif_an_pci.c122 uint16_t vid, did; in an_probe_pci() local
126 did = pci_get_device(dev); in an_probe_pci()
130 did == t->an_did) { in an_probe_pci()
/freebsd-13-stable/sys/dev/isp/
HDisp_target.c359 uint32_t sid, did; in isp_got_tmf_24xx() local
369 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()
372 isp_find_chan_by_did(isp, did, &chan); in isp_got_tmf_24xx()
376 __func__, did); in isp_got_tmf_24xx()
389 notify.nt_did = did; in isp_got_tmf_24xx()
535 uint32_t sid, did; in isp_handle_abts() local
537 did = (abts->abts_did_hi << 16) | abts->abts_did_lo; in isp_handle_abts()
542 nt->nt_did = did; in isp_handle_abts()
547 isp_find_chan_by_did(isp, did, &chan); in isp_handle_abts()
551 __func__, did); in isp_handle_abts()
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
HDtst.temporal.ksh89 echo $tst: begin probe did not fire
96 echo $tst: end probe did not fire
/freebsd-13-stable/sys/dev/amdpm/
HDamdpm.c150 u_int16_t did; in amdpm_probe() local
153 did = pci_get_device(dev); in amdpm_probe()
155 ((did == AMDPM_DEVICEID_AMD756PM) || in amdpm_probe()
156 (did == AMDPM_DEVICEID_AMD766PM) || in amdpm_probe()
157 (did == AMDPM_DEVICEID_AMD768PM) || in amdpm_probe()
158 (did == AMDPM_DEVICEID_AMD8111PM))) { in amdpm_probe()
173 (did == AMDPM_DEVICEID_NF_SMB)) { in amdpm_probe()
/freebsd-13-stable/sys/dev/xl/
HDif_xl.c1071 uint16_t did; in xl_attach() local
1080 did = pci_get_device(dev); in xl_attach()
1083 if (did == TC_DEVICEID_HURRICANE_555) in xl_attach()
1085 if (did == TC_DEVICEID_HURRICANE_556 || in xl_attach()
1086 did == TC_DEVICEID_HURRICANE_556B) in xl_attach()
1090 if (did == TC_DEVICEID_HURRICANE_555 || in xl_attach()
1091 did == TC_DEVICEID_HURRICANE_556) in xl_attach()
1093 if (did == TC_DEVICEID_HURRICANE_556B) in xl_attach()
1096 if (did == TC_DEVICEID_HURRICANE_575B || in xl_attach()
1097 did == TC_DEVICEID_HURRICANE_575C || in xl_attach()
[all …]
/freebsd-13-stable/contrib/file/src/
HDfsmagic.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-13-stable/contrib/netbsd-tests/lib/libc/net/
HDh_dns_server.c158 for (int did = 0;; did++) { in name2str() local
164 if (did) in name2str()
/freebsd-13-stable/sys/dev/vmd/
HDvmd.c123 uint16_t vid, did; in vmd_probe() local
126 did = pci_get_device(dev); in vmd_probe()
128 if (vid == t->vmd_vid && did == t->vmd_did) { in vmd_probe()
255 uint16_t vid, did; in vmd_attach() local
281 did = pci_get_device(dev); in vmd_attach()
283 if (vid == t->vmd_vid && did == t->vmd_did) in vmd_attach()
/freebsd-13-stable/sys/x86/x86/
HDlegacy.c122 u_int16_t did, vid; in legacy_pci_cfgregopen() local
129 did = pci_cfgregread(0, 0, 0, 0, PCIR_DEVICE, 2); in legacy_pci_cfgregopen()
132 switch (did) { in legacy_pci_cfgregopen()
/freebsd-13-stable/sys/dev/hid/
HDhidbus.h135 #define HID_GET_DRIVER_INFO(did) \ argument
136 (did)->driver_info
/freebsd-13-stable/sys/cam/nvme/
HDnvme_xpt.c309 struct scsi_vpd_device_id *did; in nvme_probe_done() local
436 did = (struct scsi_vpd_device_id *)path->device->device_id; in nvme_probe_done()
437 did->device = SID_QUAL_LU_CONNECTED | T_DIRECT; in nvme_probe_done()
438 did->page_code = SVPD_DEVICE_ID; in nvme_probe_done()
439 scsi_ulto2b(len, did->length); in nvme_probe_done()
440 idd = (struct scsi_vpd_id_descriptor *)(did + 1); in nvme_probe_done()
/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_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

12345678910>>...13