Searched defs:boot_sess (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/be2iscsi/
H A Dbe_main.c219 struct mgmt_session_info *boot_sess = &phba->boot_sess; local
220 struct mgmt_conn_info *boot_conn = &boot_sess->conn_list[0];
227 (int)strlen(boot_sess->target_name),
228 (char *)&boot_sess->target_name);
291 rc = sprintf(str, "%s\n", phba->boot_sess.initiator_iscsiname);
3549 memcpy(&phba->boot_sess, &session_resp->session_info,
H A Dbe_main.h349 struct mgmt_session_info boot_sess; member in struct:beiscsi_hba
/drivers/scsi/qla4xxx/
H A Dql4_os.c3691 qla4xxx_show_boot_tgt_info(struct ql4_boot_session_info *boot_sess, int type, argument
3694 struct ql4_conn_info *boot_conn = &boot_sess->conn_list[0];
3700 rc = sprintf(buf, "%s\n", (char *)&boot_sess->target_name);
3703 if (boot_sess->conn_list[0].dest_ipaddr.ip_type == 0x1)
3749 struct ql4_boot_session_info *boot_sess = &(ha->boot_tgt.boot_pri_sess); local
3751 return qla4xxx_show_boot_tgt_info(boot_sess, type, buf);
3757 struct ql4_boot_session_info *boot_sess = &(ha->boot_tgt.boot_sec_sess); local
3759 return qla4xxx_show_boot_tgt_info(boot_sess, type, buf);
3956 struct ql4_boot_session_info *boot_sess,
3959 struct ql4_conn_info *boot_conn = &boot_sess
3955 qla4xxx_get_boot_target(struct scsi_qla_host *ha, struct ql4_boot_session_info *boot_sess, uint16_t ddb_index) argument
[all...]

Completed in 600 milliseconds