Searched refs:chnl_net (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/net/caif/ |
D | chnl_net.c | 44 struct chnl_net { struct 73 struct chnl_net *priv; in chnl_recv_cb() argument 78 priv = container_of(layr, struct chnl_net, chnl); in chnl_recv_cb() 130 static int delete_device(struct chnl_net *dev) in delete_device() 140 struct chnl_net *dev = NULL; in close_work() 146 dev = list_entry(list_node, struct chnl_net, list_field); in close_work() 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() 216 struct chnl_net *priv; in chnl_net_start_xmit() [all …]
|
D | Makefile | 12 obj-$(CONFIG_CAIF_NETDEV) += chnl_net.o
|
/Linux-v5.4/Documentation/networking/caif/ |
D | caif.rst | 24 $modprobe chnl_net
|