Lines Matching refs:send_context

15 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) in cr_group_addresses()
535 struct send_context *sc; in sc_halted()
537 sc = container_of(work, struct send_context, halt_work); in sc_halted()
551 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize) in sc_mtu_to_threshold()
576 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent) in sc_percent_to_threshold()
584 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold) in sc_set_cr_threshold()
621 void set_pio_integrity(struct send_context *sc) in set_pio_integrity()
632 static u32 get_buffers_allocated(struct send_context *sc) in get_buffers_allocated()
642 static void reset_buffers_allocated(struct send_context *sc) in reset_buffers_allocated()
654 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type, in sc_alloc()
658 struct send_context *sc = NULL; in sc_alloc()
836 void sc_free(struct send_context *sc) in sc_free()
877 void sc_disable(struct send_context *sc) in sc_disable()
970 static void sc_wait_for_packet_egress(struct send_context *sc, int pause) in sc_wait_for_packet_egress()
1015 struct send_context *sc = dd->send_contexts[i].sc; in sc_wait()
1032 int sc_restart(struct send_context *sc) in sc_restart()
1121 struct send_context *sc; in pio_freeze()
1148 struct send_context *sc; in pio_kernel_unfreeze()
1176 struct send_context *sc; in pio_kernel_linkup()
1244 int sc_enable(struct send_context *sc) in sc_enable()
1339 void sc_return_credits(struct send_context *sc) in sc_return_credits()
1357 void sc_flush(struct send_context *sc) in sc_flush()
1366 void sc_drop(struct send_context *sc) in sc_drop()
1383 void sc_stop(struct send_context *sc, int flag) in sc_stop()
1410 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len, in sc_buffer_alloc()
1511 void sc_add_credit_return_intr(struct send_context *sc) in sc_add_credit_return_intr()
1530 void sc_del_credit_return_intr(struct send_context *sc) in sc_del_credit_return_intr()
1551 void hfi1_sc_wantpiobuf_intr(struct send_context *sc, u32 needint) in hfi1_sc_wantpiobuf_intr()
1570 static void sc_piobufavail(struct send_context *sc) in sc_piobufavail()
1657 void sc_release_update(struct send_context *sc) in sc_release_update()
1721 struct send_context *sc; in sc_group_release_update()
1761 struct send_context *pio_select_send_context_vl(struct hfi1_devdata *dd, in pio_select_send_context_vl()
1766 struct send_context *rval; in pio_select_send_context_vl()
1801 struct send_context *pio_select_send_context_sc(struct hfi1_devdata *dd, in pio_select_send_context_sc()
1916 send_context *), in pio_map_init()
1992 sizeof(struct send_context *), in init_pervl_scs()
2125 struct send_context *sc = sci->sc; in seqfile_dump_sci()