Home
last modified time | relevance | path

Searched refs:tcntxt (Results 1 – 5 of 5) sorted by relevance

/drivers/message/i2o/
Dexec-osm.c51 u32 tcntxt; /* transaction context from reply */ member
127 static u32 tcntxt = 0x80000000; in i2o_msg_post_wait_mem() local
137 if (tcntxt == 0xffffffff) in i2o_msg_post_wait_mem()
138 tcntxt = 0x80000000; in i2o_msg_post_wait_mem()
149 wait->tcntxt = tcntxt++; in i2o_msg_post_wait_mem()
150 msg->u.s.tcntxt = cpu_to_le32(wait->tcntxt); in i2o_msg_post_wait_mem()
231 if (wait->tcntxt == context) { in i2o_msg_post_wait_complete()
403 msg->u.s.tcntxt = cpu_to_le32(0x00000000); in i2o_exec_lct_notify()
472 context = readl(&pmsg->u.s.tcntxt); in i2o_exec_reply()
479 context = le32_to_cpu(msg->u.s.tcntxt); in i2o_exec_reply()
Di2o_block.c469 req = i2o_cntxt_list_get(c, le32_to_cpu(msg->u.s.tcntxt)); in i2o_block_reply()
724 u32 tcntxt; in i2o_block_transfer() local
744 tcntxt = i2o_cntxt_list_add(c, req); in i2o_block_transfer()
745 if (!tcntxt) { in i2o_block_transfer()
751 msg->u.s.tcntxt = cpu_to_le32(tcntxt); in i2o_block_transfer()
Diop.c449 msg->u.s.tcntxt = cpu_to_le32(0x00000000); in i2o_iop_init_outbound_queue()
513 msg->u.s.tcntxt = cpu_to_le32(0x00000000); in i2o_iop_reset()
938 msg->u.s.tcntxt = cpu_to_le32(0x00000000); in i2o_status_get()
1159 int tcntxt, u32 evt_mask) in i2o_event_register() argument
1173 msg->u.s.tcntxt = cpu_to_le32(tcntxt); in i2o_event_register()
Ddriver.c226 evt->tcntxt = le32_to_cpu(msg->u.s.tcntxt); in i2o_driver_dispatch()
Di2o_scsi.c352 cmd = i2o_cntxt_list_get(c, le32_to_cpu(msg->u.s.tcntxt)); in i2o_scsi_reply()
632 msg->u.s.tcntxt = cpu_to_le32(i2o_cntxt_list_add(c, SCpnt)); in i2o_scsi_queuecommand()