Lines Matching refs:send_contexts
460 dd->send_contexts = kcalloc(dd->num_send_contexts, in init_send_contexts()
463 if (!dd->send_contexts || !dd->hw_to_sw) { in init_send_contexts()
465 kfree(dd->send_contexts); in init_send_contexts()
485 &dd->send_contexts[context]; in init_send_contexts()
510 for (index = 0, sci = &dd->send_contexts[0]; in sc_hw_alloc()
535 sci = &dd->send_contexts[sw_index]; in sc_hw_free()
744 sci = &dd->send_contexts[sw_index]; in sc_alloc()
905 dd->send_contexts[sw_index].sc = NULL; in sc_free()
1045 struct send_context *sc = dd->send_contexts[i].sc; in sc_wait()
1155 sc = dd->send_contexts[i].sc; in pio_freeze()
1182 sc = dd->send_contexts[i].sc; in pio_kernel_unfreeze()
1210 sc = dd->send_contexts[i].sc; in pio_kernel_linkup()
1613 if (dd->send_contexts[sc->sw_index].type != SC_KERNEL && in sc_piobufavail()
1614 dd->send_contexts[sc->sw_index].type != SC_VL15) in sc_piobufavail()
1758 sc = dd->send_contexts[sw_index].sc; in sc_group_release_update()
1772 sc_release_update(dd->send_contexts[sw_index].sc); in sc_group_release_update()
1911 if (dd->send_contexts[i].type == SC_KERNEL) in pio_map_init()