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