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