6 lines
115 B
C
6 lines
115 B
C
|
struct ibv_sge {
|
||
|
uint64_t addr;
|
||
|
uint32_t length;
|
||
|
uint32_t lkey;
|
||
|
};
|