Home
last modified time | relevance | path

Searched refs:edif (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_edif.c85 struct list_head *indx_list = &fcport->edif.edif_indx_list; in qla_edif_list_find_sa_index()
112 spin_lock_irqsave(&fcport->edif.indx_list_lock, flags); in qla2x00_sa_replace_iocb_timeout()
126 spin_unlock_irqrestore(&fcport->edif.indx_list_lock, flags); in qla2x00_sa_replace_iocb_timeout()
148 spin_unlock_irqrestore(&fcport->edif.indx_list_lock, flags); in qla2x00_sa_replace_iocb_timeout()
187 spin_lock_irqsave(&fcport->edif.indx_list_lock, flags); in qla_edif_list_add_sa_update_index()
188 list_add_tail(&entry->next, &fcport->edif.edif_indx_list); in qla_edif_list_add_sa_update_index()
189 spin_unlock_irqrestore(&fcport->edif.indx_list_lock, flags); in qla_edif_list_add_sa_update_index()
198 spin_lock_irqsave(&fcport->edif.indx_list_lock, flags); in qla_edif_list_delete_sa_index()
200 spin_unlock_irqrestore(&fcport->edif.indx_list_lock, flags); in qla_edif_list_delete_sa_index()
226 fcport->edif in qla_edif_sa_ctl_init()
[all...]
H A Dqla_edif.h138 !_s->edif.app_sess_online))
H A Dqla_target.c559 "%s %8phC edif: PLOGI- AUTH WAIT\n", __func__, in qla2x00_async_nack_sp_done()
1016 sess->edif.authok = 0; in qlt_free_session_done()
2624 if (cmd->edif) { in qlt_24xx_build_ctio_pkt()
2626 prm->cmd->sess->edif.rx_bytes += cmd->bufflen; in qlt_24xx_build_ctio_pkt()
2628 prm->cmd->sess->edif.tx_bytes += cmd->bufflen; in qlt_24xx_build_ctio_pkt()
3323 if (!cmd->edif) in qlt_xmit_response()
4358 cmd->edif = sess->edif.enable; in qlt_get_tag()
4985 !sess->edif.authok)) { in qlt_24xx_handle_els()
5043 !sess->edif in qlt_24xx_handle_els()
[all...]
H A Dqla_init.c734 "%s %8phC DS %d LS rc %d %d login %d|%d rscn %d|%d lid %d edif %d\n", in qla24xx_handle_gnl_done_event()
738 fcport->rscn_gen, fcport->last_rscn_gen, vha->loop_id, fcport->edif.enable); in qla24xx_handle_gnl_done_event()
1499 /* Start edif prli timer & ring doorbell for app */ in qla_chk_secure_login()
1500 fcport->edif.rx_sa_set = 0; in qla_chk_secure_login()
1501 fcport->edif.tx_sa_set = 0; in qla_chk_secure_login()
1502 fcport->edif.rx_sa_pending = 0; in qla_chk_secure_login()
1503 fcport->edif.tx_sa_pending = 0; in qla_chk_secure_login()
1512 fcport->edif.app_sess_online = 1; in qla_chk_secure_login()
5572 spin_lock_init(&fcport->edif.sa_list_lock); in qla2x00_alloc_fcport()
5573 INIT_LIST_HEAD(&fcport->edif in qla2x00_alloc_fcport()
[all...]
H A Dqla_target.h888 unsigned int edif:1; member
H A Dqla_nvme.c664 if (sp->fcport->edif.enable && fd->io_dir != 0) in qla2x00_start_nvme_mq()
H A Dqla_iocb.c1555 if (sp->fcport->edif.enable && (sp->fcport->flags & FCF_FCSP_DEVICE)) in qla24xx_start_scsi()
1920 if (sp->fcport->edif.enable && (sp->fcport->flags & FCF_FCSP_DEVICE)) in qla2xxx_start_scsi_mq()
2894 /* For edif, set logout on delete to ensure any residual key from FW is flushed.*/ in qla2x00_els_dcmd2_sp_done()
H A Dqla_def.h2691 uint32_t enable:1; /* device is edif enabled/req'd */
2713 } edif; member
5328 /* edif hash element */
5352 /* edif sa_index data structure */

Completed in 38 milliseconds