Home
last modified time | relevance | path

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

/Linux-v5.15/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.h377 struct boot_struct { struct
391 } boot_struct; member
Dbe_main.c4887 if (phba->boot_struct.boot_kset) in beiscsi_start_boot_work()
4894 phba->boot_struct.retry = 3; in beiscsi_start_boot_work()
4895 phba->boot_struct.tag = 0; in beiscsi_start_boot_work()
4896 phba->boot_struct.s_handle = s_handle; in beiscsi_start_boot_work()
4897 phba->boot_struct.action = BEISCSI_BOOT_GET_SHANDLE; in beiscsi_start_boot_work()
4911 struct mgmt_session_info *boot_sess = &phba->boot_struct.boot_sess; in beiscsi_show_boot_tgt_info()
4981 phba->boot_struct.boot_sess.initiator_iscsiname); in beiscsi_show_boot_ini_info()
5062 struct boot_struct *bs = &phba->boot_struct; in beiscsi_boot_create_kset()
5123 struct boot_struct *bs = &phba->boot_struct; in beiscsi_boot_work()
5132 __func__, phba->boot_struct.action); in beiscsi_boot_work()
[all …]