Searched refs:send_context (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | pio.h | 81 struct send_context *sc;/* back pointer to owning send context */ 98 struct send_context { struct 145 struct send_context *sc; /* allocated working context */ argument 244 struct send_context *ksc[0]; 270 struct send_context *pio_select_send_context_vl(struct hfi1_devdata *dd, 272 struct send_context *pio_select_send_context_sc(struct hfi1_devdata *dd, 282 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type, 284 void sc_free(struct send_context *sc); 285 int sc_enable(struct send_context *sc); 286 void sc_disable(struct send_context *sc); [all …]
|
D | pio.c | 57 static void sc_wait_for_packet_egress(struct send_context *sc, int pause); 569 static void cr_group_addresses(struct send_context *sc, dma_addr_t *dma) in cr_group_addresses() 585 struct send_context *sc; in sc_halted() 587 sc = container_of(work, struct send_context, halt_work); in sc_halted() 601 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize) in sc_mtu_to_threshold() 626 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent) in sc_percent_to_threshold() 634 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold) in sc_set_cr_threshold() 671 void set_pio_integrity(struct send_context *sc) in set_pio_integrity() 682 static u32 get_buffers_allocated(struct send_context *sc) in get_buffers_allocated() 692 static void reset_buffers_allocated(struct send_context *sc) in reset_buffers_allocated() [all …]
|
D | qp.c | 516 struct send_context *qp_to_send_context(struct rvt_qp *qp, u8 sc5) in qp_to_send_context() 556 struct send_context *send_context; in qp_iter_print() local 563 send_context = qp_to_send_context(qp, priv->s_sc); in qp_iter_print() 603 send_context, in qp_iter_print() 604 send_context ? send_context->sw_index : 0, in qp_iter_print()
|
D | verbs_txreq.h | 66 struct send_context *psc;
|
D | qp.h | 128 struct send_context *qp_to_send_context(struct rvt_qp *qp, u8 sc5);
|
D | verbs.h | 158 struct send_context *s_sendcontext; /* current sendcontext */
|
D | trace_tx.h | 65 TP_PROTO(struct send_context *sc, int extra), 86 TP_PROTO(struct send_context *sc, u32 needint, u64 credit_ctrl),
|
D | hfi.h | 205 struct send_context *sc; 933 struct send_context *sc; 1047 struct send_context **kernel_send_context;
|
D | ud.c | 662 struct send_context *ctxt = qp_to_send_context(qp, sc5); in return_cnp_16B() 721 struct send_context *ctxt = qp_to_send_context(qp, sc5); in return_cnp()
|
D | verbs.c | 144 struct send_context *sc, 984 struct send_context *sc, in pio_wait() 1052 struct send_context *sc; in hfi1_verbs_send_pio()
|
D | chip.h | 1399 void hfi1_init_ctxt(struct send_context *sc);
|
D | file_ops.c | 1614 struct send_context *sc; in ctxt_reset()
|
D | chip.c | 5779 struct send_context *sc; in sc_to_vl() 5943 struct send_context *sc; in is_sendctxt_err_int() 6734 struct send_context *sc; in start_freeze_handling() 12921 void hfi1_init_ctxt(struct send_context *sc) in hfi1_init_ctxt()
|