Home
last modified time | relevance | path

Searched refs:ndsp (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/isdn/mISDN/
Ddsp_core.c1052 struct dsp *ndsp; in dspcreate() local
1058 ndsp = vzalloc(sizeof(struct dsp)); in dspcreate()
1059 if (!ndsp) { in dspcreate()
1067 INIT_WORK(&ndsp->workq, (void *)dsp_send_bh); in dspcreate()
1068 skb_queue_head_init(&ndsp->sendq); in dspcreate()
1069 ndsp->ch.send = dsp_function; in dspcreate()
1070 ndsp->ch.ctrl = dsp_ctrl; in dspcreate()
1071 ndsp->up = crq->ch; in dspcreate()
1072 crq->ch = &ndsp->ch; in dspcreate()
1075 ndsp->hdlc = 0; in dspcreate()
[all …]