Lines Matching refs:send_context

57 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()
696 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type, in sc_alloc()
700 struct send_context *sc = NULL; in sc_alloc()
878 void sc_free(struct send_context *sc) in sc_free()
919 void sc_disable(struct send_context *sc) in sc_disable()
1009 static void sc_wait_for_packet_egress(struct send_context *sc, int pause) in sc_wait_for_packet_egress()
1054 struct send_context *sc = dd->send_contexts[i].sc; in sc_wait()
1071 int sc_restart(struct send_context *sc) in sc_restart()
1160 struct send_context *sc; in pio_freeze()
1187 struct send_context *sc; in pio_kernel_unfreeze()
1215 struct send_context *sc; in pio_kernel_linkup()
1283 int sc_enable(struct send_context *sc) in sc_enable()
1378 void sc_return_credits(struct send_context *sc) in sc_return_credits()
1396 void sc_flush(struct send_context *sc) in sc_flush()
1405 void sc_drop(struct send_context *sc) in sc_drop()
1422 void sc_stop(struct send_context *sc, int flag) in sc_stop()
1449 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len, in sc_buffer_alloc()
1550 void sc_add_credit_return_intr(struct send_context *sc) in sc_add_credit_return_intr()
1569 void sc_del_credit_return_intr(struct send_context *sc) in sc_del_credit_return_intr()
1590 void hfi1_sc_wantpiobuf_intr(struct send_context *sc, u32 needint) in hfi1_sc_wantpiobuf_intr()
1609 static void sc_piobufavail(struct send_context *sc) in sc_piobufavail()
1696 void sc_release_update(struct send_context *sc) in sc_release_update()
1760 struct send_context *sc; in sc_group_release_update()
1800 struct send_context *pio_select_send_context_vl(struct hfi1_devdata *dd, in pio_select_send_context_vl()
1805 struct send_context *rval; in pio_select_send_context_vl()
1840 struct send_context *pio_select_send_context_sc(struct hfi1_devdata *dd, in pio_select_send_context_sc()
1955 send_context *), in pio_map_init()
2031 sizeof(struct send_context *), in init_pervl_scs()
2164 struct send_context *sc = sci->sc; in seqfile_dump_sci()