Lines Matching refs:caif_device_entry
34 struct caif_device_entry { struct
74 static void caifd_put(struct caif_device_entry *e) in caifd_put()
79 static void caifd_hold(struct caif_device_entry *e) in caifd_hold()
84 static int caifd_refcnt_read(struct caif_device_entry *e) in caifd_refcnt_read()
93 static struct caif_device_entry *caif_device_alloc(struct net_device *dev) in caif_device_alloc()
95 struct caif_device_entry *caifd; in caif_device_alloc()
110 static struct caif_device_entry *caif_get(struct net_device *dev) in caif_get()
114 struct caif_device_entry *caifd; in caif_get()
126 struct caif_device_entry *caifd; in caif_flow_cb()
171 struct caif_device_entry *caifd = in transmit()
172 container_of(layer, struct caif_device_entry, layer); in transmit()
251 struct caif_device_entry *caifd; in receive()
291 struct caif_device_entry *caifd; in dev_flowctrl()
319 struct caif_device_entry *caifd; in caif_enroll_dev()
368 struct caif_device_entry *caifd = NULL; in caif_device_notify()
523 struct caif_device_entry *caifd, *tmp; in caif_exit_net()