/** * xe_gt_sriov_pf_assert_vfid() - warn if &id is not a supported VF number when debugging. * @gt: the PF &xe_gt to assert on * @vfid: the VF number to assert * * Assert that > belongs to the Physical Function (PF) device and provided &vfid * is within a range of supported VF numbers (up to maximum number of VFs that * driver can support, including VF0 that represents the PF itself). * * Note: Effective only on debug builds. See `Xe Asserts`_ for more information.
*/ #define xe_gt_sriov_pf_assert_vfid(gt, vfid) xe_sriov_pf_assert_vfid(gt_to_xe(gt), (vfid))
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.