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