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