Searched refs:tcntxt (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
224 if (wait->tcntxt == context) {
400 msg->u.s.tcntxt
[all...]
H A Ddriver.c226 evt->tcntxt = le32_to_cpu(msg->u.s.tcntxt);
H A Di2o_block.c465 req = i2o_cntxt_list_get(c, le32_to_cpu(msg->u.s.tcntxt));
734 u32 tcntxt; local
755 tcntxt = i2o_cntxt_list_add(c, req);
756 if (!tcntxt) {
762 msg->u.s.tcntxt = cpu_to_le32(tcntxt);
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_scsi.c352 cmd = i2o_cntxt_list_get(c, le32_to_cpu(msg->u.s.tcntxt));
592 msg->u.s.tcntxt = cpu_to_le32(i2o_cntxt_list_add(c, SCpnt));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Di2o.h403 u32 tcntxt; /* transaction context */ member in struct:i2o_message::__anon17471::__anon17472
439 u32 tcntxt; /* Transaction context used at member in struct:i2o_event

Completed in 66 milliseconds