Searched refs:chnl_net (Results 1 – 2 of 2) sorted by relevance
/net/caif/ |
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() 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 …]
|
D | Makefile | 12 obj-$(CONFIG_CAIF_NETDEV) += chnl_net.o
|