Searched refs:s_handle (Results 1 – 4 of 4) sorted by relevance
851 bs->s_handle = boot_resp->boot_session_handle; in beiscsi_boot_process_compl()853 if (bs->s_handle == BE_BOOT_INVALID_SHANDLE) { in beiscsi_boot_process_compl()1033 req->session_handle = phba->boot_struct.s_handle; in beiscsi_boot_get_sinfo()1088 int beiscsi_boot_get_shandle(struct beiscsi_hba *phba, unsigned int *s_handle) in beiscsi_boot_get_shandle() argument1095 *s_handle = BE_BOOT_INVALID_SHANDLE; in beiscsi_boot_get_shandle()1122 *s_handle = boot_resp->boot_session_handle; in beiscsi_boot_get_shandle()
200 int beiscsi_boot_get_shandle(struct beiscsi_hba *phba, unsigned int *s_handle);
380 unsigned int s_handle; member1009 void beiscsi_start_boot_work(struct beiscsi_hba *phba, unsigned int s_handle);
4913 void beiscsi_start_boot_work(struct beiscsi_hba *phba, unsigned int s_handle) in beiscsi_start_boot_work() argument4924 phba->boot_struct.s_handle = s_handle; in beiscsi_start_boot_work()5538 unsigned int s_handle; in beiscsi_dev_probe() local5697 ret = beiscsi_boot_get_shandle(phba, &s_handle); in beiscsi_dev_probe()5699 beiscsi_start_boot_work(phba, s_handle); in beiscsi_dev_probe()