Searched refs:ndsp (Results 1 – 1 of 1) sorted by relevance
1040 struct dsp *ndsp; in dspcreate() local1046 ndsp = vmalloc(sizeof(struct dsp)); in dspcreate()1047 if (!ndsp) { in dspcreate()1051 memset(ndsp, 0, sizeof(struct dsp)); in dspcreate()1056 INIT_WORK(&ndsp->workq, (void *)dsp_send_bh); in dspcreate()1057 skb_queue_head_init(&ndsp->sendq); in dspcreate()1058 ndsp->ch.send = dsp_function; in dspcreate()1059 ndsp->ch.ctrl = dsp_ctrl; in dspcreate()1060 ndsp->up = crq->ch; in dspcreate()1061 crq->ch = &ndsp->ch; in dspcreate()[all …]