Home
last modified time | relevance | path

Searched refs:is_dev_cn10kb (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_common.h170 static inline bool is_dev_cn10kb(struct pci_dev *pdev) in is_dev_cn10kb() function
H A Dotx2_cptlf.h344 if (is_dev_cn10kb(lfs->pdev)) in otx2_cptlf_enable_iqueues()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h589 static inline bool is_dev_cn10kb(struct pci_dev *pdev) in is_dev_cn10kb() function
636 if (is_dev_cn10kb(pfvf->pdev)) in otx2_setup_dev_hw_settings()
H A Dcn10k_ipsec.c19 return is_dev_cn10ka_b0(pdev) || is_dev_cn10kb(pdev); in is_dev_support_ipsec_offload()