Home
last modified time | relevance | path

Searched refs:boot_conn (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_os.c5777 struct ql4_conn_info *boot_conn = &boot_sess->conn_list[0]; in qla4xxx_show_boot_tgt_info() local
5788 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()
5791 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()
5794 rc = sprintf(str, "%d\n", boot_conn->dest_port); in qla4xxx_show_boot_tgt_info()
5798 boot_conn->chap.target_chap_name_length, in qla4xxx_show_boot_tgt_info()
5799 (char *)&boot_conn->chap.target_chap_name); in qla4xxx_show_boot_tgt_info()
5803 boot_conn->chap.target_secret_length, in qla4xxx_show_boot_tgt_info()
5804 (char *)&boot_conn->chap.target_secret); in qla4xxx_show_boot_tgt_info()
5808 boot_conn->chap.intr_chap_name_length, in qla4xxx_show_boot_tgt_info()
5809 (char *)&boot_conn->chap.intr_chap_name); in qla4xxx_show_boot_tgt_info()
[all …]
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.c380 struct mgmt_conn_info *boot_conn = &boot_sess->conn_list[0]; in beiscsi_show_boot_tgt_info() local
391 if (boot_conn->dest_ipaddr.ip_type == 0x1) in beiscsi_show_boot_tgt_info()
393 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info()
396 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info()
399 rc = sprintf(str, "%d\n", boot_conn->dest_port); in beiscsi_show_boot_tgt_info()
404 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
406 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()
411 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
413 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()
418 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
[all …]