Searched defs:sg_entry (Results 1 – 2 of 2) sorted by relevance
39 struct sg_entry { struct41 uint32_t addr_lo; /* Memory Address - lo */42 uint32_t addr_hi; /* Memory Address of start of buffer - hi */69 struct sg_entry sg_tbl[MAX_SG]; argument
99 struct ibv_sge sg_entry; in rdmasniff_post_recv() local