Searched refs:aac_sg_entry64 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/dev/aac/
H A Daac_disk.c220 fib->Header.Size = nsegs * sizeof(struct aac_sg_entry64);
H A Daacreg.h377 struct aac_sg_entry64 { struct
400 struct aac_sg_entry64 SgEntry64[0];
H A Daac.c1598 fib->Header.Size += nseg*sizeof(struct aac_sg_entry64);
1811 / sizeof(struct aac_sg_entry64);
3054 struct aac_sg_entry64 *sge64;
3113 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry64))) {
3115 sge64 = (struct aac_sg_entry64 *)srbcmd->sg_map.SgEntry;
/freebsd-10.1-release/sys/dev/aacraid/
H A Daacraid_reg.h324 struct aac_sg_entry64 { struct
347 struct aac_sg_entry64 SgEntry64[0];
H A Daacraid.c1407 fib->Header.Size += nseg*sizeof(struct aac_sg_entry64);
1690 / sizeof(struct aac_sg_entry64);
2879 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry64))) {
2881 struct aac_sg_entry64 *sgp =
2882 (struct aac_sg_entry64 *)srbcmd->sg_map.SgEntry;

Completed in 68 milliseconds