Searched refs:aac_sg_entry (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_endian.h104 void aac_sg_entry_tole(struct aac_sg_entry *ptr);
H A Daacraid_endian.c335 aac_sg_entry_tole(struct aac_sg_entry *ptr)
H A Daacraid_reg.h321 struct aac_sg_entry { struct
341 struct aac_sg_entry SgEntry[0];
H A Daacraid.c1392 fib->Header.Size += nseg*sizeof(struct aac_sg_entry);
1694 / sizeof(struct aac_sg_entry);
2924 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry))) {
2925 struct aac_sg_entry *sgp = srbcmd->sg_map.SgEntry;
2926 struct aac_sg_entry sg;
/freebsd-13-stable/sys/dev/aac/
H A Daac_disk.c202 fib->Header.Size = nsegs * sizeof(struct aac_sg_entry);
H A Daacreg.h374 struct aac_sg_entry { struct
394 struct aac_sg_entry SgEntry[0];
H A Daac.c1590 fib->Header.Size += nseg*sizeof(struct aac_sg_entry);
1817 / sizeof(struct aac_sg_entry);
3055 struct aac_sg_entry *sge;
3107 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry))) {
3108 struct aac_sg_entry sg;

Completed in 173 milliseconds