Home
last modified time | relevance | path

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

/linux/net/caif/
H A Dcfctrl.c386 struct cfctrl_link_param linkparam; in cfctrl_recv() local
387 memset(&linkparam, 0, sizeof(linkparam)); in cfctrl_recv()
392 linkparam.linktype = serv; in cfctrl_recv()
395 linkparam.chtype = servtype; in cfctrl_recv()
401 linkparam.priority = prio; in cfctrl_recv()
402 linkparam.phyid = physlinkid; in cfctrl_recv()
404 linkparam.endpoint = endpoint & 0x03; in cfctrl_recv()
416 linkparam.u.video.connid = tmp; in cfctrl_recv()
424 linkparam.u.datagram.connid = in cfctrl_recv()
436 linkparam.u.rfm.connid = in cfctrl_recv()
[all …]