Lines Matching refs:send_contexts
410 dd->send_contexts = kcalloc(dd->num_send_contexts, in init_send_contexts()
413 if (!dd->send_contexts || !dd->hw_to_sw) { in init_send_contexts()
415 kfree(dd->send_contexts); in init_send_contexts()
435 &dd->send_contexts[context]; in init_send_contexts()
460 for (index = 0, sci = &dd->send_contexts[0]; in sc_hw_alloc()
485 sci = &dd->send_contexts[sw_index]; in sc_hw_free()
694 sci = &dd->send_contexts[sw_index]; in sc_alloc()
856 dd->send_contexts[sw_index].sc = NULL; in sc_free()
1014 struct send_context *sc = dd->send_contexts[i].sc; in sc_wait()
1124 sc = dd->send_contexts[i].sc; in pio_freeze()
1151 sc = dd->send_contexts[i].sc; in pio_kernel_unfreeze()
1179 sc = dd->send_contexts[i].sc; in pio_kernel_linkup()
1579 if (dd->send_contexts[sc->sw_index].type != SC_KERNEL && in sc_piobufavail()
1580 dd->send_contexts[sc->sw_index].type != SC_VL15) in sc_piobufavail()
1731 sc = dd->send_contexts[sw_index].sc; in sc_group_release_update()
1745 sc_release_update(dd->send_contexts[sw_index].sc); in sc_group_release_update()
1884 if (dd->send_contexts[i].type == SC_KERNEL) in pio_map_init()