Lines Matching defs:aac_raw_io2
1448 struct aac_raw_io2 { struct
1449 u_int32_t strtBlkLow;
1450 u_int32_t strtBlkHigh;
1451 u_int32_t byteCnt;
1452 u_int16_t ldNum;
1453 u_int16_t flags; /* RIO2_xxx */
1454 u_int32_t sgeFirstSize; /* size of first SG element */
1455 u_int32_t sgeNominalSize; /* size of 2nd SG element */
1456 u_int8_t sgeCnt;
1457 u_int8_t bpTotal; /* reserved for FW use */
1458 u_int8_t bpComplete; /* reserved for FW use */
1459 u_int8_t sgeFirstIndex; /* reserved for FW use */
1460 u_int8_t unused[4];
1461 struct aac_sge_ieee1212 sge[0]; /* variable size */