Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_edif.c729 if (!(fcport->edif.rx_sa_set && fcport->edif.tx_sa_set)) { in qla_edif_app_chk_sa_update()
732 __func__, fcport->port_name, 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()
826 if (!(fcport->edif.rx_sa_set && fcport->edif.tx_sa_set)) { in qla_edif_app_authok()
829 __func__, fcport->port_name, 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()
2888 sp->fcport->edif.tx_sa_set = 1; in qla28xx_sa_update_iocb_entry()
Dqla_def.h2694 uint32_t tx_sa_set:1; member
Dqla_init.c1505 fcport->edif.tx_sa_set = 0; in qla_chk_secure_login()