Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Di2o-dev.h44 #define I2OEVTGET _IOR(I2O_MAGIC_NUMBER,11,struct i2o_evt_info)
105 struct i2o_evt_info { struct
112 struct i2o_evt_info info; argument
/linux-2.6.39/drivers/message/i2o/
Di2o_config.c59 struct i2o_evt_info event_q[I2O_EVT_Q_LEN];
504 memcpy(&kget.info, &p->event_q[p->q_out], sizeof(struct i2o_evt_info)); in i2o_cfg_evt_get()