Home
last modified time | relevance | path

Searched refs:must_sched (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_comp.c152 int must_sched; in rxe_comp_queue_pkt() local
156 must_sched = skb_queue_len(&qp->resp_pkts) > 1; in rxe_comp_queue_pkt()
157 if (must_sched != 0) in rxe_comp_queue_pkt()
159 rxe_run_task(&qp->comp.task, must_sched); in rxe_comp_queue_pkt()
Drxe_resp.c110 int must_sched; in rxe_resp_queue_pkt() local
115 must_sched = (pkt->opcode == IB_OPCODE_RC_RDMA_READ_REQUEST) || in rxe_resp_queue_pkt()
118 rxe_run_task(&qp->resp.task, must_sched); in rxe_resp_queue_pkt()