Searched refs:hwcap (Results 1 – 11 of 11) sorted by relevance
17 #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()
888 dev->hwcap |= OTX2_HWCAP_F_VF; in otx2_update_vf_hwcap()
1249 u_long hwcap = 0; in parse_cpu_features_hwcap() local1270 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 …]
107 If bit 0 is set, then the hwcap-bit-nr property will exist.174 - hwcap-bit-nr189 advertised to userspace without a one-to-one hwcap bit number may not specify191 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>;
111 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()
158 return nic->hwcap; in nicvf_hw_cap()
92 uint64_t hwcap; member
123 uint64_t hwcap; member
36 ((dev)->hwcap & OTX2_FIXUP_F_MIN_4K_Q)40 ((dev)->hwcap & OTX2_FIXUP_F_LIMIT_CQ_FULL)
2537 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()
183 PMD: nicvf_dev_configure(): Configured ethdev port0 hwcap=0x0