Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/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()
407 msg->u.s.tcntxt = cpu_to_le32(0x00000000); in i2o_exec_lct_notify()
476 context = readl(&pmsg->u.s.tcntxt); in i2o_exec_reply()
483 context = le32_to_cpu(msg->u.s.tcntxt); in i2o_exec_reply()
Di2o_block.c466 req = i2o_cntxt_list_get(c, le32_to_cpu(msg->u.s.tcntxt)); in i2o_block_reply()
733 u32 tcntxt; in i2o_block_transfer() local
754 tcntxt = i2o_cntxt_list_add(c, req); in i2o_block_transfer()
755 if (!tcntxt) { in i2o_block_transfer()
761 msg->u.s.tcntxt = cpu_to_le32(tcntxt); in i2o_block_transfer()
Diop.c450 msg->u.s.tcntxt = cpu_to_le32(0x00000000); in i2o_iop_init_outbound_queue()
514 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()
1164 int tcntxt, u32 evt_mask) in i2o_event_register() argument
1178 msg->u.s.tcntxt = cpu_to_le32(tcntxt); in i2o_event_register()
Ddriver.c230 evt->tcntxt = le32_to_cpu(msg->u.s.tcntxt); in i2o_driver_dispatch()
Di2o_scsi.c350 cmd = i2o_cntxt_list_get(c, le32_to_cpu(msg->u.s.tcntxt)); in i2o_scsi_reply()
629 msg->u.s.tcntxt = cpu_to_le32(i2o_cntxt_list_add(c, SCpnt)); in i2o_scsi_queuecommand_lck()
Di2o.h404 u32 tcntxt; /* transaction context */ member
440 u32 tcntxt; /* Transaction context used at member