Searched defs:ib_uverbs_send_wr (Results 1 – 1 of 1) sorted by relevance
598 struct ib_uverbs_send_wr { struct599 uint64_t wr_id;600 uint32_t num_sge;601 uint32_t opcode;602 uint32_t send_flags;603 uint32_t imm_data;604 union {632 struct ib_uverbs_send_wr send_wr[]; argument