Home
last modified time | relevance | path

Searched refs:cap_flag (Results 1 – 21 of 21) sorted by relevance

/drivers/crypto/marvell/octeontx2/
A Dotx2_cpt_common.h176 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()
A Dcn10k_cpt.c89 if (!test_bit(CN10K_LMTST, &cptpf->cap_flag)) { in cn10k_cptpf_lmtst_init()
120 if (!test_bit(CN10K_LMTST, &cptvf->cap_flag)) in cn10k_cptvf_lmtst_init()
218 if (test_bit(CN10K_LMTST, &cptvf->cap_flag)) in cptvf_hw_ops_get()
A Dotx2_cptvf.h24 unsigned long cap_flag; member
A Dotx2_cptpf.h55 unsigned long cap_flag; member
A Dotx2_cptvf_main.c84 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()
A Dotx2_cptpf_main.c371 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()
/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_common.h271 unsigned long cap_flag; member
630 __set_bit(HW_TSO, &hw->cap_flag); in otx2_setup_dev_hw_settings()
633 __clear_bit(HW_TSO, &hw->cap_flag); in otx2_setup_dev_hw_settings()
645 __clear_bit(HW_TSO, &hw->cap_flag); in otx2_setup_dev_hw_settings()
648 __set_bit(CN10K_MBOX, &hw->cap_flag); in otx2_setup_dev_hw_settings()
649 __set_bit(CN10K_LMTST, &hw->cap_flag); in otx2_setup_dev_hw_settings()
650 __set_bit(CN10K_RPM, &hw->cap_flag); in otx2_setup_dev_hw_settings()
651 __set_bit(CN10K_PTP_ONESTEP, &hw->cap_flag); in otx2_setup_dev_hw_settings()
652 __set_bit(QOS_CIR_PIR_SUPPORT, &hw->cap_flag); in otx2_setup_dev_hw_settings()
A Dotx2_vf.c319 if (mbox->mbox.hwbase && !test_bit(CN10K_MBOX, &vf->hw.cap_flag)) in otx2vf_vfaf_mbox_destroy()
344 } else if (test_bit(CN10K_MBOX, &vf->hw.cap_flag)) { in otx2vf_vfaf_mbox_init()
385 if (hwbase && !test_bit(CN10K_MBOX, &vf->hw.cap_flag)) in otx2vf_vfaf_mbox_init()
789 if (test_bit(CN10K_LMTST, &vf->hw.cap_flag)) in otx2vf_probe()
843 if (test_bit(CN10K_LMTST, &vf->hw.cap_flag)) in otx2vf_remove()
A Dcn10k.c30 if (!test_bit(CN10K_LMTST, &pfvf->hw.cap_flag)) { in otx2_init_hw_ops()
46 if (!test_bit(CN10K_LMTST, &pfvf->hw.cap_flag)) in cn10k_lmtst_init()
A Dotx2_ethtool.c123 if (!test_bit(CN10K_RPM, &pfvf->hw.cap_flag)) { in otx2_get_strings()
203 if (!test_bit(CN10K_RPM, &pfvf->hw.cap_flag)) { in otx2_get_ethtool_stats()
250 if (!test_bit(CN10K_RPM, &pfvf->hw.cap_flag)) in otx2_get_sset_count()
979 if (test_bit(CN10K_PTP_ONESTEP, &pfvf->hw.cap_flag)) in otx2_get_ts_info()
A Dotx2_xsk.c43 if (test_bit(CN10K_LMTST, &pfvf->hw.cap_flag)) { in otx2_xsk_ctx_disable()
A Dqos_sq.c173 if (test_bit(CN10K_LMTST, &pfvf->hw.cap_flag)) { in otx2_qos_ctx_disable()
A Drep.c820 if (test_bit(CN10K_LMTST, &priv->hw.cap_flag)) in rvu_rep_probe()
841 if (test_bit(CN10K_LMTST, &priv->hw.cap_flag)) in rvu_rep_remove()
A Dotx2_dcbnl.c155 if (test_bit(CN10K_LMTST, &pfvf->hw.cap_flag)) { in otx2_pfc_update_sq_smq_mapping()
A Dotx2_pf.c627 if (test_bit(CN10K_MBOX, &pf->hw.cap_flag)) in otx2_pfvf_mbox_init()
2465 if (!test_bit(CN10K_PTP_ONESTEP, &pfvf->hw.cap_flag)) in otx2_config_hwtstamp()
3118 if (test_bit(CN10K_LMTST, &pf->hw.cap_flag)) in otx2_init_rsrc()
3335 if (test_bit(CN10K_LMTST, &pf->hw.cap_flag)) in otx2_probe()
3537 if (test_bit(CN10K_LMTST, &pf->hw.cap_flag)) in otx2_remove()
A Dcn10k_macsec.c1747 if (!test_bit(CN10K_HW_MACSEC, &pfvf->hw.cap_flag)) in cn10k_handle_mcs_event()
1772 if (!test_bit(CN10K_HW_MACSEC, &pfvf->hw.cap_flag)) in cn10k_mcs_init()
1808 if (!test_bit(CN10K_HW_MACSEC, &pfvf->hw.cap_flag)) in cn10k_mcs_free()
A Dotx2_txrx.c1018 if (test_bit(HW_TSO, &pfvf->hw.cap_flag)) in is_hw_tso_supported()
A Dqos.c128 if (!test_bit(QOS_CIR_PIR_SUPPORT, &pfvf->hw.cap_flag)) in otx2_config_sched_shaping()
A Dotx2_common.c2076 __set_bit(CN10K_HW_MACSEC, &hw->cap_flag); in otx2_set_hw_capabilities()
/drivers/net/wireless/ralink/rt2x00/
A Drt2x00.h1193 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()
/drivers/net/hyperv/
A Dhyperv_net.h51 u32 cap_flag; member

Completed in 71 milliseconds