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

/linux-master/drivers/scsi/qla4xxx/
H A Dql4_os.c5812 qla4xxx_show_boot_tgt_info(struct ql4_boot_session_info *boot_sess, int type, argument
5815 struct ql4_conn_info *boot_conn = &boot_sess->conn_list[0];
5821 rc = sprintf(buf, "%s\n", (char *)&boot_sess->target_name);
5824 if (boot_sess->conn_list[0].dest_ipaddr.ip_type == 0x1)
5870 struct ql4_boot_session_info *boot_sess = &(ha->boot_tgt.boot_pri_sess); local
5872 return qla4xxx_show_boot_tgt_info(boot_sess, type, buf);
5878 struct ql4_boot_session_info *boot_sess = &(ha->boot_tgt.boot_sec_sess); local
5880 return qla4xxx_show_boot_tgt_info(boot_sess, type, buf);
6077 struct ql4_boot_session_info *boot_sess,
6080 struct ql4_conn_info *boot_conn = &boot_sess
6076 qla4xxx_get_boot_target(struct scsi_qla_host *ha, struct ql4_boot_session_info *boot_sess, uint16_t ddb_index) argument
[all...]
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c4931 struct mgmt_session_info *boot_sess = &phba->boot_struct.boot_sess; local
4932 struct mgmt_conn_info *boot_conn = &boot_sess->conn_list[0];
4939 (int)strlen(boot_sess->target_name),
4940 (char *)&boot_sess->target_name);
5001 phba->boot_struct.boot_sess.initiator_iscsiname);
H A Dbe_mgmt.c871 memcpy(&bs->boot_sess, &sess_resp->session_info,
944 /* Use the session handle copied into boot_sess */
945 req->session_handle = phba->boot_struct.boot_sess.session_handle;
H A Dbe_main.h388 struct mgmt_session_info boot_sess; member in struct:beiscsi_hba::boot_struct

Completed in 222 milliseconds