Home
last modified time | relevance | path

Searched refs:boot_struct (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/scsi/be2iscsi/
Dbe_mgmt.c826 struct boot_struct *bs; in beiscsi_boot_process_compl()
836 if (phba->boot_struct.tag != tag) { in beiscsi_boot_process_compl()
839 __func__, tag, phba->boot_struct.tag); in beiscsi_boot_process_compl()
842 bs = &phba->boot_struct; in beiscsi_boot_process_compl()
945 req->session_handle = phba->boot_struct.boot_sess.session_handle; in beiscsi_boot_logout_sess()
947 phba->boot_struct.tag = tag; in beiscsi_boot_logout_sess()
986 phba->boot_struct.tag = tag; in beiscsi_boot_reopen_sess()
1021 nonemb_cmd = &phba->boot_struct.nonemb_cmd; in beiscsi_boot_get_sinfo()
1039 req->session_handle = phba->boot_struct.s_handle; in beiscsi_boot_get_sinfo()
1044 phba->boot_struct.tag = tag; in beiscsi_boot_get_sinfo()
[all …]
Dbe_main.h376 struct boot_struct { struct
390 } boot_struct; member
Dbe_main.c4907 if (phba->boot_struct.boot_kset) in beiscsi_start_boot_work()
4914 phba->boot_struct.retry = 3; in beiscsi_start_boot_work()
4915 phba->boot_struct.tag = 0; in beiscsi_start_boot_work()
4916 phba->boot_struct.s_handle = s_handle; in beiscsi_start_boot_work()
4917 phba->boot_struct.action = BEISCSI_BOOT_GET_SHANDLE; in beiscsi_start_boot_work()
4931 struct mgmt_session_info *boot_sess = &phba->boot_struct.boot_sess; in beiscsi_show_boot_tgt_info()
5001 phba->boot_struct.boot_sess.initiator_iscsiname); in beiscsi_show_boot_ini_info()
5082 struct boot_struct *bs = &phba->boot_struct; in beiscsi_boot_create_kset()
5143 struct boot_struct *bs = &phba->boot_struct; in beiscsi_boot_work()
5152 __func__, phba->boot_struct.action); in beiscsi_boot_work()
[all …]