diff options
Diffstat (limited to 'drivers/net/benet/be_cmds.h')
-rw-r--r-- | drivers/net/benet/be_cmds.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/benet/be_cmds.h b/drivers/net/benet/be_cmds.h index 8148cc66cbe9..d08289e21f61 100644 --- a/drivers/net/benet/be_cmds.h +++ b/drivers/net/benet/be_cmds.h | |||
@@ -434,6 +434,14 @@ struct be_cmd_req_mcc_create { | |||
434 | struct be_cmd_req_hdr hdr; | 434 | struct be_cmd_req_hdr hdr; |
435 | u16 num_pages; | 435 | u16 num_pages; |
436 | u16 cq_id; | 436 | u16 cq_id; |
437 | u8 context[sizeof(struct amap_mcc_context_be) / 8]; | ||
438 | struct phys_addr pages[8]; | ||
439 | } __packed; | ||
440 | |||
441 | struct be_cmd_req_mcc_ext_create { | ||
442 | struct be_cmd_req_hdr hdr; | ||
443 | u16 num_pages; | ||
444 | u16 cq_id; | ||
437 | u32 async_event_bitmap[1]; | 445 | u32 async_event_bitmap[1]; |
438 | u8 context[sizeof(struct amap_mcc_context_be) / 8]; | 446 | u8 context[sizeof(struct amap_mcc_context_be) / 8]; |
439 | struct phys_addr pages[8]; | 447 | struct phys_addr pages[8]; |