Lines Matching full:matrix
3 * Private data and functions for adjunct processor VFIO matrix driver.
29 * ap_matrix_dev - the AP matrix device structure
30 * @device: generic device structure associated with the AP matrix device
31 * @available_instances: number of mediated matrix devices that can be created
33 * mdev_list: the list of mediated matrix devices created
34 * lock: mutex for locking the AP matrix device. This lock will be
52 * The AP matrix is comprised of three bit masks identifying the adapters,
53 * queues (domains) and control domains that belong to an AP matrix. The bits i
55 * 0 to 255. When a bit is set, the corresponding ID belongs to the matrix.
58 * @apm identifies the AP adapters in the matrix
60 * @aqm identifies the AP queues (domains) in the matrix
62 * @adm identifies the AP control domains in the matrix
74 * struct ap_matrix_mdev - the mediated matrix device structure
76 * @matrix: the adapters, usage domains and control domains assigned to the
77 * mediated matrix device.
85 struct ap_matrix matrix; member