Lines Matching defs:issue
910 issue the ioctl calls for setting and reading the reserved
1866 issue (struct req *req)
1878 DBG (4, "sanei_scsi.issue: %p\n", (void *) req);
1903 command in the queue, we simply try to issue
1910 wait for the next call to issue()
1927 command in the queue, we simply try to issue
1934 wait for the next call to issue()
1971 DBG (1, "sanei_scsi.issue: bad write (errno=%i) %s %li\n",
1975 DBG (1, "sanei_scsi.issue: SG_IO ioctl error (errno=%i, ret=%d) %s\n",
1981 DBG (1, "sanei_scsi.issue: SG_BIG_BUF inconsistency? "
1991 DBG (1, "issue: ENOMEM - cannot queue SCSI command. "
1994 DBG (1, "issue: EAGAIN - cannot queue SCSI command. "
2213 issue (req);
2233 issue (req); /* ensure the command is running */
2236 issue (req->next); /* issue next command, if any */
2272 /* Now issue next command asap, if any. We can't do this
2275 issue (req->next);
2440 if command queueing is used. So we better issue only a warning