Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c5297 (struct qlt_plogi_ack_t *)e->u.new_sess.pla; in qla24xx_create_new_sess()
5302 __func__, __LINE__, e->u.new_sess.port_name); in qla24xx_create_new_sess()
5305 fcport = qla2x00_find_fcport_by_wwpn(vha, e->u.new_sess.port_name, 1); in qla24xx_create_new_sess()
5307 fcport->d_id = e->u.new_sess.id; in qla24xx_create_new_sess()
5323 fcport->d_id = e->u.new_sess.id; in qla24xx_create_new_sess()
5328 memcpy(fcport->port_name, e->u.new_sess.port_name, in qla24xx_create_new_sess()
5331 fcport->fc4_type = e->u.new_sess.fc4_type; in qla24xx_create_new_sess()
5337 if (e->u.new_sess.fc4_type & FS_FCP_IS_N2N) { in qla24xx_create_new_sess()
5349 __func__, e->u.new_sess.port_name); in qla24xx_create_new_sess()
5361 e->u.new_sess.port_name, 1); in qla24xx_create_new_sess()
[all …]
H A Dqla_init.c1835 e->u.new_sess.id = *id; in qla24xx_post_newsess_work()
1836 e->u.new_sess.pla = pla; in qla24xx_post_newsess_work()
1837 e->u.new_sess.fc4_type = fc4_type; in qla24xx_post_newsess_work()
1838 memcpy(e->u.new_sess.port_name, port_name, WWN_SIZE); in qla24xx_post_newsess_work()
1840 memcpy(e->u.new_sess.node_name, node_name, WWN_SIZE); in qla24xx_post_newsess_work()
H A Dqla_def.h3597 } new_sess; member