Home
last modified time | relevance | path

Searched refs:aac_sg_entry (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/aac/
Daacreg.h374 struct aac_sg_entry { struct
394 struct aac_sg_entry SgEntry[0]; argument
Daac_disk.c197 fib->Header.Size = nsegs * sizeof(struct aac_sg_entry); in aac_dump_map_sg()
Daac.c1591 fib->Header.Size += nseg*sizeof(struct aac_sg_entry); in aac_map_command_sg()
1818 / sizeof(struct aac_sg_entry); in aac_check_firmware()
3056 struct aac_sg_entry *sge; in aac_ioctl_send_raw_srb()
3108 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry))) { in aac_ioctl_send_raw_srb()
3109 struct aac_sg_entry sg; in aac_ioctl_send_raw_srb()
/freebsd-12-stable/sys/dev/aacraid/
Daacraid_reg.h321 struct aac_sg_entry { struct
341 struct aac_sg_entry SgEntry[0]; argument
Daacraid.c1403 fib->Header.Size += nseg*sizeof(struct aac_sg_entry); in aacraid_map_command_sg()
1704 / sizeof(struct aac_sg_entry); in aac_check_firmware()
2906 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry))) { in aac_ioctl_send_raw_srb()
2907 struct aac_sg_entry *sgp = srbcmd->sg_map.SgEntry; in aac_ioctl_send_raw_srb()
2908 struct aac_sg_entry sg; in aac_ioctl_send_raw_srb()