Searched refs:CN10K_LMTST (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/crypto/marvell/octeontx2/ |
D | cn10k_cpt.c | 49 if (!test_bit(CN10K_LMTST, &cptpf->cap_flag)) { in cn10k_cptpf_lmtst_init() 77 if (!test_bit(CN10K_LMTST, &cptvf->cap_flag)) { in cn10k_cptvf_lmtst_init()
|
D | otx2_cpt_common.h | 31 #define CN10K_LMTST 1 macro 138 __set_bit(CN10K_LMTST, cap_flag); in otx2_cpt_set_hw_caps()
|
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_vf.c | 712 if (test_bit(CN10K_LMTST, &vf->hw.cap_flag)) in otx2vf_probe() 763 if (test_bit(CN10K_LMTST, &vf->hw.cap_flag)) in otx2vf_remove()
|
D | otx2_common.h | 246 #define CN10K_LMTST 2 macro 579 __set_bit(CN10K_LMTST, &hw->cap_flag); in otx2_setup_dev_hw_settings()
|
D | cn10k.c | 33 if (!test_bit(CN10K_LMTST, &pfvf->hw.cap_flag)) { in cn10k_lmtst_init()
|
D | otx2_dcbnl.c | 160 if (test_bit(CN10K_LMTST, &pfvf->hw.cap_flag)) { in otx2_pfc_update_sq_smq_mapping()
|
D | otx2_pf.c | 2936 if (test_bit(CN10K_LMTST, &pf->hw.cap_flag)) in otx2_probe() 3098 if (test_bit(CN10K_LMTST, &pf->hw.cap_flag)) in otx2_remove()
|