Lines Matching defs:fast_fail
80 static int fast_fail = 1;
104 module_param_named(fast_fail, fast_fail, int, S_IRUGO | S_IWUSR);
105 MODULE_PARM_DESC(fast_fail, "Enable fast fail. [Default=1]");
1332 u16 status = be16_to_cpu(evt_struct->xfer_iu->mad.fast_fail.common.status);
1335 dev_err(hostdata->dev, "fast_fail not supported in server\n");
1337 dev_err(hostdata->dev, "fast_fail request failed\n");
1339 dev_err(hostdata->dev, "error 0x%X enabling fast_fail\n", status);
1357 if (!fast_fail) {
1367 fast_fail_mad = &evt_struct->iu.mad.fast_fail;