Home
last modified time | relevance | path

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

/linux-4.1.27/net/caif/
Dcfctrl.c384 struct cfctrl_link_param linkparam; in cfctrl_recv() local
385 memset(&linkparam, 0, sizeof(linkparam)); in cfctrl_recv()
390 linkparam.linktype = serv; in cfctrl_recv()
393 linkparam.chtype = servtype; in cfctrl_recv()
399 linkparam.priority = prio; in cfctrl_recv()
400 linkparam.phyid = physlinkid; in cfctrl_recv()
402 linkparam.endpoint = endpoint & 0x03; in cfctrl_recv()
414 linkparam.u.video.connid = tmp; in cfctrl_recv()
423 linkparam.u.datagram.connid = in cfctrl_recv()
436 linkparam.u.rfm.connid = in cfctrl_recv()
[all …]