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.
1132 static int tw_setfeature(TW_Device_Extension *tw_dev, int parm, int param_size,
1144 printk(KERN_WARNING "3w-xxxx: tw_setfeature(): Bad command packet virtual address.\n");
1159 printk(KERN_WARNING "3w-xxxx: tw_setfeature(): Bad alignment physical address.\n");
1174 printk(KERN_WARNING "3w-xxxx: tw_setfeature(): Bad command packet physical address.\n");
1188 printk(KERN_WARNING "3w-xxxx: tw_setfeature(): Unexpected request id.\n");
1199 } /* End tw_setfeature() */
1241 error = tw_setfeature(tw_dev, 2, 1, &c);