Searched defs:rtrs_srv_op (Results 1 – 1 of 1) sorted by relevance
52 struct rtrs_srv_op { struct53 struct rtrs_srv_con *con;54 u32 msg_id;55 u8 dir;56 struct rtrs_msg_rdma_read *rd_msg;57 struct ib_rdma_wr tx_wr;58 struct ib_sge tx_sg;59 struct list_head wait_list;83 struct rtrs_srv_op **ops_ids; argument