Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/qla2xxx/
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.tx_rekey_cnt = 0; in qla_edif_sa_ctl_init()
[all …]
Dqla_edif.h138 !_s->edif.app_sess_online))
Dqla_target.c1016 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.authok)) { in qlt_24xx_handle_els()
Dqla_init.c738 fcport->rscn_gen, fcport->last_rscn_gen, vha->loop_id, fcport->edif.enable); in qla24xx_handle_gnl_done_event()
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.tx_sa_list); in qla2x00_alloc_fcport()
5574 INIT_LIST_HEAD(&fcport->edif.rx_sa_list); in qla2x00_alloc_fcport()
5576 spin_lock_init(&fcport->edif.indx_list_lock); in qla2x00_alloc_fcport()
[all …]
Dqla_target.h888 unsigned int edif:1; member
Dqla_nvme.c664 if (sp->fcport->edif.enable && fd->io_dir != 0) in qla2x00_start_nvme_mq()
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()
Dqla_def.h2713 } edif; member