Lines Matching refs:caif_device_entry
33 struct caif_device_entry { struct
73 static void caifd_put(struct caif_device_entry *e) in caifd_put()
78 static void caifd_hold(struct caif_device_entry *e) in caifd_hold()
83 static int caifd_refcnt_read(struct caif_device_entry *e) in caifd_refcnt_read()
92 static struct caif_device_entry *caif_device_alloc(struct net_device *dev) in caif_device_alloc()
94 struct caif_device_entry *caifd; in caif_device_alloc()
109 static struct caif_device_entry *caif_get(struct net_device *dev) in caif_get()
113 struct caif_device_entry *caifd; in caif_get()
125 struct caif_device_entry *caifd; in caif_flow_cb()
170 struct caif_device_entry *caifd = in transmit()
171 container_of(layer, struct caif_device_entry, layer); in transmit()
250 struct caif_device_entry *caifd; in receive()
290 struct caif_device_entry *caifd; in dev_flowctrl()
318 struct caif_device_entry *caifd; in caif_enroll_dev()
367 struct caif_device_entry *caifd = NULL; in caif_device_notify()
522 struct caif_device_entry *caifd, *tmp; in caif_exit_net()