Searched refs:send_context (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pio.h | 84 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 …]
|
D | pio.c | 62 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 …]
|
D | diag.c | 374 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()
|
D | hfi.h | 195 struct send_context *sc; 741 struct send_context *sc;
|
D | chip.h | 1004 int hfi1_init_ctxt(struct send_context *sc);
|
D | verbs.c | 1079 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()
|
D | trace.h | 246 TP_PROTO(struct send_context *sc, int extra), 270 TP_PROTO(struct send_context *sc, u32 needint, u64 credit_ctrl),
|
D | verbs.h | 1112 struct send_context *qp_to_send_context(struct hfi1_qp *qp, u8 sc5);
|
D | ud.c | 490 struct send_context *ctxt = qp_to_send_context(qp, sc5); in return_cnp()
|
D | file_ops.c | 362 struct send_context *sc; in hfi1_file_write()
|
D | rc.c | 696 struct send_context *sc; in hfi1_send_rc_ack()
|
D | chip.c | 2482 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()
|