Home
last modified time | relevance | path

Searched defs:did (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A 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
H A 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
H A Dcvmx-rng.h73 uint64_t did : 5; /**< the ID of the device on the non-coherent bus */ member
H A Dcvmx-pow.h277 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 0 in this case */ member
301 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 1 in this case */ member
331 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 1 in this case */ member
359 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 2 in this case */ member
389 uint64_t did : 8; /**< the ID of SSO - did<2:0> == 2 in this case */ member
417 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 3 in this case */ member
461 uint64_t did : 8; /**< the ID of SSO - did<2:0> == 2 in this case */ member
495 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 4 in this case */ member
1300 …uint64_t did : 8; /**< Device ID of POW. Note that different sub-dids are used.… member
1326 uint64_t did : 8; /**< the ID of the device on the non-coherent bus */ member
H A Dcvmx-fpa.h76 uint64_t did : 8; /**< the ID of the device on the non-coherent bus */ member
H A Dcvmx-srio.c94 uint64_t did : 5; /* DID = 3 */ member
120 uint64_t did : 5; /* DID = 3 */ member
H A Dcvmx-srio.h328 uint64_t did : 16; /**< The destination ID in the sRIO message member
H A Dcvmx-pko.h175 uint64_t did : 8; /**< The ID of the device on the non-coherent bus */ member
H A Dcvmx-sriox-defs.h1639 uint64_t did : 16; /**< DID field of outbound message descriptor member
/f-stack/freebsd/mips/cavium/
H A Doctopcireg.h60 uint64_t did : 5; member
83 uint64_t did : 5; member
/f-stack/freebsd/x86/x86/
H A Dlegacy.c124 u_int16_t did, vid; in legacy_pci_cfgregopen() local
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_vdpa.c249 uint32_t did = (uint32_t)-1; in vhost_vdpa_setup() local
/f-stack/freebsd/x86/cpufreq/
H A Dhwpstate_amd.c432 int family, i, fid, did; in hwpstate_get_info_from_msr() local
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4fw_interface.h500 __u8 did; member