Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio.h84 struct send_context *sc;/* back pointer to owning send context */
104 struct send_context { struct
144 struct send_context *sc; /* allocated working context */ argument
175 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type,
177 void sc_free(struct send_context *sc);
178 int sc_enable(struct send_context *sc);
179 void sc_disable(struct send_context *sc);
180 int sc_restart(struct send_context *sc);
181 void sc_return_credits(struct send_context *sc);
182 void sc_flush(struct send_context *sc);
[all …]
Dpio.c62 static void sc_wait_for_packet_egress(struct send_context *sc, int pause);
543 static void cr_group_addresses(struct send_context *sc, dma_addr_t *pa) in cr_group_addresses()
559 struct send_context *sc; in sc_halted()
561 sc = container_of(work, struct send_context, halt_work); in sc_halted()
575 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize) in sc_mtu_to_threshold()
600 static u32 sc_percent_to_threshold(struct send_context *sc, u32 percent) in sc_percent_to_threshold()
608 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold) in sc_set_cr_threshold()
645 void set_pio_integrity(struct send_context *sc) in set_pio_integrity()
667 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type, in sc_alloc()
671 struct send_context *sc; in sc_alloc()
[all …]
Ddiag.c374 struct send_context *sc; in diagpkt_send()
551 struct send_context *sc; in diagpkt_write()
620 struct send_context *sc; in adjust_integrity_checks()
818 struct send_context *sc; in hfi1_snoop_write()
Dhfi.h195 struct send_context *sc;
741 struct send_context *sc;
Dchip.h1004 int hfi1_init_ctxt(struct send_context *sc);
Dverbs.c1079 static int no_bufs_available(struct hfi1_qp *qp, struct send_context *sc) in no_bufs_available()
1117 struct send_context *qp_to_send_context(struct hfi1_qp *qp, u8 sc5) in qp_to_send_context()
1139 struct send_context *sc; in hfi1_verbs_send_pio()
Dtrace.h246 TP_PROTO(struct send_context *sc, int extra),
270 TP_PROTO(struct send_context *sc, u32 needint, u64 credit_ctrl),
Dverbs.h1112 struct send_context *qp_to_send_context(struct hfi1_qp *qp, u8 sc5);
Dud.c490 struct send_context *ctxt = qp_to_send_context(qp, sc5); in return_cnp()
Dfile_ops.c362 struct send_context *sc; in hfi1_file_write()
Drc.c696 struct send_context *sc; in hfi1_send_rc_ack()
Dchip.c2482 struct send_context *sc; in is_sendctxt_err_int()
3203 struct send_context *sc; in start_freeze_handling()
8638 int hfi1_init_ctxt(struct send_context *sc) in hfi1_init_ctxt()