Searched defs:sg_entry (Results 1 – 2 of 2) sorted by relevance
199 struct sg_entry { struct202 uint32_t addr_lo; /* Memory Address - lo */203 uint32_t addr_hi; /* Memory Address of start of buffer - hi */209 uint32_t len_flag; /* Length of the data in the frame */213 uint32_t bpid_offset;
98 struct ibv_sge sg_entry; in rdmasniff_post_recv() local