Searched refs:ndsp (Results 1 – 1 of 1) sorted by relevance
1049 struct dsp *ndsp; in dspcreate() local1055 ndsp = vmalloc(sizeof(struct dsp)); in dspcreate()1056 if (!ndsp) { in dspcreate()1060 memset(ndsp, 0, sizeof(struct dsp)); in dspcreate()1065 INIT_WORK(&ndsp->workq, (void *)dsp_send_bh); in dspcreate()1066 skb_queue_head_init(&ndsp->sendq); in dspcreate()1067 ndsp->ch.send = dsp_function; in dspcreate()1068 ndsp->ch.ctrl = dsp_ctrl; in dspcreate()1069 ndsp->up = crq->ch; in dspcreate()1070 crq->ch = &ndsp->ch; in dspcreate()[all …]