Searched refs:chnl (Results 1 – 1 of 1) sorted by relevance
/net/caif/ |
D | chnl_net.c | 45 struct cflayer chnl; member 78 priv = container_of(layr, struct chnl_net, chnl); in chnl_recv_cb() 156 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_hold() 162 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_put() 169 struct chnl_net *priv = container_of(layr, struct chnl_net, chnl); in chnl_flowctrl_cb() 203 caif_client_register_refcnt(&priv->chnl, chnl_hold, chnl_put); in chnl_flowctrl_cb() 246 result = priv->chnl.dn->transmit(priv->chnl.dn, pkt); in chnl_net_start_xmit() 275 &priv->chnl, &llifindex, in chnl_net_open() 331 caif_disconnect_client(dev_net(dev), &priv->chnl); in chnl_net_open() 347 caif_disconnect_client(dev_net(dev), &priv->chnl); in chnl_net_open() [all …]
|