Lines Matching defs:handle

81 		uint16_t handle)
88 if (entry->handle == handle)
106 __func__, edif_entry->handle, fcport->port_name, fcport->d_id.b24);
125 nport_handle = edif_entry->handle;
153 * create a new list entry for this nport handle and
157 uint16_t sa_index, uint16_t handle)
163 entry = qla_edif_list_find_sa_index(fcport, handle);
181 entry->handle = handle;
373 if (fcport->loop_id != entry->handle) {
375 "%s: ** WARNING %d** entry handle: 0x%x, lid: 0x%x, sa_index: %d\n",
376 __func__, i, entry->handle, fcport->loop_id,
396 __func__, entry->sa_pair[i].sa_index, entry->handle);
406 qla_edif_list_find_sa_index(fcport, entry->handle);
1683 __func__, edif_entry->handle, edif_entry->delete_sa_index);
1820 __func__, sp->name, sp->handle, fcport->d_id.b24);
2456 sa_update_iocb->handle = sp->handle;
2486 sa_update_iocb->sa_control, sa_update_iocb->spi, sa_frame->flags, sp->handle,
2509 sa_update_iocb->handle = sp->handle;
2529 sa_update_iocb->sa_index, sp->handle);
2715 if (entry->handle == nport_handle)
2824 * dig the nport handle out of the iocb, fcport->loop_id can not be trusted
2832 nport_handle, pkt->sa_index, pkt->flags, sp->handle);
2975 uint32_t handle;
3012 handle = req->current_outstanding_cmd;
3014 handle++;
3015 if (handle == req->num_outstanding_cmds)
3016 handle = 1;
3017 if (!req->outstanding_cmds[handle])
3084 cmd_pkt->handle = make_handle(req->id, handle);
3188 req->current_outstanding_cmd = handle;
3189 req->outstanding_cmds[handle] = sp;
3190 sp->handle = handle;
3191 cmd->host_scribble = (unsigned char *)(unsigned long)handle;
3292 entry->handle = nport_handle;
3319 __func__, slot, entry->handle, sa_frame->spi,
3331 __func__, entry->handle, sa_frame->spi);
3354 __func__, free_slot, entry->handle, sa_frame->spi, sa_index);
3413 fc_port_t *fcport, uint32_t handle, uint16_t sa_index)
3426 return; /* no pending delete for this handle */
3454 cached_nport_handle = edif_entry->handle;
3457 /* sanity check on the nport handle */
3471 "delete index %d, update index: %d, nport handle: 0x%x, handle: 0x%x\n",
3473 edif_entry->update_sa_index, nport_handle, handle);
3492 uint32_t handle;
3494 handle = (uint32_t)LSW(sts24->handle);
3500 return __chk_edif_rx_sa_delete_pending(vha, fcport, handle,
3508 pkt->handle, le16_to_cpu(pkt->edif_sa_index));
3649 sp->handle, sp->remap.req.len, bsg_job);