Lines Matching defs:to

25  * exercise of rights under this Agreement, including but not limited to
26 * the risks and costs of program errors, damage to or loss of data,
39 * along with this program; if not, write to the Free Software
270 "transfers, you may want to increase the SGL page size. "
313 "Defines the interrupt mode to use. 0 for legacy"
425 /* set to bus master for BIOses that don't do it for us */
433 "unable to initialize device at PCI bus %x:%x",
485 "Failed to create sysfs binary file: fw");
491 "Failed to create sysfs binary file: fs");
497 "Failed to create sysfs binary file: vda");
503 "Failed to create sysfs binary file: hw");
509 "Failed to create sysfs binary file: live_nvram");
516 "Failed to create sysfs binary file: default_nvram");
540 * to clear the host pointer. if this is the case, we
671 /* Handle ioctl calls to "/proc/scsi/esas2r/ATTOnode" */
805 "failed to create_proc_entry");
844 /* save the total # bytes returned to caller so far */
852 * caller did not use all bytes from previous call. need to
872 * we don't expect the caller to skip ahead.
944 esas2r_debug("start request %p to %d:%d\n", rq, (int)cmd->device->id,
961 * to abort.
985 /* Found the request. See what to do with it. */
989 * means that we need to send an abort request
990 * to the firmware.
996 "unable to allocate an abort request for cmd %p",
1067 * to abort.
1090 * the request is already active, so we need to tell
1091 * the firmware to abort it and wait for the response.
1142 /* above call sets the AF_OS_RESET flag. wait for it to clear. */
1187 "unable to allocate a request for a "
1192 "unable to allocate a request for a "
1210 esas2r_debug("issuing target reset (%p) to id %d", rq,
1214 esas2r_debug("issuing device reset (%p) to id %d lun %d", rq,
1220 /* Task management cmd completed right away, need to free it. */
1225 * Wait for firmware to complete the request. Completion
1399 void *to,
1403 u8 *end = (u8 *)to;
1664 /* Run tasklet to handle stuff outside of interrupt context. */
1718 * Firmware events need to be handled outside of interrupt context
1719 * so we schedule a delayed_work to handle them.
1824 * Sends a firmware asynchronous event to anyone who happens to be
1956 "esas2r_queue_fw_event failed to alloc");
1998 /* Translate status to a Linux SCSI mid-layer error code */