Home
last modified time | relevance | path

Searched refs:tx_sa_set (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.c730 if (!(fcport->edif.rx_sa_set && fcport->edif.tx_sa_set)) { in qla_edif_app_chk_sa_update()
733 __func__, fcport->port_name, fcport->edif.tx_sa_set, in qla_edif_app_chk_sa_update()
741 fcport->edif.rx_sa_set = fcport->edif.tx_sa_set = 0; in qla_edif_app_chk_sa_update()
827 if (!(fcport->edif.rx_sa_set && fcport->edif.tx_sa_set)) { in qla_edif_app_authok()
830 __func__, fcport->port_name, fcport->edif.tx_sa_set, in qla_edif_app_authok()
840 fcport->edif.rx_sa_set = fcport->edif.tx_sa_set = 0; in qla_edif_app_authok()
2889 sp->fcport->edif.tx_sa_set = 1; in qla28xx_sa_update_iocb_entry()
H A Dqla_def.h2715 uint32_t tx_sa_set:1; member
H A Dqla_init.c1505 fcport->edif.tx_sa_set = 0; in qla_chk_secure_login()