Home
last modified time | relevance | path

Searched refs:hwcap (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_dev.h17 #define otx2_dev_is_vf(dev) (dev->hwcap & OTX2_HWCAP_F_VF)
18 #define otx2_dev_is_pf(dev) (!(dev->hwcap & OTX2_HWCAP_F_VF))
19 #define otx2_dev_is_lbk(dev) ((dev->hwcap & OTX2_HWCAP_F_VF) && \
21 #define otx2_dev_revid(dev) (dev->hwcap & 0xFF)
87 uint64_t hwcap; \
116 dev->hwcap = rev_id; in otx2_dev_init()
H A Dotx2_dev.c888 dev->hwcap |= OTX2_HWCAP_F_VF; in otx2_update_vf_hwcap()
/f-stack/freebsd/arm64/arm64/
H A Didentcpu.c1249 u_long hwcap = 0; in parse_cpu_features_hwcap() local
1270 hwcap |= HWCAP_SM4; in parse_cpu_features_hwcap()
1274 hwcap |= HWCAP_SM3; in parse_cpu_features_hwcap()
1278 hwcap |= HWCAP_SHA3; in parse_cpu_features_hwcap()
1294 hwcap |= HWCAP_SHA2; in parse_cpu_features_hwcap()
1309 hwcap |= HWCAP_AES; in parse_cpu_features_hwcap()
1320 hwcap |= HWCAP_SB; in parse_cpu_features_hwcap()
1351 hwcap |= HWCAP_DIT; in parse_cpu_features_hwcap()
1355 hwcap |= HWCAP_SVE; in parse_cpu_features_hwcap()
1370 hwcap |= HWCAP_FP; in parse_cpu_features_hwcap()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt107 If bit 0 is set, then the hwcap-bit-nr property will exist.
174 - hwcap-bit-nr
189 advertised to userspace without a one-to-one hwcap bit number may not specify
191 features usable by userspace will have a hwcap-bit-nr property.
214 hwcap-bit-nr = <xx>;
221 hwcap-bit-nr = <xx>;
236 hwcap-bit-nr = <xx>;
244 hwcap-bit-nr = <xx>;
/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw.c111 nic->hwcap = 0; in nicvf_base_init()
116 nic->hwcap |= NICVF_CAP_TUNNEL_PARSING | NICVF_CAP_CQE_RX2; in nicvf_base_init()
119 nic->hwcap |= NICVF_CAP_TUNNEL_PARSING | NICVF_CAP_CQE_RX2; in nicvf_base_init()
122 nic->hwcap |= NICVF_CAP_TUNNEL_PARSING | NICVF_CAP_CQE_RX2 | in nicvf_base_init()
724 if (!(nic->hwcap & NICVF_CAP_DISABLE_APAD)) in nicvf_apad_config()
H A Dnicvf_hw.h158 return nic->hwcap; in nicvf_hw_cap()
/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_struct.h92 uint64_t hwcap; member
/f-stack/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.h123 uint64_t hwcap; member
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev.h36 ((dev)->hwcap & OTX2_FIXUP_F_MIN_4K_Q)
40 ((dev)->hwcap & OTX2_FIXUP_F_LIMIT_CQ_FULL)
H A Dotx2_ethdev.c2537 dev->hwcap |= OTX2_FIXUP_F_MIN_4K_Q; in otx2_eth_dev_init()
2538 dev->hwcap |= OTX2_FIXUP_F_LIMIT_CQ_FULL; in otx2_eth_dev_init()
2558 OTX2_ETH_DEV_PMD_VERSION, dev->nix_msixoff, dev->hwcap, in otx2_eth_dev_init()
/f-stack/dpdk/doc/guides/nics/
H A Dthunderx.rst183 PMD: nicvf_dev_configure(): Configured ethdev port0 hwcap=0x0