Lines Matching refs:send_contexts
452 dd->send_contexts = kcalloc(dd->num_send_contexts, in init_send_contexts()
455 if (!dd->send_contexts || !dd->hw_to_sw) { in init_send_contexts()
457 kfree(dd->send_contexts); in init_send_contexts()
477 &dd->send_contexts[context]; in init_send_contexts()
502 for (index = 0, sci = &dd->send_contexts[0]; in sc_hw_alloc()
527 sci = &dd->send_contexts[sw_index]; in sc_hw_free()
736 sci = &dd->send_contexts[sw_index]; in sc_alloc()
898 dd->send_contexts[sw_index].sc = NULL; in sc_free()
1054 struct send_context *sc = dd->send_contexts[i].sc; in sc_wait()
1164 sc = dd->send_contexts[i].sc; in pio_freeze()
1191 sc = dd->send_contexts[i].sc; in pio_kernel_unfreeze()
1219 sc = dd->send_contexts[i].sc; in pio_kernel_linkup()
1619 if (dd->send_contexts[sc->sw_index].type != SC_KERNEL && in sc_piobufavail()
1620 dd->send_contexts[sc->sw_index].type != SC_VL15) in sc_piobufavail()
1771 sc = dd->send_contexts[sw_index].sc; in sc_group_release_update()
1785 sc_release_update(dd->send_contexts[sw_index].sc); in sc_group_release_update()
1924 if (dd->send_contexts[i].type == SC_KERNEL) in pio_map_init()