Home
last modified time | relevance | path

Searched refs:is_dev_cn10ka_ax (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_common.h156 static inline bool is_dev_cn10ka_ax(struct pci_dev *pdev) in is_dev_cn10ka_ax() function
186 return is_dev_otx2(pdev) || is_dev_cn10ka_ax(pdev); in cpt_is_errata_38550_exists()
191 return !is_dev_otx2(pdev) && !is_dev_cn10ka_ax(pdev); in cpt_feature_sgv2()
H A Dotx2_cptpf_main.c604 is_dev_cn10ka_ax(pdev)) in cptpf_get_rid()