Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_edif.c60 struct list_head *indx_list = &fcport->edif.edif_indx_list; in qla_edif_list_find_sa_index()
87 spin_lock_irqsave(&fcport->edif.indx_list_lock, flags); in qla2x00_sa_replace_iocb_timeout()
101 spin_unlock_irqrestore(&fcport->edif.indx_list_lock, flags); in qla2x00_sa_replace_iocb_timeout()
123 spin_unlock_irqrestore(&fcport->edif.indx_list_lock, flags); in qla2x00_sa_replace_iocb_timeout()
162 spin_lock_irqsave(&fcport->edif.indx_list_lock, flags); in qla_edif_list_add_sa_update_index()
163 list_add_tail(&entry->next, &fcport->edif.edif_indx_list); in qla_edif_list_add_sa_update_index()
164 spin_unlock_irqrestore(&fcport->edif.indx_list_lock, flags); in qla_edif_list_add_sa_update_index()
173 spin_lock_irqsave(&fcport->edif.indx_list_lock, flags); in qla_edif_list_delete_sa_index()
175 spin_unlock_irqrestore(&fcport->edif.indx_list_lock, flags); in qla_edif_list_delete_sa_index()
201 fcport->edif.tx_rekey_cnt = 0; in qla_edif_sa_ctl_init()
[all …]
Dqla_edif.h137 !_s->edif.app_sess_online))
Dqla_init.c733 fcport->rscn_gen, fcport->last_rscn_gen, vha->loop_id, fcport->edif.enable); in qla24xx_handle_gnl_done_event()
1495 fcport->edif.rx_sa_set = 0; in qla_chk_secure_login()
1496 fcport->edif.tx_sa_set = 0; in qla_chk_secure_login()
1497 fcport->edif.rx_sa_pending = 0; in qla_chk_secure_login()
1498 fcport->edif.tx_sa_pending = 0; in qla_chk_secure_login()
1507 fcport->edif.app_started = 1; in qla_chk_secure_login()
1508 fcport->edif.app_sess_online = 1; in qla_chk_secure_login()
5594 spin_lock_init(&fcport->edif.sa_list_lock); in qla2x00_alloc_fcport()
5595 INIT_LIST_HEAD(&fcport->edif.tx_sa_list); in qla2x00_alloc_fcport()
5596 INIT_LIST_HEAD(&fcport->edif.rx_sa_list); in qla2x00_alloc_fcport()
[all …]
Dqla_target.c993 sess->edif.authok = 0; in qlt_free_session_done()
2656 if (cmd->edif) { in qlt_24xx_build_ctio_pkt()
2658 prm->cmd->sess->edif.rx_bytes += cmd->bufflen; in qlt_24xx_build_ctio_pkt()
2660 prm->cmd->sess->edif.tx_bytes += cmd->bufflen; in qlt_24xx_build_ctio_pkt()
3355 if (!cmd->edif) in qlt_xmit_response()
4392 cmd->edif = sess->edif.enable; in qlt_get_tag()
5028 !sess->edif.authok)) { in qlt_24xx_handle_els()
5086 !sess->edif.authok)) { in qlt_24xx_handle_els()
Dqla_target.h892 unsigned int edif:1; member
Dqla_nvme.c502 if (sp->fcport->edif.enable && fd->io_dir != 0) in qla2x00_start_nvme_mq()
Dqla_iocb.c1560 if (sp->fcport->edif.enable && (sp->fcport->flags & FCF_FCSP_DEVICE)) in qla24xx_start_scsi()
1923 if (sp->fcport->edif.enable && (sp->fcport->flags & FCF_FCSP_DEVICE)) in qla2xxx_start_scsi_mq()
Dqla_def.h2667 } edif; member