Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dgdt_common.c738 u_int32_t sg_canz; in gdt_exec_ccb() local
775 sg_canz = 0; in gdt_exec_ccb()
816 sg_canz = xfer->dm_nsegs; in gdt_exec_ccb()
819 sg_canz * GDT_SG_SZ + GDT_SG_LEN, 0); in gdt_exec_ccb()
825 sg_canz = 0; in gdt_exec_ccb()
828 gdt_enc32(sc->sc_cmd + GDT_CMD_UNION + GDT_CACHE_SG_CANZ, sg_canz); in gdt_exec_ccb()
831 roundup(GDT_CMD_UNION + GDT_CACHE_SG_LST + sg_canz * GDT_SG_SZ, in gdt_exec_ccb()