Lines Matching defs:handle
1326 * mb[1] = N_Port handle of changed port
1357 /* use handle_cnt for loop id/nport handle */
1438 /* Only handle SCNs for our Vport index. */
1678 /* Validate handle. */
1716 index = LSW(pkt->handle);
1730 "%s: Invalid completion handle (%x) -- timed-out.\n",
1734 if (sp->handle != index) {
1736 "%s: SRB handle (%x) mismatch %x.\n", func,
1737 sp->handle, index);
1773 "status-flags=%x.\n", type, sp->handle,
1792 type, sp->handle, fcport->d_id.b.domain,
1821 "mb0=%x mb1=%x mb2=%x mb6=%x mb7=%x.\n", type, sp->handle,
2036 type, sp->handle, comp_status, fw_status[1], fw_status[2],
2058 type, sp->handle, comp_status, fw_status[1], fw_status[2],
2064 type, sp->handle, comp_status,
2113 type, fcport->port_name, sp->handle, fcport->d_id.b.domain,
2124 "Async-%s complete: handle=%x pid=%06x wwpn=%8phC iop0=%x\n",
2125 type, sp->handle, fcport->d_id.b24, fcport->port_name,
2205 "Async-%s failed: handle=%x pid=%06x wwpn=%8phC comp_status=%x iop0=%x iop1=%x\n",
2206 type, sp->handle, fcport->d_id.b24, fcport->port_name,
2237 type, sp->handle, sts->entry_status);
2242 type, sp->handle, sts->comp_status);
2250 type, sp->handle, sts->rsp_data_len);
2254 type, sp->handle, sts->data[3]);
2363 sp->name, sp->handle, comp_status,
2369 * otherwise transport will handle.
2445 sts21_entry->handle[cnt]);
2452 sts22_entry->handle[cnt]);
2705 /* Validate handle. */
2708 "Invalid SCSI completion handle 0x%x.\n", index);
2716 "Req:%d: Invalid ISP SCSI completion handle(0x%x)\n",
2860 uint32_t handle;
2876 handle = (uint32_t) LSW(sts->handle);
2877 que = MSW(sts->handle);
2884 "Invalid status handle (0x%x): Bad req pointer. req=%p, "
2885 "que=%u.\n", sts->handle, req, que);
2889 /* Validate handle. */
2890 if (handle < req->num_outstanding_cmds) {
2891 sp = req->outstanding_cmds[handle];
2894 "%s(%ld): Already returned command for status handle (0x%x).\n",
2895 __func__, vha->host_no, sts->handle);
2900 "Invalid status handle, out of range (0x%x).\n",
2901 sts->handle);
2915 req->outstanding_cmds[handle] = NULL;
2924 req->outstanding_cmds[handle] = NULL;
2930 qla25xx_process_bidir_status_iocb(vha, pkt, req, handle);
2942 qla2x00_process_completed_request(vha, req, handle);
2947 req->outstanding_cmds[handle] = NULL;
2952 sts->handle, sp);
3144 * to requeue until the class decides how to handle this.
3293 uint16_t que = MSW(pkt->handle);
3298 "iocb type %xh with error status %xh, handle %xh, rspq id %d\n",
3299 pkt->entry_type, pkt->entry_status, pkt->handle, rsp->id);
3309 if ((pkt->handle & ~QLA_TGT_HANDLE_MASK) == QLA_TGT_SKIP_HANDLE)
3337 "Error entry - invalid handle/queue (%04x).\n", que);
3502 if (pkt->handle == QLA_TGT_SKIP_HANDLE)
3999 qentry->handle = NULL;
4005 qentry->handle = rsp;
4031 qentry->handle = rsp;
4189 free_irq(pci_irq_vector(ha->pdev, i), qentry->handle);
4222 msix->handle = qpair;