Searched refs:s_handle (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/be2iscsi/
H A Dbe_mgmt.h200 int beiscsi_boot_get_shandle(struct beiscsi_hba *phba, unsigned int *s_handle);
H A Dbe_mgmt.c857 bs->s_handle = boot_resp->boot_session_handle;
859 if (bs->s_handle == BE_BOOT_INVALID_SHANDLE) {
1000 * Fetches the boot_struct.s_handle info from FW.
1039 req->session_handle = phba->boot_struct.s_handle;
1087 * @s_handle: session handle returned for boot session.
1094 int beiscsi_boot_get_shandle(struct beiscsi_hba *phba, unsigned int *s_handle) argument
1101 *s_handle = BE_BOOT_INVALID_SHANDLE;
1127 /* only if FW has logged in to the boot target, s_handle is valid */
1128 *s_handle = boot_resp->boot_session_handle;
H A Dbe_main.h379 unsigned int s_handle; member in struct:beiscsi_hba::boot_struct
1008 void beiscsi_start_boot_work(struct beiscsi_hba *phba, unsigned int s_handle);
H A Dbe_main.c4905 void beiscsi_start_boot_work(struct beiscsi_hba *phba, unsigned int s_handle) argument
4916 phba->boot_struct.s_handle = s_handle;
5530 unsigned int s_handle; local
5682 ret = beiscsi_boot_get_shandle(phba, &s_handle);
5684 beiscsi_start_boot_work(phba, s_handle);

Completed in 277 milliseconds