Searched refs:send_context (Results 1 - 13 of 13) sorted by relevance

/linux-master/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 */
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 *s
[all...]
H A Dpio.c15 static void sc_wait_for_packet_egress(struct send_context *sc, int pause);
519 static void cr_group_addresses(struct send_context *sc, dma_addr_t *dma)
535 struct send_context *sc;
537 sc = container_of(work, struct send_context, halt_work);
551 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize)
576 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent)
584 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold)
621 void set_pio_integrity(struct send_context *sc)
632 static u32 get_buffers_allocated(struct send_context *sc)
642 static void reset_buffers_allocated(struct send_context *s
[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 Dqp.c564 struct send_context *qp_to_send_context(struct rvt_qp *qp, u8 sc5)
604 struct send_context *send_context; local
611 send_context = qp_to_send_context(qp, priv->s_sc);
651 send_context,
652 send_context ? send_context->sw_index : 0,
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);
664 struct send_context *ctxt = qp_to_send_context(qp, sc5);
H A Dhfi.h181 struct send_context *sc;
955 struct send_context *sc;
1055 struct send_context **kernel_send_context;
H A Dtrace_tx.h25 TP_PROTO(struct send_context *sc, int extra),
46 TP_PROTO(struct send_context *sc, u32 needint, u64 credit_ctrl),
H A Dverbs.c102 struct send_context *sc,
882 struct send_context *sc,
950 struct send_context *sc;
H A Dchip.h1379 void hfi1_init_ctxt(struct send_context *sc);
H A Dfile_ops.c1621 struct send_context *sc;
H A Dchip.c5786 struct send_context *sc;
5950 struct send_context *sc;
6742 struct send_context *sc;
13128 void hfi1_init_ctxt(struct send_context *sc)

Completed in 213 milliseconds