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