Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aac/
HDaac_disk.c188 sg->SgCount = nsegs; in aac_dump_map_sg()
215 sg->SgCount = nsegs; in aac_dump_map_sg64()
HDaacreg.h391 u_int32_t SgCount; member
399 u_int32_t SgCount; member
407 u_int32_t SgCount; member
HDaac_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()
HDaac_cam.c463 srb->sg_map.SgCount = 1; in aac_cam_action()
475 srb->sg_map.SgCount = 0; in aac_cam_action()
HDaac.c1569 sg->SgCount = nseg; in aac_map_command_sg()
1582 sg->SgCount = nseg; in aac_map_command_sg()
1592 sg->SgCount = nseg; in aac_map_command_sg()
3098 if (srbcmd->sg_map.SgCount > 1) { in aac_ioctl_send_raw_srb()
3105 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry))) { in aac_ioctl_send_raw_srb()
3113 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry64))) { in aac_ioctl_send_raw_srb()
3131 if (srbcmd->sg_map.SgCount == 1) in aac_ioctl_send_raw_srb()
/NextBSD/sys/dev/aacraid/
HDaacraid_reg.h338 u_int32_t SgCount; member
346 u_int32_t SgCount; member
354 u_int32_t SgCount; member
HDaacraid_debug.c158 " %d s/g entries\n", sg->SgCount); in aacraid_print_fib()
159 for (i = 0; i < sg->SgCount; i++) in aacraid_print_fib()
HDaacraid.c1378 sg->SgCount = nseg; in aacraid_map_command_sg()
1391 sg->SgCount = nseg; in aacraid_map_command_sg()
1401 sg->SgCount = nseg; in aacraid_map_command_sg()
2868 if (srbcmd->sg_map.SgCount > 1) { in aac_ioctl_send_raw_srb()
2874 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry))) { in aac_ioctl_send_raw_srb()
2879 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry64))) { in aac_ioctl_send_raw_srb()
2898 if (srbcmd->sg_map.SgCount == 1) in aac_ioctl_send_raw_srb()