Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_os.c5787 qla4xxx_show_boot_tgt_info(struct ql4_boot_session_info *boot_sess, int type, in qla4xxx_show_boot_tgt_info() argument
5790 struct ql4_conn_info *boot_conn = &boot_sess->conn_list[0]; in qla4xxx_show_boot_tgt_info()
5796 rc = sprintf(buf, "%s\n", (char *)&boot_sess->target_name); in qla4xxx_show_boot_tgt_info()
5799 if (boot_sess->conn_list[0].dest_ipaddr.ip_type == 0x1) in qla4xxx_show_boot_tgt_info()
5845 struct ql4_boot_session_info *boot_sess = &(ha->boot_tgt.boot_pri_sess); in qla4xxx_show_boot_tgt_pri_info() local
5847 return qla4xxx_show_boot_tgt_info(boot_sess, type, buf); in qla4xxx_show_boot_tgt_pri_info()
5853 struct ql4_boot_session_info *boot_sess = &(ha->boot_tgt.boot_sec_sess); in qla4xxx_show_boot_tgt_sec_info() local
5855 return qla4xxx_show_boot_tgt_info(boot_sess, type, buf); in qla4xxx_show_boot_tgt_sec_info()
6052 struct ql4_boot_session_info *boot_sess, in qla4xxx_get_boot_target() argument
6055 struct ql4_conn_info *boot_conn = &boot_sess->conn_list[0]; in qla4xxx_get_boot_target()
[all …]
/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_main.h394 struct mgmt_session_info boot_sess; member
Dbe_mgmt.c863 memcpy(&bs->boot_sess, &sess_resp->session_info, in beiscsi_boot_process_compl()
937 req->session_handle = phba->boot_struct.boot_sess.session_handle; in beiscsi_boot_logout_sess()
Dbe_main.c4957 struct mgmt_session_info *boot_sess = &phba->boot_struct.boot_sess; in beiscsi_show_boot_tgt_info() local
4958 struct mgmt_conn_info *boot_conn = &boot_sess->conn_list[0]; in beiscsi_show_boot_tgt_info()
4965 (int)strlen(boot_sess->target_name), in beiscsi_show_boot_tgt_info()
4966 (char *)&boot_sess->target_name); in beiscsi_show_boot_tgt_info()
5027 phba->boot_struct.boot_sess.initiator_iscsiname); in beiscsi_show_boot_ini_info()