Lines Matching full:matrix
3 * Private data and functions for adjunct processor VFIO matrix driver.
29 * struct ap_matrix_dev - Contains the data for the matrix device.
31 * @device: generic device structure associated with the AP matrix device
33 * @mdev_list: the list of mediated matrix devices created
34 * @mdevs_lock: mutex for locking the AP matrix device. This lock will be
61 * struct ap_matrix - matrix of adapters, domains and control domains
64 * @apm: identifies the AP adapters in the matrix
66 * @aqm: identifies the AP queues (domains) in the matrix
68 * @adm: identifies the AP control domains in the matrix
70 * The AP matrix is comprised of three bit masks identifying the adapters,
71 * queues (domains) and control domains that belong to an AP matrix. The bits in
73 * the corresponding ID belongs to the matrix.
94 * struct ap_matrix_mdev - Contains the data associated with a matrix mediated
98 * @matrix: the adapters, usage domains and control domains assigned to the
99 * mediated matrix device.
114 struct ap_matrix matrix; member
128 * @matrix_mdev: the matrix mediated device