Searched refs:chnl_net (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/caif/ |
| H A D | chnl_net.c | 44 struct chnl_net { struct 59 struct chnl_net *priv; in chnl_recv_cb() argument 64 priv = container_of(layr, struct chnl_net, chnl); in chnl_recv_cb() 116 static int delete_device(struct chnl_net *dev) in delete_device() 126 struct chnl_net *dev = NULL; in close_work() 132 dev = list_entry(list_node, struct chnl_net, list_field); in close_work() 142 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_hold() 148 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_put() 155 struct chnl_net *priv = container_of(layr, struct chnl_net, chnl); in chnl_flowctrl_cb() 203 struct chnl_net *priv; in chnl_net_start_xmit() [all …]
|
| H A D | Makefile | 12 obj-$(CONFIG_CAIF_NETDEV) += chnl_net.o
|
| /OK3568_Linux_fs/kernel/Documentation/networking/caif/ |
| H A D | caif.rst | 22 $modprobe chnl_net
|