Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.c229 fcport->edif.tx_bytes = 0; in qla_edif_sa_ctl_init()
230 fcport->edif.rx_bytes = 0; in qla_edif_sa_ctl_init()
729 if (!(fcport->edif.rx_sa_set && fcport->edif.tx_sa_set)) { in qla_edif_app_chk_sa_update()
740 fcport->edif.rx_sa_set = fcport->edif.tx_sa_set = 0; in qla_edif_app_chk_sa_update()
741 fcport->edif.rx_sa_pending = fcport->edif.tx_sa_pending = 0; in qla_edif_app_chk_sa_update()
825 fcport->edif.authok = 1; in qla_edif_app_authok()
826 if (!(fcport->edif.rx_sa_set && fcport->edif.tx_sa_set)) { in qla_edif_app_authok()
839 fcport->edif.rx_sa_set = fcport->edif.tx_sa_set = 0; in qla_edif_app_authok()
840 fcport->edif.rx_sa_pending = fcport->edif.tx_sa_pending = 0; in qla_edif_app_authok()
1706 fcport->edif.rekey_cnt++; in qla24xx_sadb_update()
[all …]
H A Dqla_edif.h138 !_s->edif.app_sess_online))
H A Dqla_target.c1016 sess->edif.authok = 0; in qlt_free_session_done()
2634 if (cmd->edif) { in qlt_24xx_build_ctio_pkt()
2636 prm->cmd->sess->edif.rx_bytes += cmd->bufflen; in qlt_24xx_build_ctio_pkt()
2638 prm->cmd->sess->edif.tx_bytes += cmd->bufflen; in qlt_24xx_build_ctio_pkt()
3333 if (!cmd->edif) in qlt_xmit_response()
4368 cmd->edif = sess->edif.enable; in qlt_get_tag()
4995 !sess->edif.authok)) { in qlt_24xx_handle_els()
5053 !sess->edif.authok)) { in qlt_24xx_handle_els()
H A Dqla_init.c738 fcport->rscn_gen, fcport->last_rscn_gen, vha->loop_id, fcport->edif.enable); in qla24xx_handle_gnl_done_event()
1504 fcport->edif.rx_sa_set = 0; in qla_chk_secure_login()
1505 fcport->edif.tx_sa_set = 0; in qla_chk_secure_login()
1506 fcport->edif.rx_sa_pending = 0; in qla_chk_secure_login()
1507 fcport->edif.tx_sa_pending = 0; in qla_chk_secure_login()
1516 fcport->edif.app_sess_online = 1; in qla_chk_secure_login()
5581 spin_lock_init(&fcport->edif.sa_list_lock); in qla2x00_alloc_fcport()
5582 INIT_LIST_HEAD(&fcport->edif.tx_sa_list); in qla2x00_alloc_fcport()
5583 INIT_LIST_HEAD(&fcport->edif.rx_sa_list); in qla2x00_alloc_fcport()
5585 spin_lock_init(&fcport->edif.indx_list_lock); 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()
H A Dqla_def.h2713 } edif; member