Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c5826 &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()
5836 boot_conn->chap.target_chap_name_length, in qla4xxx_show_boot_tgt_info()
5841 boot_conn->chap.target_secret_length, in qla4xxx_show_boot_tgt_info()
5846 boot_conn->chap.intr_chap_name_length, in qla4xxx_show_boot_tgt_info()
5851 boot_conn->chap.intr_secret_length, in qla4xxx_show_boot_tgt_info()
5852 (char *)&boot_conn->chap.intr_secret); in qla4xxx_show_boot_tgt_info()
6112 memcpy(&boot_conn->dest_ipaddr.ip_address, in qla4xxx_get_boot_target()
6115 boot_conn->dest_ipaddr.ip_type = 0x1; in qla4xxx_get_boot_target()
6116 memcpy(&boot_conn->dest_ipaddr.ip_address, in qla4xxx_get_boot_target()
[all …]
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c4943 if (boot_conn->dest_ipaddr.ip_type == BEISCSI_IP_TYPE_V4) in beiscsi_show_boot_tgt_info()
4945 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info()
4948 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info()
4951 rc = sprintf(str, "%d\n", boot_conn->dest_port); in beiscsi_show_boot_tgt_info()
4956 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
4958 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()
4963 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
4965 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()
4970 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
4972 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info()
[all …]