Lines Matching refs:chnl_net
44 struct chnl_net { struct
73 struct chnl_net *priv; in chnl_recv_cb() argument
78 priv = container_of(layr, struct chnl_net, chnl); in chnl_recv_cb()
130 static int delete_device(struct chnl_net *dev) in delete_device()
140 struct chnl_net *dev = NULL; in close_work()
146 dev = list_entry(list_node, struct chnl_net, list_field); in close_work()
156 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_hold()
162 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_put()
169 struct chnl_net *priv = container_of(layr, struct chnl_net, chnl); in chnl_flowctrl_cb()
216 struct chnl_net *priv; in chnl_net_start_xmit()
261 struct chnl_net *priv = NULL; in chnl_net_open()
356 struct chnl_net *priv; in chnl_net_stop()
367 struct chnl_net *priv; in chnl_net_init()
376 struct chnl_net *priv; in chnl_net_uninit()
392 struct chnl_net *priv = netdev_priv(dev); in chnl_net_destructor()
398 struct chnl_net *priv; in ipcaif_net_setup()
424 struct chnl_net *priv; in ipcaif_fill_info()
467 struct chnl_net *caifdev; in ipcaif_newlink()
490 struct chnl_net *caifdev; in ipcaif_changelink()
519 .priv_size = sizeof(struct chnl_net),
537 struct chnl_net *dev = NULL; in chnl_exit_module()
543 dev = list_entry(list_node, struct chnl_net, list_field); in chnl_exit_module()