mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 10:32:52 +03:00
Handle multi-sector reads by splitting them into subcommands.
This commit is contained in:
@@ -110,6 +110,8 @@ struct aoe_session {
|
||||
extern void aoe_open ( struct aoe_session *aoe );
|
||||
extern void aoe_close ( struct aoe_session *aoe );
|
||||
extern int aoe_issue ( struct aoe_session *aoe, struct ata_command *command );
|
||||
extern int aoe_issue_split ( struct aoe_session *aoe,
|
||||
struct ata_command *command );
|
||||
|
||||
/** An AoE device */
|
||||
struct aoe_device {
|
||||
|
||||
Reference in New Issue
Block a user