Home
last modified time | relevance | path

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

/linux/drivers/target/iscsi/
A Discsi_target_login.c1152 bool zero_tsih, bool new_sess) in iscsi_target_login_sess_out() argument
1154 if (!new_sess) in iscsi_target_login_sess_out()
1228 bool new_sess = false; in __iscsi_target_login_thread() local
1407 new_sess = true; in __iscsi_target_login_thread()
1411 iscsi_target_login_sess_out(conn, zero_tsih, new_sess); in __iscsi_target_login_thread()
1412 new_sess = false; in __iscsi_target_login_thread()
/linux/drivers/scsi/qla2xxx/
A Dqla_os.c5178 (struct qlt_plogi_ack_t *)e->u.new_sess.pla; in qla24xx_create_new_sess()
5183 __func__, __LINE__, e->u.new_sess.port_name); in qla24xx_create_new_sess()
5188 fcport->d_id = e->u.new_sess.id; in qla24xx_create_new_sess()
5204 fcport->d_id = e->u.new_sess.id; in qla24xx_create_new_sess()
5209 memcpy(fcport->port_name, e->u.new_sess.port_name, in qla24xx_create_new_sess()
5212 fcport->fc4_type = e->u.new_sess.fc4_type; in qla24xx_create_new_sess()
5218 if (e->u.new_sess.fc4_type & FS_FCP_IS_N2N) { in qla24xx_create_new_sess()
5230 __func__, e->u.new_sess.port_name); in qla24xx_create_new_sess()
5242 e->u.new_sess.port_name, 1); in qla24xx_create_new_sess()
5267 memcpy(fcport->node_name, e->u.new_sess.node_name, WWN_SIZE); in qla24xx_create_new_sess()
[all …]
A Dqla_init.c1771 e->u.new_sess.id = *id; in qla24xx_post_newsess_work()
1772 e->u.new_sess.pla = pla; in qla24xx_post_newsess_work()
1773 e->u.new_sess.fc4_type = fc4_type; in qla24xx_post_newsess_work()
1774 memcpy(e->u.new_sess.port_name, port_name, WWN_SIZE); in qla24xx_post_newsess_work()
1776 memcpy(e->u.new_sess.node_name, node_name, WWN_SIZE); in qla24xx_post_newsess_work()
A Dqla_def.h3516 } new_sess; member

Completed in 62 milliseconds