Lines Matching +full:hdr +full:- +full:engine
1 /* SPDX-License-Identifier: GPL-2.0-only
42 /* Take mbox id from end of CPT mbox range in AF (range 0xA00 - 0xBFF) */
50 * This message is only used between CPT PF <-> CPT VF
53 struct mbox_msghdr hdr; member
67 * Message request and response to get engine group number
72 struct mbox_msghdr hdr; member
77 struct mbox_msghdr hdr; member
84 * This messages are only used between CPT PF <-> CPT VF
87 struct mbox_msghdr hdr; member
91 struct mbox_msghdr hdr; member
118 * engine type (SE, IE, AE).
122 struct mbox_msghdr hdr; member
126 struct mbox_msghdr hdr; member
148 if (pdev->device == OTX2_CPT_PCI_PF_DEVICE_ID || in is_dev_otx2()
149 pdev->device == OTX2_CPT_PCI_VF_DEVICE_ID) in is_dev_otx2()
157 return pdev->subsystem_device == CPT_PCI_SUBSYS_DEVID_CN10K_A; in is_dev_cn10ka()
162 if (pdev->subsystem_device == CPT_PCI_SUBSYS_DEVID_CN10K_A && in is_dev_cn10ka_ax()
163 ((pdev->revision & 0xFF) == 4 || (pdev->revision & 0xFF) == 0x50 || in is_dev_cn10ka_ax()
164 (pdev->revision & 0xff) == 0x51)) in is_dev_cn10ka_ax()
172 return pdev->subsystem_device == CPT_PCI_SUBSYS_DEVID_CN10K_B; in is_dev_cn10kb()
177 if (pdev->subsystem_device == CPT_PCI_SUBSYS_DEVID_CN10K_A && in is_dev_cn10ka_b0()
178 (pdev->revision & 0xFF) == 0x54) in is_dev_cn10ka_b0()