Searched refs:send_contexts (Results 1 – 5 of 5) sorted by relevance
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()[all …]
695 sc_disable(dd->send_contexts[i].sc); in init_after_reset()1045 sc_flush(dd->send_contexts[i].sc); in shutdown_device()1059 sc_disable(dd->send_contexts[i].sc); in shutdown_device()1528 sc_free(dd->send_contexts[ctxt].sc); in cleanup_device_data()1530 kfree(dd->send_contexts); in cleanup_device_data()1531 dd->send_contexts = NULL; in cleanup_device_data()
375 if (!dd->send_contexts || *pos >= dd->num_send_contexts) in _pios_seq_start()386 if (!dd->send_contexts || *pos >= dd->num_send_contexts) in _pios_seq_next()405 sci = &dd->send_contexts[i]; in _pios_seq_show()
5788 sci = &dd->send_contexts[sw_index]; in sc_to_vl()5963 sci = &dd->send_contexts[sw_index]; in is_sendctxt_err_int()6757 sc = dd->send_contexts[i].sc; in start_freeze_handling()13367 u32 send_contexts = chip_send_contexts(dd); in set_up_context_variables() local13390 if (num_kernel_contexts > (send_contexts - num_vls - 1)) { in set_up_context_variables()13393 send_contexts - num_vls - 1, in set_up_context_variables()13395 num_kernel_contexts = send_contexts - num_vls - 1; in set_up_context_variables()13501 send_contexts, in set_up_context_variables()
1043 struct send_context_info *send_contexts; member