Lines Matching refs:wqw
1112 struct work_queue_wrapper *wqw =
1114 struct _MPT_SCSI_HOST *hd = wqw->hd;
1118 int disk = wqw->disk;
1121 kfree(wqw);
1153 struct work_queue_wrapper *wqw = kmalloc(sizeof(*wqw), GFP_ATOMIC);
1156 if (!wqw) {
1162 INIT_WORK(&wqw->work, mpt_work_wrapper);
1163 wqw->hd = hd;
1164 wqw->disk = disk;
1166 schedule_work(&wqw->work);
1258 struct work_queue_wrapper *wqw =
1260 struct _MPT_SCSI_HOST *hd = wqw->hd;
1267 kfree(wqw);
1289 struct work_queue_wrapper *wqw = kmalloc(sizeof(*wqw), GFP_ATOMIC);
1291 if (!wqw)
1294 INIT_WORK(&wqw->work, mptspi_dv_renegotiate_work);
1295 wqw->hd = hd;
1297 schedule_work(&wqw->work);