Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dpio.h81 struct send_context *sc;/* back pointer to owning send context */
98 struct send_context { struct
147 struct send_context *sc; /* allocated working context */ argument
246 struct send_context *ksc[];
272 struct send_context *pio_select_send_context_vl(struct hfi1_devdata *dd,
274 struct send_context *pio_select_send_context_sc(struct hfi1_devdata *dd,
284 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type,
286 void sc_free(struct send_context *sc);
287 int sc_enable(struct send_context *sc);
288 void sc_disable(struct send_context *sc);
[all …]
Dpio.c57 static void sc_wait_for_packet_egress(struct send_context *sc, int pause);
561 static void cr_group_addresses(struct send_context *sc, dma_addr_t *dma) in cr_group_addresses()
577 struct send_context *sc; in sc_halted()
579 sc = container_of(work, struct send_context, halt_work); in sc_halted()
593 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize) in sc_mtu_to_threshold()
618 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent) in sc_percent_to_threshold()
626 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold) in sc_set_cr_threshold()
663 void set_pio_integrity(struct send_context *sc) in set_pio_integrity()
674 static u32 get_buffers_allocated(struct send_context *sc) in get_buffers_allocated()
684 static void reset_buffers_allocated(struct send_context *sc) in reset_buffers_allocated()
[all …]
Dqp.c605 struct send_context *qp_to_send_context(struct rvt_qp *qp, u8 sc5) in qp_to_send_context()
645 struct send_context *send_context; in qp_iter_print() local
652 send_context = qp_to_send_context(qp, priv->s_sc); in qp_iter_print()
692 send_context, in qp_iter_print()
693 send_context ? send_context->sw_index : 0, in qp_iter_print()
Dverbs_txreq.h66 struct send_context *psc;
Dqp.h123 struct send_context *qp_to_send_context(struct rvt_qp *qp, u8 sc5);
Dverbs.h160 struct send_context *s_sendcontext; /* current sendcontext */
Dud.c643 struct send_context *ctxt = qp_to_send_context(qp, sc5); in return_cnp_16B()
705 struct send_context *ctxt = qp_to_send_context(qp, sc5); in return_cnp()
Dhfi.h222 struct send_context *sc;
1006 struct send_context *sc;
1105 struct send_context **kernel_send_context;
Dtrace_tx.h67 TP_PROTO(struct send_context *sc, int extra),
88 TP_PROTO(struct send_context *sc, u32 needint, u64 credit_ctrl),
Dverbs.c144 struct send_context *sc,
924 struct send_context *sc, in pio_wait()
992 struct send_context *sc; in hfi1_verbs_send_pio()
Dchip.h1426 void hfi1_init_ctxt(struct send_context *sc);
Dfile_ops.c1631 struct send_context *sc; in ctxt_reset()
Dchip.c5826 struct send_context *sc; in sc_to_vl()
5990 struct send_context *sc; in is_sendctxt_err_int()
6781 struct send_context *sc; in start_freeze_handling()
13167 void hfi1_init_ctxt(struct send_context *sc) in hfi1_init_ctxt()