Lines Matching full:matrix
3 * Private data and functions for adjunct processor VFIO matrix driver.
30 * struct ap_matrix_dev - Contains the data for the matrix device.
32 * @device: generic device structure associated with the AP matrix device
34 * @mdev_list: the list of mediated matrix devices created
35 * @mdevs_lock: mutex for locking the AP matrix device. This lock will be
62 * struct ap_matrix - matrix of adapters, domains and control domains
65 * @apm: identifies the AP adapters in the matrix
67 * @aqm: identifies the AP queues (domains) in the matrix
69 * @adm: identifies the AP control domains in the matrix
71 * The AP matrix is comprised of three bit masks identifying the adapters,
72 * queues (domains) and control domains that belong to an AP matrix. The bits in
74 * the corresponding ID belongs to the matrix.
95 * struct ap_matrix_mdev - Contains the data associated with a matrix mediated
99 * @matrix: the adapters, usage domains and control domains assigned to the
100 * mediated matrix device.
116 struct ap_matrix matrix; member
131 * @matrix_mdev: the matrix mediated device