Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91eefa89 authored by Jayamohan Kallickal's avatar Jayamohan Kallickal Committed by James Bottomley
Browse files

[SCSI] be2iscsi: Set a timeout to FW

parent 0ca43cc0
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -458,6 +458,7 @@ void be_cmd_hdr_prepare(struct be_cmd_req_hdr *req_hdr,
	req_hdr->opcode = opcode;
	req_hdr->opcode = opcode;
	req_hdr->subsystem = subsystem;
	req_hdr->subsystem = subsystem;
	req_hdr->request_length = cpu_to_le32(cmd_len - sizeof(*req_hdr));
	req_hdr->request_length = cpu_to_le32(cmd_len - sizeof(*req_hdr));
	req_hdr->timeout = 120;
}
}


static void be_cmd_page_addrs_prepare(struct phys_addr *pages, u32 max_pages,
static void be_cmd_page_addrs_prepare(struct phys_addr *pages, u32 max_pages,