Home
last modified time | relevance | path

Searched defs:aac_srb (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/aac/
H A Daacreg.h1386 struct aac_srb { struct
1387 u_int32_t function;
1388 u_int32_t bus;
1389 u_int32_t target;
1390 u_int32_t lun;
1391 u_int32_t timeout;
1392 u_int32_t flags;
1393 u_int32_t data_len;
1394 u_int32_t retry_limit;
1395 u_int32_t cdb_len;
[all …]
/freebsd/sys/dev/aacraid/
H A Daacraid_reg.h1475 struct aac_srb { struct
1476 u_int32_t function;
1477 u_int32_t bus;
1478 u_int32_t target;
1479 u_int32_t lun;
1480 u_int32_t timeout;
1481 u_int32_t flags;
1482 u_int32_t data_len;
1483 u_int32_t retry_limit;
1484 u_int32_t cdb_len;
[all …]