Home
last modified time | relevance | path

Searched refs:aac_sg_entry64 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/aacraid/
H A Daacraid_endian.h103 void aac_sg_entry64_tole(struct aac_sg_entry64 *ptr);
H A Daacraid_reg.h324 struct aac_sg_entry64 { struct
347 struct aac_sg_entry64 SgEntry64[0]; argument
H A Daacraid_endian.c339 aac_sg_entry64_tole(struct aac_sg_entry64 *ptr) in aac_sg_entry64_tole()
H A Daacraid.c1402 fib->Header.Size += nseg*sizeof(struct aac_sg_entry64); in aacraid_map_command_sg()
1689 / sizeof(struct aac_sg_entry64); in aac_check_firmware()
2933 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry64))) { in aac_ioctl_send_raw_srb()
2935 struct aac_sg_entry64 *sgp = in aac_ioctl_send_raw_srb()
2936 (struct aac_sg_entry64 *)srbcmd->sg_map.SgEntry; in aac_ioctl_send_raw_srb()
2937 struct aac_sg_entry64 sg; in aac_ioctl_send_raw_srb()
/freebsd/sys/dev/aac/
H A Daacreg.h377 struct aac_sg_entry64 { struct
400 struct aac_sg_entry64 SgEntry64[0]; argument
H A Daac_disk.c223 fib->Header.Size = nsegs * sizeof(struct aac_sg_entry64); in aac_dump_map_sg64()
H A Daac.c1595 fib->Header.Size += nseg*sizeof(struct aac_sg_entry64); in aac_map_command_sg()
1808 / sizeof(struct aac_sg_entry64); in aac_check_firmware()
3114 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry64))) { in aac_ioctl_send_raw_srb()
3115 struct aac_sg_entry64 *sge64; in aac_ioctl_send_raw_srb()
3116 struct aac_sg_entry64 sg; in aac_ioctl_send_raw_srb()
3119 sge64 = (struct aac_sg_entry64 *)srbcmd->sg_map.SgEntry; in aac_ioctl_send_raw_srb()