Searched defs:tcntxt (Results 1 - 3 of 3) sorted by relevance

/drivers/message/i2o/
H A Dexec-osm.c51 u32 tcntxt; /* transaction context from reply */ member in struct:i2o_exec_wait
127 static u32 tcntxt = 0x80000000; local
137 if (tcntxt == 0xffffffff)
138 tcntxt = 0x80000000;
149 wait->tcntxt = tcntxt++;
150 msg->u.s.tcntxt = cpu_to_le32(wait->tcntxt);
231 if (wait->tcntxt == context) {
407 msg->u.s.tcntxt
[all...]
H A Diop.c450 msg->u.s.tcntxt = cpu_to_le32(0x00000000);
514 msg->u.s.tcntxt = cpu_to_le32(0x00000000);
939 msg->u.s.tcntxt = cpu_to_le32(0x00000000);
1150 * @tcntxt: transaction context to use with this notifier
1160 int tcntxt, u32 evt_mask)
1174 msg->u.s.tcntxt = cpu_to_le32(tcntxt);
1159 i2o_event_register(struct i2o_device *dev, struct i2o_driver *drv, int tcntxt, u32 evt_mask) argument
H A Di2o_block.c466 req = i2o_cntxt_list_get(c, le32_to_cpu(msg->u.s.tcntxt));
737 u32 tcntxt; local
758 tcntxt = i2o_cntxt_list_add(c, req);
759 if (!tcntxt) {
765 msg->u.s.tcntxt = cpu_to_le32(tcntxt);

Completed in 52 milliseconds