Searched refs:i2o_post_this (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_lan.c | 666 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()
|
D | i2o_core.c | 843 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);
|
D | i2o_config.c | 782 i2o_post_this(iop, msg, 20); in ioctl_evt_reg()
|
/linux-2.4.37.9/include/linux/ |
D | i2o.h | 320 extern int i2o_post_this(struct i2o_controller *, u32 *, int);
|