/* PH is a must for TPH following PCIe spec 6.2-1.0 */ if (!(ibdmah->valid_fields & BIT(IB_DMAH_PH_EXISTS))) return -EINVAL;
/* ST is optional; however, partial data for it is not allowed */ if (ibdmah->valid_fields & st_bits) { if ((ibdmah->valid_fields & st_bits) != st_bits) return -EINVAL;
err = mlx5_st_alloc_index(mdev, ibdmah->mem_type,
ibdmah->cpu_id, &dmah->st_index); if (err) return err;
}
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.