Lines Matching defs:tw_setfeature
66 1.02.00.002 - Fix bug with tw_setfeature() call that caused oops on some
76 Make tw_setfeature() call with interrupts disabled.
160 Check for tw_setfeature() failure.
1134 static int tw_setfeature(TW_Device_Extension *tw_dev, int parm, int param_size,
1146 printk(KERN_WARNING "3w-xxxx: tw_setfeature(): Bad command packet virtual address.\n");
1161 printk(KERN_WARNING "3w-xxxx: tw_setfeature(): Bad alignment physical address.\n");
1176 printk(KERN_WARNING "3w-xxxx: tw_setfeature(): Bad command packet physical address.\n");
1190 printk(KERN_WARNING "3w-xxxx: tw_setfeature(): Unexpected request id.\n");
1201 } /* End tw_setfeature() */
1243 error = tw_setfeature(tw_dev, 2, 1, &c);