| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cpt_common.h | 176 unsigned long *cap_flag) in otx2_cpt_set_hw_caps() argument 179 __set_bit(CN10K_MBOX, cap_flag); in otx2_cpt_set_hw_caps() 180 __set_bit(CN10K_LMTST, cap_flag); in otx2_cpt_set_hw_caps()
|
| H A D | otx2_cptvf.h | 24 unsigned long cap_flag; member
|
| H A D | otx2_cptpf.h | 55 unsigned long cap_flag; member
|
| H A D | otx2_cptvf_main.c | 84 if (test_bit(CN10K_MBOX, &cptvf->cap_flag)) { in cptvf_pfvf_mbox_init() 393 otx2_cpt_set_hw_caps(pdev, &cptvf->cap_flag); in otx2_cptvf_probe()
|
| H A D | otx2_cptpf_main.c | 371 if (test_bit(CN10K_MBOX, &cptpf->cap_flag)) in cptpf_vfpf_mbox_init() 782 otx2_cpt_set_hw_caps(pdev, &cptpf->cap_flag); in otx2_cptpf_probe()
|
| /linux/sound/soc/amd/raven/ |
| H A D | acp3x-pcm-dma.c | 63 u16 play_flag, cap_flag; in i2s_irq_handler() local 71 cap_flag = 0; in i2s_irq_handler() 91 cap_flag = 1; in i2s_irq_handler() 98 cap_flag = 1; in i2s_irq_handler() 101 if (play_flag | cap_flag) in i2s_irq_handler()
|
| /linux/sound/soc/amd/renoir/ |
| H A D | acp3x-pdm-dma.c | 47 u16 cap_flag; in pdm_irq_handler() local 54 cap_flag = 0; in pdm_irq_handler() 60 cap_flag = 1; in pdm_irq_handler() 63 if (cap_flag) in pdm_irq_handler()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 275 int cap_flag = 0; in parse_int() 291 cap_flag = strtol(token, NULL, 10); in parse_caps() 292 if (!cap_flag || errno) { in parse_caps() 296 *val |= (1ULL << cap_flag); in parse_caps() 290 int cap_flag = 0; parse_caps() local
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_ethtool.c | 125 if (!test_bit(CN10K_RPM, &pfvf->hw.cap_flag)) { in otx2_get_strings() 205 if (!test_bit(CN10K_RPM, &pfvf->hw.cap_flag)) { in otx2_get_ethtool_stats() 252 if (!test_bit(CN10K_RPM, &pfvf->hw.cap_flag)) in otx2_get_sset_count() 992 if (test_bit(CN10K_PTP_ONESTEP, &pfvf->hw.cap_flag)) in otx2_get_ts_info()
|
| H A D | otx2_xsk.c | 43 if (test_bit(CN10K_LMTST, &pfvf->hw.cap_flag)) { in otx2_xsk_ctx_disable()
|
| H A D | qos_sq.c | 173 if (test_bit(CN10K_LMTST, &pfvf->hw.cap_flag)) { in otx2_qos_ctx_disable()
|
| H A D | rep.c | 831 if (test_bit(CN10K_LMTST, &priv->hw.cap_flag)) in rvu_rep_probe() 852 if (test_bit(CN10K_LMTST, &priv->hw.cap_flag)) in rvu_rep_remove()
|
| H A D | otx2_pf.c | 627 if (test_bit(CN10K_MBOX, &pf->hw.cap_flag)) in otx2_pfvf_mbox_init() 2474 if (!test_bit(CN10K_PTP_ONESTEP, &pfvf->hw.cap_flag)) { in otx2_config_hwtstamp_set() 3113 if (test_bit(CN10K_LMTST, &pf->hw.cap_flag)) in otx2_init_rsrc() 3333 if (test_bit(CN10K_LMTST, &pf->hw.cap_flag)) in otx2_probe() 3535 if (test_bit(CN10K_LMTST, &pf->hw.cap_flag)) in otx2_remove()
|
| H A D | otx2_txrx.c | 1018 if (test_bit(HW_TSO, &pfvf->hw.cap_flag)) in is_hw_tso_supported()
|
| H A D | qos.c | 128 if (!test_bit(QOS_CIR_PIR_SUPPORT, &pfvf->hw.cap_flag)) in otx2_config_sched_shaping()
|
| H A D | otx2_common.c | 2090 __set_bit(CN10K_HW_MACSEC, &hw->cap_flag); in otx2_set_hw_capabilities()
|
| /linux/drivers/net/hyperv/ |
| H A D | hyperv_net.h | 51 u32 cap_flag; member
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 4769 u32 cap_flag = NL80211_EXT_FEATURE_MU_MIMO_AIR_SNIFFER; in nl80211_parse_mon_options() local 4774 if (!wiphy_ext_feature_isset(&rdev->wiphy, cap_flag)) in nl80211_parse_mon_options() 4790 u32 cap_flag = NL80211_EXT_FEATURE_MU_MIMO_AIR_SNIFFER; in nl80211_parse_mon_options() local 4795 if (!wiphy_ext_feature_isset(&rdev->wiphy, cap_flag)) in nl80211_parse_mon_options()
|