Home
last modified time | relevance | path

Searched refs:boot_resp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c816 struct be_cmd_get_boot_target_resp *boot_resp; in beiscsi_boot_process_compl() local
850 boot_resp = embedded_payload(wrb); in beiscsi_boot_process_compl()
851 bs->s_handle = boot_resp->boot_session_handle; in beiscsi_boot_process_compl()
1090 struct be_cmd_get_boot_target_resp *boot_resp; in beiscsi_boot_get_shandle() local
1113 boot_resp = embedded_payload(wrb); in beiscsi_boot_get_shandle()
1115 if (!boot_resp->boot_session_count) { in beiscsi_boot_get_shandle()
1122 *s_handle = boot_resp->boot_session_handle; in beiscsi_boot_get_shandle()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c822 struct be_cmd_get_boot_target_resp *boot_resp; in beiscsi_boot_process_compl() local
856 boot_resp = embedded_payload(wrb); in beiscsi_boot_process_compl()
857 bs->s_handle = boot_resp->boot_session_handle; in beiscsi_boot_process_compl()
1096 struct be_cmd_get_boot_target_resp *boot_resp; in beiscsi_boot_get_shandle() local
1119 boot_resp = embedded_payload(wrb); in beiscsi_boot_get_shandle()
1121 if (!boot_resp->boot_session_count) { in beiscsi_boot_get_shandle()
1128 *s_handle = boot_resp->boot_session_handle; in beiscsi_boot_get_shandle()

Completed in 5 milliseconds