Home
last modified time | relevance | path

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

/netbsd/sys/dev/i2o/
H A Ddpti.c580 if ((p[0] & I2O_SGL_END_BUFFER) != 0) { in dpti_passthrough()
621 if ((p[0] & I2O_SGL_END_BUFFER) == 0) { in dpti_passthrough()
629 if ((p[0] & I2O_SGL_END_BUFFER) != 0) in dpti_passthrough()
H A Diop.c991 I2O_SGL_SIMPLE | I2O_SGL_END_BUFFER | I2O_SGL_END; in iop_ofifo_init()
1922 p[0] = (u_int32_t)ds->ds_len | flg | I2O_SGL_END_BUFFER; in iop_msg_map()
2008 mb[off] = xfersize | I2O_SGL_PAGE_LIST | I2O_SGL_END_BUFFER | in iop_msg_map_bio()
2026 p[0] = (u_int32_t)ds->ds_len | flg | I2O_SGL_END_BUFFER | in iop_msg_map_bio()
H A Di2o.h145 #define I2O_SGL_END_BUFFER 0x40000000 macro