Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/qla4xxx/
Dql4_os.c5815 struct ql4_conn_info *boot_conn = &boot_sess->conn_list[0]; in qla4xxx_show_boot_tgt_info() local
5826 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()
5829 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()
5832 rc = sprintf(str, "%d\n", boot_conn->dest_port); in qla4xxx_show_boot_tgt_info()
5836 boot_conn->chap.target_chap_name_length, in qla4xxx_show_boot_tgt_info()
5837 (char *)&boot_conn->chap.target_chap_name); in qla4xxx_show_boot_tgt_info()
5841 boot_conn->chap.target_secret_length, in qla4xxx_show_boot_tgt_info()
5842 (char *)&boot_conn->chap.target_secret); in qla4xxx_show_boot_tgt_info()
5846 boot_conn->chap.intr_chap_name_length, in qla4xxx_show_boot_tgt_info()
5847 (char *)&boot_conn->chap.intr_chap_name); in qla4xxx_show_boot_tgt_info()
[all …]
/Linux-v6.6/drivers/scsi/be2iscsi/
Dbe_main.c4931 struct mgmt_conn_info *boot_conn = &boot_sess->conn_list[0]; in beiscsi_show_boot_tgt_info() local
4942 if (boot_conn->dest_ipaddr.ip_type == BEISCSI_IP_TYPE_V4) in beiscsi_show_boot_tgt_info()
4944 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info()
4947 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info()
4950 rc = sprintf(str, "%d\n", boot_conn->dest_port); in beiscsi_show_boot_tgt_info()
4955 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
4957 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()
4962 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
4964 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()
4969 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
[all …]