mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
Updated MLX_* accessor macros to use implicit type information.
This commit is contained in:
@@ -113,6 +113,8 @@ struct ib_completion_queue {
|
||||
|
||||
/** An Infiniband completion */
|
||||
struct ib_completion {
|
||||
/** Completion is for send queue */
|
||||
int is_send;
|
||||
/** Length */
|
||||
size_t len;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user