Searched refs:boot_conn (Results 1 – 2 of 2) sorted by relevance
4200 struct ql4_conn_info *boot_conn = &boot_sess->conn_list[0]; in qla4xxx_show_boot_tgt_info() local4211 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()4214 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()4217 rc = sprintf(str, "%d\n", boot_conn->dest_port); in qla4xxx_show_boot_tgt_info()4221 boot_conn->chap.target_chap_name_length, in qla4xxx_show_boot_tgt_info()4222 (char *)&boot_conn->chap.target_chap_name); in qla4xxx_show_boot_tgt_info()4226 boot_conn->chap.target_secret_length, in qla4xxx_show_boot_tgt_info()4227 (char *)&boot_conn->chap.target_secret); in qla4xxx_show_boot_tgt_info()4231 boot_conn->chap.intr_chap_name_length, in qla4xxx_show_boot_tgt_info()4232 (char *)&boot_conn->chap.intr_chap_name); in qla4xxx_show_boot_tgt_info()[all …]
359 struct mgmt_conn_info *boot_conn = &boot_sess->conn_list[0]; in beiscsi_show_boot_tgt_info() local370 if (boot_conn->dest_ipaddr.ip_type == 0x1) in beiscsi_show_boot_tgt_info()372 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info()375 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info()378 rc = sprintf(str, "%d\n", boot_conn->dest_port); in beiscsi_show_boot_tgt_info()383 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()385 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()390 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()392 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()397 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()[all …]