aac_sg_entry64
fib->Header.Size += nseg*sizeof(struct aac_sg_entry64);
/ sizeof(struct aac_sg_entry64);
srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry64))) {
struct aac_sg_entry64 *sge64;
struct aac_sg_entry64 sg;
sge64 = (struct aac_sg_entry64 *)srbcmd->sg_map.SgEntry;
fib->Header.Size = nsegs * sizeof(struct aac_sg_entry64);
struct aac_sg_entry64 SgEntry64[0];
fib->Header.Size += nseg*sizeof(struct aac_sg_entry64);
/ sizeof(struct aac_sg_entry64);
srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry64))) {
struct aac_sg_entry64 *sgp =
(struct aac_sg_entry64 *)srbcmd->sg_map.SgEntry;
struct aac_sg_entry64 sg;
aac_sg_entry64_tole(struct aac_sg_entry64 *ptr)
void aac_sg_entry64_tole(struct aac_sg_entry64 *ptr);
struct aac_sg_entry64 SgEntry64[0];