Searched refs:IOP_REQUEST_FLAG_SYNC_REQUEST (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Dhptiop.h160 #define IOP_REQUEST_FLAG_SYNC_REQUEST 1 macro
H A Dhptiop.c109 if (readl(&p->flags) & IOP_REQUEST_FLAG_SYNC_REQUEST) {
312 writel(readl(&req->flags) | IOP_REQUEST_FLAG_SYNC_REQUEST, &req->flags);
335 reqhdr->flags |= cpu_to_le32(IOP_REQUEST_FLAG_SYNC_REQUEST);
356 reqhdr->flags |= cpu_to_le32(IOP_REQUEST_FLAG_SYNC_REQUEST);

Completed in 65 milliseconds