Home
last modified time | relevance | path

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

/freebsd/sys/dev/mrsas/
H A Dmrsas_ioctl.h90 u_int32_t sgl_off; member
108 u_int32_t sgl_off; member
H A Dmrsas_ioctl.c198 ((uintptr_t)cmd->frame + user_ioc->sgl_off); in mrsas_passthru()
/freebsd/sys/dev/tws/
H A Dtws_hdm.h175 #define BUILD_SGL_OFF__OPCODE(sgl_off, opcode) \ argument
176 ((sgl_off << 5) & 0xE0) | (opcode & 0x1F) /* 3:5 */