Home
last modified time | relevance | path

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

/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c4917 struct mgmt_conn_info *boot_conn = &boot_sess->conn_list[0]; in beiscsi_show_boot_tgt_info() local
4928 if (boot_conn->dest_ipaddr.ip_type == BEISCSI_IP_TYPE_V4) in beiscsi_show_boot_tgt_info()
4930 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info()
4933 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info()
4936 rc = sprintf(str, "%d\n", boot_conn->dest_port); in beiscsi_show_boot_tgt_info()
4941 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
4943 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()
4948 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
4950 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()
4955 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
[all …]