Home
last modified time | relevance | path

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

/freebsd/sys/dev/pst/
H A Dpst-iop.c263 msg->sgl[0].flags = I2O_SGL_SIMPLE | I2O_SGL_END | I2O_SGL_EOB; in iop_init_outqueue()
315 msg->sgl.flags = I2O_SGL_SIMPLE | I2O_SGL_END | I2O_SGL_EOB; in iop_get_lct()
367 msg->sgl[0].flags = I2O_SGL_SIMPLE | I2O_SGL_DIR | I2O_SGL_EOB; in iop_get_util_params()
371 msg->sgl[1].flags = I2O_SGL_SIMPLE | I2O_SGL_END | I2O_SGL_EOB; in iop_get_util_params()
H A Dpst-iop.h95 #define I2O_SGL_SIMPLE 0x10 macro