Home
last modified time | relevance | path

Searched refs:abrt_tbl (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c3425 np->abrt_tbl.addr = cpu_to_scr(vtobus(np->abrt_msg));
3434 np->abrt_tbl.size = 1;
3462 np->abrt_tbl.size = 2;
3493 np->abrt_tbl.size = 1;
3511 np->abrt_tbl.size = 2;
3516 np->abrt_tbl.size = 4;
3602 sym_printl_hex(np->abrt_msg, np->abrt_tbl.size);
3603 np->abrt_tbl.size = cpu_to_scr(np->abrt_tbl.size);
Dsym_hipd.h1018 struct sym_tblmove abrt_tbl; /* Table for the MOV of it */ member
Dsym_fw1.h1376 offsetof (struct sym_hcb, abrt_tbl),
Dsym_fw2.h1255 offsetof (struct sym_hcb, abrt_tbl),
/linux-4.4.14/Documentation/scsi/
DChangeLog.sym53c8xx60 - Add a missing endian-ization (abrt_tbl.addr).