Home
last modified time | relevance | path

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

/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c857 bs->s_handle = boot_resp->boot_session_handle; in beiscsi_boot_process_compl()
859 if (bs->s_handle == BE_BOOT_INVALID_SHANDLE) { in beiscsi_boot_process_compl()
1040 req->session_handle = phba->boot_struct.s_handle; in beiscsi_boot_get_sinfo()
1095 int beiscsi_boot_get_shandle(struct beiscsi_hba *phba, unsigned int *s_handle) in beiscsi_boot_get_shandle() argument
1102 *s_handle = BE_BOOT_INVALID_SHANDLE; in beiscsi_boot_get_shandle()
1129 *s_handle = boot_resp->boot_session_handle; in beiscsi_boot_get_shandle()
H A Dbe_mgmt.h200 int beiscsi_boot_get_shandle(struct beiscsi_hba *phba, unsigned int *s_handle);
H A Dbe_main.h379 unsigned int s_handle; member
1008 void beiscsi_start_boot_work(struct beiscsi_hba *phba, unsigned int s_handle);
H A Dbe_main.c4890 void beiscsi_start_boot_work(struct beiscsi_hba *phba, unsigned int s_handle) in beiscsi_start_boot_work() argument
4901 phba->boot_struct.s_handle = s_handle; in beiscsi_start_boot_work()
5515 unsigned int s_handle; in beiscsi_dev_probe() local
5666 ret = beiscsi_boot_get_shandle(phba, &s_handle); in beiscsi_dev_probe()
5668 beiscsi_start_boot_work(phba, s_handle); in beiscsi_dev_probe()