Lines Matching refs:chnl_net
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()
116 static int delete_device(struct chnl_net *dev) in delete_device()
126 struct chnl_net *dev = NULL; in close_work()
132 dev = list_entry(list_node, struct chnl_net, list_field); in close_work()
142 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_hold()
148 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_put()
155 struct chnl_net *priv = container_of(layr, struct chnl_net, chnl); in chnl_flowctrl_cb()
203 struct chnl_net *priv; in chnl_net_start_xmit()
248 struct chnl_net *priv = NULL; in chnl_net_open()
340 struct chnl_net *priv; in chnl_net_stop()
351 struct chnl_net *priv; in chnl_net_init()
361 struct chnl_net *priv; in chnl_net_uninit()
377 struct chnl_net *priv = netdev_priv(dev); in chnl_net_destructor()
383 struct chnl_net *priv; in ipcaif_net_setup()
409 struct chnl_net *priv; in ipcaif_fill_info()
452 struct chnl_net *caifdev; in ipcaif_newlink()
475 struct chnl_net *caifdev; in ipcaif_changelink()
504 .priv_size = sizeof(struct chnl_net),
522 struct chnl_net *dev = NULL; in chnl_exit_module()
528 dev = list_entry(list_node, struct chnl_net, list_field); in chnl_exit_module()