Lines Matching defs:context
1216 static void adpt_i2o_post_wait_complete(u32 context, int status)
1232 context &= 0x7fff;
1236 if(p1->id == context) {
1245 printk(KERN_DEBUG"dpti: Could Not find task %d in wait queue\n",context);
1837 u32 context;
1881 // Transaction context is 0 in failed reply frame
1887 context = readl(reply+8);
1888 if(context & 0x80000000){ // Post wait message
1902 printk(KERN_WARNING"%s: Apparent SCSI cmd in Post Wait Context - cmd=%p context=%x\n", pHba->name, cmd, context);
1904 adpt_i2o_post_wait_complete(context, status);
1982 // Our cards use the transaction context as the tag for queueing
2529 writel(0x0106, &msg[3]); /* Transaction context */