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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Dexec-osm.c53 u32 tcntxt; /* transaction context from reply */ member in struct:i2o_exec_wait
129 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) {
416 context = readl(&pmsg->u.s.tcntxt);
[all...]
H A Ddriver.c227 evt->tcntxt = le32_to_cpu(msg->u.s.tcntxt);
H A Di2o_block.c495 req = i2o_cntxt_list_get(c, le32_to_cpu(msg->u.s.tcntxt));
751 u32 tcntxt; local
771 tcntxt = i2o_cntxt_list_add(c, req);
772 if (!tcntxt) {
778 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));
597 msg->u.s.tcntxt = cpu_to_le32(i2o_cntxt_list_add(c, SCpnt));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Di2o.h403 u32 tcntxt; /* transaction context */ member in struct:i2o_message::__anon9847::__anon9848
439 u32 tcntxt; /* Transaction context used at member in struct:i2o_event

Completed in 173 milliseconds