/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cpt_common.h | 185 unsigned long *cap_flag) in otx2_cpt_set_hw_caps() argument 188 __set_bit(CN10K_MBOX, cap_flag); in otx2_cpt_set_hw_caps() 189 __set_bit(CN10K_LMTST, cap_flag); in otx2_cpt_set_hw_caps()
|
H A D | cn10k_cpt.c | 54 if (!test_bit(CN10K_LMTST, &cptpf->cap_flag)) { in cn10k_cptpf_lmtst_init() 83 if (!test_bit(CN10K_LMTST, &cptvf->cap_flag)) in cn10k_cptvf_lmtst_init() 175 if (test_bit(CN10K_LMTST, &cptvf->cap_flag)) in cptvf_hw_ops_get()
|
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() 379 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() 776 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/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ethtool.c | 122 if (!test_bit(CN10K_RPM, &pfvf->hw.cap_flag)) { in otx2_get_strings() 202 if (!test_bit(CN10K_RPM, &pfvf->hw.cap_flag)) { in otx2_get_ethtool_stats() 249 if (!test_bit(CN10K_RPM, &pfvf->hw.cap_flag)) in otx2_get_sset_count() 962 if (test_bit(CN10K_PTP_ONESTEP, &pfvf->hw.cap_flag)) in otx2_get_ts_info()
|
H A D | qos_sq.c | 172 if (test_bit(CN10K_LMTST, &pfvf->hw.cap_flag)) { in otx2_qos_ctx_disable()
|
H A D | rep.c | 817 if (test_bit(CN10K_LMTST, &priv->hw.cap_flag)) in rvu_rep_probe() 839 if (test_bit(CN10K_LMTST, &priv->hw.cap_flag)) in rvu_rep_remove()
|
H A D | cn10k_macsec.c | 1748 if (!test_bit(CN10K_HW_MACSEC, &pfvf->hw.cap_flag)) in cn10k_handle_mcs_event() 1773 if (!test_bit(CN10K_HW_MACSEC, &pfvf->hw.cap_flag)) in cn10k_mcs_init() 1809 if (!test_bit(CN10K_HW_MACSEC, &pfvf->hw.cap_flag)) in cn10k_mcs_free()
|
H A D | otx2_txrx.c | 986 if (test_bit(HW_TSO, &pfvf->hw.cap_flag)) in is_hw_tso_supported()
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00.h | 1193 enum rt2x00_capability_flags cap_flag) in rt2x00_has_cap_flag() argument 1195 return test_bit(cap_flag, &rt2x00dev->cap_flags); in rt2x00_has_cap_flag()
|
/linux/drivers/net/hyperv/ |
H A D | hyperv_net.h | 51 u32 cap_flag; member
|
/linux/net/wireless/ |
H A D | nl80211.c | 4255 u32 cap_flag = NL80211_EXT_FEATURE_MU_MIMO_AIR_SNIFFER; in nl80211_parse_mon_options() local 4260 if (!wiphy_ext_feature_isset(&rdev->wiphy, cap_flag)) in nl80211_parse_mon_options() 4276 u32 cap_flag = NL80211_EXT_FEATURE_MU_MIMO_AIR_SNIFFER; in nl80211_parse_mon_options() local 4281 if (!wiphy_ext_feature_isset(&rdev->wiphy, cap_flag)) in nl80211_parse_mon_options()
|