Home
last modified time | relevance | path

Searched refs:send_context (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dpio.h39 struct send_context *sc;/* back pointer to owning send context */
56 struct send_context { struct
105 struct send_context *sc; /* allocated working context */ argument
204 struct send_context *ksc[];
230 struct send_context *pio_select_send_context_vl(struct hfi1_devdata *dd,
232 struct send_context *pio_select_send_context_sc(struct hfi1_devdata *dd,
241 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type,
243 void sc_free(struct send_context *sc);
244 int sc_enable(struct send_context *sc);
245 void sc_disable(struct send_context *sc);
[all …]
H A Dverbs_txreq.h24 struct send_context *psc;
H A Dqp.h81 struct send_context *qp_to_send_context(struct rvt_qp *qp, u8 sc5);
H A Dverbs.h118 struct send_context *s_sendcontext; /* current sendcontext */
H A Dud.c602 struct send_context *ctxt = qp_to_send_context(qp, sc5); in return_cnp_16B()
664 struct send_context *ctxt = qp_to_send_context(qp, sc5); in return_cnp()
H A Dfile_ops.c1621 struct send_context *sc; in ctxt_reset()