Home
last modified time | relevance | path

Searched refs:SgCount (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/aac/
H A Daac_disk.c191 sg->SgCount = nsegs; in aac_dump_map_sg()
218 sg->SgCount = nsegs; in aac_dump_map_sg64()
H A Daacreg.h391 u_int32_t SgCount; member
399 u_int32_t SgCount; member
407 u_int32_t SgCount; member
H A Daac_debug.c244 " %d s/g entries\n", sg->SgCount); in aac_print_fib()
245 for (i = 0; i < sg->SgCount; i++) in aac_print_fib()
H A Daac_cam.c460 srb->sg_map.SgCount = 1; in aac_cam_action()
472 srb->sg_map.SgCount = 0; in aac_cam_action()
H A Daac.c1566 sg->SgCount = nseg; in aac_map_command_sg()
1579 sg->SgCount = nseg; in aac_map_command_sg()
1589 sg->SgCount = nseg; in aac_map_command_sg()
3094 if (srbcmd->sg_map.SgCount > 1) { in aac_ioctl_send_raw_srb()
3101 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry))) { in aac_ioctl_send_raw_srb()
3114 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry64))) { in aac_ioctl_send_raw_srb()
3139 if (srbcmd->sg_map.SgCount == 1) in aac_ioctl_send_raw_srb()
/freebsd/sys/dev/aacraid/
H A Daacraid_reg.h338 u_int32_t SgCount; member
346 u_int32_t SgCount; member
354 u_int32_t SgCount; member
H A Daacraid_debug.c157 " %d s/g entries\n", sg->SgCount); in aacraid_print_fib()
158 for (i = 0; i < sg->SgCount; i++) in aacraid_print_fib()
H A Daacraid.c1369 sg->SgCount = htole32(nseg); in aacraid_map_command_sg()
1384 sg->SgCount = htole32(nseg); in aacraid_map_command_sg()
1395 sg->SgCount = htole32(nseg); in aacraid_map_command_sg()
2917 if (srbcmd->sg_map.SgCount > 1) { in aac_ioctl_send_raw_srb()
2923 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry))) { in aac_ioctl_send_raw_srb()
2933 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry64))) { in aac_ioctl_send_raw_srb()
2954 if (srbcmd->sg_map.SgCount == 1) in aac_ioctl_send_raw_srb()