Searched refs:boot_conn (Results 1 – 2 of 2) sorted by relevance
5790 struct ql4_conn_info *boot_conn = &boot_sess->conn_list[0]; in qla4xxx_show_boot_tgt_info() local5801 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()5804 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()5807 rc = sprintf(str, "%d\n", boot_conn->dest_port); in qla4xxx_show_boot_tgt_info()5811 boot_conn->chap.target_chap_name_length, in qla4xxx_show_boot_tgt_info()5812 (char *)&boot_conn->chap.target_chap_name); in qla4xxx_show_boot_tgt_info()5816 boot_conn->chap.target_secret_length, in qla4xxx_show_boot_tgt_info()5817 (char *)&boot_conn->chap.target_secret); in qla4xxx_show_boot_tgt_info()5821 boot_conn->chap.intr_chap_name_length, in qla4xxx_show_boot_tgt_info()5822 (char *)&boot_conn->chap.intr_chap_name); in qla4xxx_show_boot_tgt_info()[all …]
4958 struct mgmt_conn_info *boot_conn = &boot_sess->conn_list[0]; in beiscsi_show_boot_tgt_info() local4969 if (boot_conn->dest_ipaddr.ip_type == BEISCSI_IP_TYPE_V4) in beiscsi_show_boot_tgt_info()4971 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info()4974 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info()4977 rc = sprintf(str, "%d\n", boot_conn->dest_port); in beiscsi_show_boot_tgt_info()4982 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()4984 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()4989 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()4991 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()4996 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()[all …]