Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/i2o/
Di2o_lan.c666 if (i2o_post_this(iop, msg, sizeof(msg)) < 0) in i2o_lan_reset()
691 if (i2o_post_this(iop, msg, sizeof(msg)) < 0) in i2o_lan_suspend()
1178 return i2o_post_this(iop, msg, sizeof(msg)); in i2o_lan_set_mc_filter()
1209 return i2o_post_this(iop, msg, sizeof(msg)); in i2o_lan_set_mc_table()
Di2o_core.c843 return i2o_post_this(c, msg, sizeof(msg)); in i2o_event_register()
2357 return i2o_post_this(c, msg, sizeof(msg)); in i2o_lct_notify()
2489 int i2o_post_this(struct i2o_controller *c, u32 *data, int len) in i2o_post_this() function
2583 if ((status = i2o_post_this(c, msg, len))==0) { in i2o_post_wait_mem()
3423 EXPORT_SYMBOL(i2o_post_this);
Di2o_config.c782 i2o_post_this(iop, msg, 20); in ioctl_evt_reg()
/linux-2.4.37.9/include/linux/
Di2o.h320 extern int i2o_post_this(struct i2o_controller *, u32 *, int);