Searched refs:pSg (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/hpt27xx/ |
H A D | hpt27xx_osm_bsd.c | 478 static int os_buildsgl(PCOMMAND pCmd, PSG pSg, int logical) in os_buildsgl() argument 484 os_set_sgptr(pSg, (HPT_U8 *)ccb->csio.data_ptr); in os_buildsgl() 485 pSg->size = ccb->csio.dxfer_len; in os_buildsgl() 486 pSg->eot = 1; in os_buildsgl()
|
/freebsd/sys/dev/hptrr/ |
H A D | hptrr_osm_bsd.c | 484 static int os_buildsgl(PCOMMAND pCmd, PSG pSg, int logical) in os_buildsgl() argument 490 os_set_sgptr(pSg, (HPT_U8 *)ccb->csio.data_ptr); in os_buildsgl() 491 pSg->size = ccb->csio.dxfer_len; in os_buildsgl() 492 pSg->eot = 1; in os_buildsgl()
|
/freebsd/sys/dev/hptmv/ |
H A D | entry.c | 124 static int HPTLIBAPI fOsBuildSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSg, 2500 int HPTLIBAPI fOsBuildSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSg, int logical) in fOsBuildSgl() argument 2505 pSg->dSgAddress = (ULONG_PTR)(UCHAR *)ccb->csio.data_ptr; in fOsBuildSgl() 2506 pSg->wSgSize = ccb->csio.dxfer_len; in fOsBuildSgl() 2507 pSg->wSgFlag = SG_FLAG_EOT; in fOsBuildSgl()
|
/freebsd/sys/dev/hptnr/ |
H A D | hptnr_osm_bsd.c | 533 static int os_buildsgl(PCOMMAND pCmd, PSG pSg, int logical) in os_buildsgl() argument
|