Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c5458 fc_port_t *fcport = NULL, *tfcp; in qla24xx_create_new_sess() local
5523 tfcp = qla2x00_find_fcport_by_wwpn(vha, in qla24xx_create_new_sess()
5525 if (tfcp) { in qla24xx_create_new_sess()
5529 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
5530 tfcp->fw_login_state); in qla24xx_create_new_sess()
5578 tfcp = qla2x00_find_fcport_by_nportid(vha, in qla24xx_create_new_sess()
5580 if (tfcp && (tfcp != fcport)) { in qla24xx_create_new_sess()
5586 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
5587 tfcp->fw_login_state); in qla24xx_create_new_sess()
5589 switch (tfcp->disc_state) { in qla24xx_create_new_sess()
[all …]