Searched refs:CN10K_LMTST (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/crypto/marvell/octeontx2/ |
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()
|
D | otx2_cpt_common.h | 31 #define CN10K_LMTST 1 macro 189 __set_bit(CN10K_LMTST, cap_flag); in otx2_cpt_set_hw_caps()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_vf.c | 726 if (test_bit(CN10K_LMTST, &vf->hw.cap_flag)) in otx2vf_probe() 781 if (test_bit(CN10K_LMTST, &vf->hw.cap_flag)) in otx2vf_remove()
|
D | qos_sq.c | 172 if (test_bit(CN10K_LMTST, &pfvf->hw.cap_flag)) { in otx2_qos_ctx_disable()
|
D | otx2_dcbnl.c | 155 if (test_bit(CN10K_LMTST, &pfvf->hw.cap_flag)) { in otx2_pfc_update_sq_smq_mapping()
|
D | cn10k.c | 33 if (!test_bit(CN10K_LMTST, &pfvf->hw.cap_flag)) { in cn10k_lmtst_init()
|
D | otx2_common.h | 269 #define CN10K_LMTST 2 macro 606 __set_bit(CN10K_LMTST, &hw->cap_flag); in otx2_setup_dev_hw_settings()
|
D | otx2_pf.c | 3118 if (test_bit(CN10K_LMTST, &pf->hw.cap_flag)) in otx2_probe() 3323 if (test_bit(CN10K_LMTST, &pf->hw.cap_flag)) in otx2_remove()
|