Lines Matching refs:handle

2025 	if (pkt->handle == QLA_SKIP_HANDLE)  in qla_get_sp_from_handle()
2028 index = LSW(pkt->handle); in qla_get_sp_from_handle()
2046 if (sp->handle != index) { in qla_get_sp_from_handle()
2049 sp->handle, index); in qla_get_sp_from_handle()
2100 "status-flags=%x.\n", type, sp->handle, in qla2x00_mbx_iocb_entry()
2119 type, sp->handle, fcport->d_id.b.domain, in qla2x00_mbx_iocb_entry()
2148 "mb0=%x mb1=%x mb2=%x mb6=%x mb7=%x.\n", type, sp->handle, in qla2x00_mbx_iocb_entry()
2420 type, sp->handle, comp_status); in qla24xx_els_ct_entry()
2439 type, sp->handle, comp_status); in qla24xx_els_ct_entry()
2469 type, sp->handle, comp_status, fw_status[1], fw_status[2], in qla24xx_els_ct_entry()
2475 type, sp->handle, comp_status, in qla24xx_els_ct_entry()
2525 type, fcport->port_name, sp->handle, fcport->d_id.b.domain, in qla24xx_logio_entry()
2537 type, sp->handle, fcport->d_id.b24, fcport->port_name, in qla24xx_logio_entry()
2625 type, sp->handle, fcport->d_id.b24, fcport->port_name, in qla24xx_logio_entry()
2632 type, sp->handle, fcport->d_id.b24, fcport->port_name, in qla24xx_logio_entry()
2665 type, sp->handle, sts->entry_status); in qla24xx_tm_iocb_entry()
2670 type, sp->handle, comp_status); in qla24xx_tm_iocb_entry()
2678 type, sp->handle, sts->rsp_data_len); in qla24xx_tm_iocb_entry()
2682 type, sp->handle, sts->data[3]); in qla24xx_tm_iocb_entry()
2816 sp->name, sp->handle, comp_status, in qla24xx_nvme_iocb_entry()
2907 sts21_entry->handle[cnt]); in qla2x00_process_response_entry()
2914 sts22_entry->handle[cnt]); in qla2x00_process_response_entry()
3313 uint32_t handle; in qla2x00_status_entry() local
3329 handle = (uint32_t) LSW(sts->handle); in qla2x00_status_entry()
3330 que = MSW(sts->handle); in qla2x00_status_entry()
3338 "que=%u.\n", sts->handle, req, que); in qla2x00_status_entry()
3343 if (handle < req->num_outstanding_cmds) { in qla2x00_status_entry()
3344 sp = req->outstanding_cmds[handle]; in qla2x00_status_entry()
3348 __func__, vha->host_no, sts->handle); in qla2x00_status_entry()
3354 sts->handle); in qla2x00_status_entry()
3368 req->outstanding_cmds[handle] = NULL; in qla2x00_status_entry()
3377 req->outstanding_cmds[handle] = NULL; in qla2x00_status_entry()
3383 qla25xx_process_bidir_status_iocb(vha, pkt, req, handle); in qla2x00_status_entry()
3398 qla2x00_process_completed_request(vha, req, handle); in qla2x00_status_entry()
3407 sts->handle, sp); in qla2x00_status_entry()
3409 req->outstanding_cmds[handle] = NULL; in qla2x00_status_entry()
3682 req->outstanding_cmds[handle] = NULL; in qla2x00_status_entry()
3756 uint16_t que = MSW(pkt->handle); in qla2x00_error_entry()
3763 pkt->entry_type, pkt->entry_status, pkt->handle, rsp->id); in qla2x00_error_entry()
3773 if ((pkt->handle & ~QLA_TGT_HANDLE_MASK) == QLA_TGT_SKIP_HANDLE) in qla2x00_error_entry()
4058 if (pkt->handle == QLA_TGT_SKIP_HANDLE) in qla24xx_process_response_queue()
4594 qentry->handle = NULL; in qla24xx_enable_msix()
4600 qentry->handle = rsp; in qla24xx_enable_msix()
4626 qentry->handle = rsp; in qla24xx_enable_msix()
4784 free_irq(pci_irq_vector(ha->pdev, i), qentry->handle); in qla2x00_free_irqs()
4817 msix->handle = qpair; in qla25xx_request_irq()