Home
last modified time | relevance | path

Searched refs:nport_handle (Results 1 – 7 of 7) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_fw.h59 uint16_t nport_handle; /* N_PORT handle. */ member
397 uint16_t nport_handle; /* N_PORT hanlde. */ member
435 uint16_t nport_handle; /* N_PORT handle. */ member
473 uint16_t nport_handle; /* N_PORT handle. */ member
521 uint16_t nport_handle; /* N_PORT handle. */ member
615 uint16_t nport_handle; /* N_PORT handle. */ member
646 uint16_t nport_handle; /* N_PORT handle. */ member
683 uint16_t nport_handle; /* N_PORT handle. */ member
731 uint16_t nport_handle; /* N_PORT handle. */ member
782 uint16_t nport_handle; /* N_PORT handle. */ member
[all …]
Dqla_target.h156 uint16_t nport_handle; member
181 uint16_t nport_handle; member
231 uint16_t nport_handle; member
450 uint16_t nport_handle; member
547 uint16_t nport_handle; /* N_PORT handle. */ member
616 uint16_t nport_handle; member
663 uint16_t nport_handle; member
695 uint16_t nport_handle; member
Dqla_iocb.c522 mrk24->nport_handle = cpu_to_le16(loop_id); in __qla2x00_marker()
1508 cmd_pkt->nport_handle = cpu_to_le16(sp->fcport->loop_id); in qla24xx_start_scsi()
1712 cmd_pkt->nport_handle = cpu_to_le16(sp->fcport->loop_id); in qla24xx_dif_start_scsi()
1885 logio->nport_handle = cpu_to_le16(sp->fcport->loop_id); in qla24xx_login_iocb()
1925 logio->nport_handle = cpu_to_le16(sp->fcport->loop_id); in qla24xx_logout_iocb()
1955 logio->nport_handle = cpu_to_le16(sp->fcport->loop_id); in qla24xx_adisc_iocb()
1997 tsk->nport_handle = cpu_to_le16(fcport->loop_id); in qla24xx_tm_iocb()
2022 els_iocb->nport_handle = cpu_to_le16(sp->fcport->loop_id); in qla24xx_els_iocb()
2154 ct_iocb->nport_handle = cpu_to_le16(sp->fcport->loop_id); in qla24xx_ct_iocb()
2387 cmd_pkt->nport_handle = cpu_to_le16(sp->fcport->loop_id); in qla82xx_start_scsi()
[all …]
Dqla_target.c262 (entry->u.isp24.nport_handle != 0xFFFF)) { in qlt_24xx_atio_pkt_all_vps()
510 loop_id = le16_to_cpu(n->u.isp24.nport_handle); in qlt_reset()
1147 nack->u.isp24.nport_handle = ntfy->u.isp24.nport_handle; in qlt_send_notify_ack()
1203 resp->nport_handle = abts->nport_handle; in qlt_24xx_send_abts_resp()
1281 ctio->nport_handle = entry->nport_handle; in qlt_24xx_retry_term_exchange()
1529 ctio->nport_handle = mcmd->sess->loop_id; in qlt_24xx_send_task_mgmt_ctio()
1792 pkt->nport_handle = prm->cmd->loop_id; in qlt_24xx_build_ctio_pkt()
2371 pkt->nport_handle = prm->cmd->loop_id; in qlt_build_ctio_crc2_pkt()
2879 nack->u.isp24.nport_handle = ntfy->u.isp24.nport_handle; in __qlt_send_term_imm_notif()
2971 ctio24->nport_handle = cmd ? cmd->loop_id : CTIO7_NHANDLE_UNRECOGNIZED; in __qlt_send_term_exchange()
[all …]
Dqla_mbx.c1901 lg->nport_handle = cpu_to_le16(loop_id); in qla24xx_login_fabric()
2175 lg->nport_handle = cpu_to_le16(loop_id); in qla24xx_fabric_logout()
2667 abt->nport_handle = cpu_to_le16(fcport->loop_id); in qla24xx_abort_command()
2685 } else if (abt->nport_handle != cpu_to_le16(0)) { in qla24xx_abort_command()
2688 le16_to_cpu(abt->nport_handle)); in qla24xx_abort_command()
2689 if (abt->nport_handle == CS_IOCB_ERROR) in qla24xx_abort_command()
2745 tsk->p.tsk.nport_handle = cpu_to_le16(fcport->loop_id); in __qla24xx_issue_tmf()
Dqla_gs.c77 ct_pkt->nport_handle = cpu_to_le16(NPH_SNS); in qla24xx_prep_ms_iocb()
1194 ct_pkt->nport_handle = cpu_to_le16(vha->mgmt_svr_loop_id); in qla24xx_prep_ms_fdmi_iocb()
2485 ct_pkt->nport_handle = cpu_to_le16(vha->mgmt_svr_loop_id); in qla24xx_prep_ms_fm_iocb()
Dqla_isr.c2530 abt->u.abt.comp_status = le32_to_cpu(pkt->nport_handle); in qla24xx_abort_iocb_entry()