Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_edif.c687 if (!(fcport->edif.rx_sa_set && fcport->edif.tx_sa_set)) { in qla_edif_app_chk_sa_update()
690 __func__, fcport->port_name, fcport->edif.tx_sa_set, in qla_edif_app_chk_sa_update()
698 fcport->edif.rx_sa_set = fcport->edif.tx_sa_set = 0; in qla_edif_app_chk_sa_update()
784 if (!(fcport->edif.rx_sa_set && fcport->edif.tx_sa_set)) { in qla_edif_app_authok()
787 __func__, fcport->port_name, fcport->edif.tx_sa_set, in qla_edif_app_authok()
797 fcport->edif.rx_sa_set = fcport->edif.tx_sa_set = 0; in qla_edif_app_authok()
2844 sp->fcport->edif.tx_sa_set = 1; in qla28xx_sa_update_iocb_entry()
Dqla_def.h2647 uint32_t tx_sa_set:1; member
Dqla_init.c1486 fcport->edif.tx_sa_set = 0; in qla_chk_secure_login()