Searched refs:chnl_net (Results 1 – 3 of 3) sorted by relevance
/linux/net/caif/ |
H A D | chnl_net.c | 45 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() 111 static int delete_device(struct chnl_net *dev) in delete_device() 121 struct chnl_net *dev = NULL; in close_work() 127 dev = list_entry(list_node, struct chnl_net, list_field); in close_work() 137 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_hold() 143 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_put() 150 struct chnl_net *priv = container_of(layr, struct chnl_net, chnl); in chnl_flowctrl_cb() 198 struct chnl_net *priv; in chnl_net_start_xmit() [all …]
|
H A D | Makefile | 12 obj-$(CONFIG_CAIF_NETDEV) += chnl_net.o
|
/linux/Documentation/networking/caif/ |
H A D | caif.rst | 22 $modprobe chnl_net
|