Searched refs:chnl_net (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/caif/ |
D | chnl_net.c | 46 struct chnl_net { struct 76 struct chnl_net *priv; in chnl_recv_cb() argument 81 priv = container_of(layr, struct chnl_net, chnl); in chnl_recv_cb() 133 static int delete_device(struct chnl_net *dev) in delete_device() 143 struct chnl_net *dev = NULL; in close_work() 149 dev = list_entry(list_node, struct chnl_net, list_field); in close_work() 159 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_hold() 165 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_put() 172 struct chnl_net *priv = container_of(layr, struct chnl_net, chnl); in chnl_flowctrl_cb() 219 struct chnl_net *priv; in chnl_net_start_xmit() [all …]
|
D | Makefile | 11 obj-$(CONFIG_CAIF_NETDEV) += chnl_net.o
|
/linux-4.4.14/Documentation/networking/caif/ |
D | README | 12 $modprobe chnl_net
|