Searched refs:boot_conn (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 5824 struct ql4_conn_info *boot_conn = &boot_sess->conn_list[0]; in qla4xxx_show_boot_tgt_info() local 5835 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info() 5838 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info() 5841 rc = sprintf(str, "%d\n", boot_conn->dest_port); in qla4xxx_show_boot_tgt_info() 5845 boot_conn->chap.target_chap_name_length, in qla4xxx_show_boot_tgt_info() 5846 (char *)&boot_conn->chap.target_chap_name); in qla4xxx_show_boot_tgt_info() 5850 boot_conn->chap.target_secret_length, in qla4xxx_show_boot_tgt_info() 5851 (char *)&boot_conn->chap.target_secret); in qla4xxx_show_boot_tgt_info() 5855 boot_conn->chap.intr_chap_name_length, in qla4xxx_show_boot_tgt_info() 5856 (char *)&boot_conn in qla4xxx_show_boot_tgt_info() 6089 struct ql4_conn_info *boot_conn = &boot_sess->conn_list[0]; qla4xxx_get_boot_target() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 5815 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 in qla4xxx_show_boot_tgt_info() 6080 struct ql4_conn_info *boot_conn = &boot_sess->conn_list[0]; qla4xxx_get_boot_target() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be_main.c | 4941 struct mgmt_conn_info *boot_conn = &boot_sess->conn_list[0]; in beiscsi_show_boot_tgt_info() local 4952 if (boot_conn->dest_ipaddr.ip_type == BEISCSI_IP_TYPE_V4) in beiscsi_show_boot_tgt_info() 4954 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info() 4957 (char *)&boot_conn->dest_ipaddr.addr); in beiscsi_show_boot_tgt_info() 4960 rc = sprintf(str, "%d\n", boot_conn->dest_port); in beiscsi_show_boot_tgt_info() 4965 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info() 4967 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info() 4972 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info() 4974 (char *)&boot_conn->negotiated_login_options. in beiscsi_show_boot_tgt_info() 4979 boot_conn in beiscsi_show_boot_tgt_info() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be_main.c | 4932 struct mgmt_conn_info *boot_conn = &boot_sess->conn_list[0]; in beiscsi_show_boot_tgt_info() local 4943 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 in beiscsi_show_boot_tgt_info() [all...] |
Completed in 29 milliseconds