Lines Matching refs:send_contexts
452 dd->send_contexts = kcalloc(dd->num_send_contexts,
455 if (!dd->send_contexts || !dd->hw_to_sw) {
457 kfree(dd->send_contexts);
477 &dd->send_contexts[context];
502 for (index = 0, sci = &dd->send_contexts[0];
527 sci = &dd->send_contexts[sw_index];
736 sci = &dd->send_contexts[sw_index];
898 dd->send_contexts[sw_index].sc = NULL;
1056 struct send_context *sc = dd->send_contexts[i].sc;
1166 sc = dd->send_contexts[i].sc;
1193 sc = dd->send_contexts[i].sc;
1221 sc = dd->send_contexts[i].sc;
1621 if (dd->send_contexts[sc->sw_index].type != SC_KERNEL &&
1622 dd->send_contexts[sc->sw_index].type != SC_VL15)
1773 sc = dd->send_contexts[sw_index].sc;
1787 sc_release_update(dd->send_contexts[sw_index].sc);
1926 if (dd->send_contexts[i].type == SC_KERNEL)