Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/qla4xxx/
Dql4_os.c5806 struct ql4_conn_info *boot_conn = &boot_sess->conn_list[0]; in qla4xxx_show_boot_tgt_info() local
5817 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()
5820 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()
5823 rc = sprintf(str, "%d\n", boot_conn->dest_port); in qla4xxx_show_boot_tgt_info()
5827 boot_conn->chap.target_chap_name_length, in qla4xxx_show_boot_tgt_info()
5828 (char *)&boot_conn->chap.target_chap_name); in qla4xxx_show_boot_tgt_info()
5832 boot_conn->chap.target_secret_length, in qla4xxx_show_boot_tgt_info()
5833 (char *)&boot_conn->chap.target_secret); in qla4xxx_show_boot_tgt_info()
5837 boot_conn->chap.intr_chap_name_length, in qla4xxx_show_boot_tgt_info()
5838 (char *)&boot_conn->chap.intr_chap_name); in qla4xxx_show_boot_tgt_info()
[all …]
/Linux-v5.15/drivers/scsi/be2iscsi/
Dbe_main.c4912 struct mgmt_conn_info *boot_conn = &boot_sess->conn_list[0]; in beiscsi_show_boot_tgt_info() local
4923 if (boot_conn->dest_ipaddr.ip_type == BEISCSI_IP_TYPE_V4) in beiscsi_show_boot_tgt_info()
4925 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info()
4928 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info()
4931 rc = sprintf(str, "%d\n", boot_conn->dest_port); in beiscsi_show_boot_tgt_info()
4936 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
4938 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()
4943 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
4945 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()
4950 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
[all …]