Lines Matching +full:hw +full:- +full:revision
1 /* SPDX-License-Identifier: GPL-2.0-only
28 /* HW capability flags */
41 /* Take mbox id from end of CPT mbox range in AF (range 0xA00 - 0xBFF) */
49 * This message is only used between CPT PF <-> CPT VF
83 * This messages are only used between CPT PF <-> CPT VF
94 /* CPT HW capabilities */
116 * Message request and response to get HW capabilities for each
147 return pdev->device == OTX2_CPT_PCI_PF_DEVICE_ID || in is_dev_otx2()
148 pdev->device == OTX2_CPT_PCI_VF_DEVICE_ID; in is_dev_otx2()
153 return pdev->subsystem_device == CPT_PCI_SUBSYS_DEVID_CN10K_A; in is_dev_cn10ka()
158 return pdev->subsystem_device == CPT_PCI_SUBSYS_DEVID_CN10K_A && in is_dev_cn10ka_ax()
159 ((pdev->revision & 0xFF) == 4 || in is_dev_cn10ka_ax()
160 (pdev->revision & 0xFF) == 0x50 || in is_dev_cn10ka_ax()
161 (pdev->revision & 0xFF) == 0x51); in is_dev_cn10ka_ax()
166 return pdev->subsystem_device == CPT_PCI_SUBSYS_DEVID_CN10K_B; in is_dev_cn10kb()
171 return pdev->subsystem_device == CPT_PCI_SUBSYS_DEVID_CN10K_A && in is_dev_cn10ka_b0()
172 (pdev->revision & 0xFF) == 0x54; in is_dev_cn10ka_b0()