Lines Matching refs:chnl_net
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()
264 struct chnl_net *priv = NULL; in chnl_net_open()
359 struct chnl_net *priv; in chnl_net_stop()
370 struct chnl_net *priv; in chnl_net_init()
379 struct chnl_net *priv; in chnl_net_uninit()
395 struct chnl_net *priv = netdev_priv(dev); in chnl_net_destructor()
402 struct chnl_net *priv; in ipcaif_net_setup()
427 struct chnl_net *priv; in ipcaif_fill_info()
469 struct chnl_net *caifdev; in ipcaif_newlink()
491 struct chnl_net *caifdev; in ipcaif_changelink()
520 .priv_size = sizeof(struct chnl_net),
538 struct chnl_net *dev = NULL; in chnl_exit_module()
544 dev = list_entry(list_node, struct chnl_net, list_field); in chnl_exit_module()