Lines Matching refs:diag
18 #include <asm/diag.h>
31 * diag210_to_senseid - convert diag 0x210 data to sense id information
33 * @diag: diag 0x210 data
37 static int diag210_to_senseid(struct senseid *senseid, struct diag210 *diag)
75 if (diag->vrdcvcla == 0x02 && diag->vrdcvtyp == 0x20) {
82 if (diag->vrdcvcla == vm_devices[i].class &&
83 diag->vrdcvtyp == vm_devices[i].type) {
94 * diag210_get_dev_info - retrieve device information via diag 0x210
179 /* Try diag 0x210 fallback on z/VM. */