Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/be2iscsi/
Dbe_mgmt.c819 struct boot_struct *bs; in beiscsi_boot_process_compl()
829 if (phba->boot_struct.tag != tag) { in beiscsi_boot_process_compl()
832 __func__, tag, phba->boot_struct.tag); in beiscsi_boot_process_compl()
835 bs = &phba->boot_struct; in beiscsi_boot_process_compl()
938 req->session_handle = phba->boot_struct.boot_sess.session_handle; in beiscsi_boot_logout_sess()
940 phba->boot_struct.tag = tag; in beiscsi_boot_logout_sess()
979 phba->boot_struct.tag = tag; in beiscsi_boot_reopen_sess()
1014 nonemb_cmd = &phba->boot_struct.nonemb_cmd; in beiscsi_boot_get_sinfo()
1032 req->session_handle = phba->boot_struct.s_handle; in beiscsi_boot_get_sinfo()
1037 phba->boot_struct.tag = tag; in beiscsi_boot_get_sinfo()
[all …]
Dbe_main.h377 struct boot_struct { struct
391 } boot_struct; member
Dbe_main.c4915 if (phba->boot_struct.boot_kset) in beiscsi_start_boot_work()
4922 phba->boot_struct.retry = 3; in beiscsi_start_boot_work()
4923 phba->boot_struct.tag = 0; in beiscsi_start_boot_work()
4924 phba->boot_struct.s_handle = s_handle; in beiscsi_start_boot_work()
4925 phba->boot_struct.action = BEISCSI_BOOT_GET_SHANDLE; in beiscsi_start_boot_work()
4939 struct mgmt_session_info *boot_sess = &phba->boot_struct.boot_sess; in beiscsi_show_boot_tgt_info()
5009 phba->boot_struct.boot_sess.initiator_iscsiname); in beiscsi_show_boot_ini_info()
5090 struct boot_struct *bs = &phba->boot_struct; in beiscsi_boot_create_kset()
5151 struct boot_struct *bs = &phba->boot_struct; in beiscsi_boot_work()
5160 __func__, phba->boot_struct.action); in beiscsi_boot_work()
[all …]