rxe_task
static void do_task(struct rxe_task *task)
do_task(container_of(work, struct rxe_task, work));
int rxe_init_task(struct rxe_task *task, struct rxe_qp *qp,
void rxe_cleanup_task(struct rxe_task *task)
void rxe_sched_task(struct rxe_task *task)
void rxe_disable_task(struct rxe_task *task)
void rxe_enable_task(struct rxe_task *task)
static bool __reserve_if_idle(struct rxe_task *task)
static bool __is_done(struct rxe_task *task)
static bool is_done(struct rxe_task *task)
int rxe_init_task(struct rxe_task *task, struct rxe_qp *qp,
void rxe_cleanup_task(struct rxe_task *task);
void rxe_sched_task(struct rxe_task *task);
void rxe_disable_task(struct rxe_task *task);
void rxe_enable_task(struct rxe_task *task);
struct rxe_task send_task;
struct rxe_task recv_task;