Searched refs:caifd (Results 1 - 1 of 1) sorted by relevance

/net/caif/
H A Dcaif_dev.c94 struct caif_device_entry *caifd; local
96 caifd = kzalloc(sizeof(*caifd), GFP_KERNEL);
97 if (!caifd)
99 caifd->pcpu_refcnt = alloc_percpu(int);
100 if (!caifd->pcpu_refcnt) {
101 kfree(caifd);
104 caifd->netdev = dev;
106 return caifd;
113 struct caif_device_entry *caifd; local
124 struct caif_device_entry *caifd; local
167 struct caif_device_entry *caifd = local
243 struct caif_device_entry *caifd; local
283 struct caif_device_entry *caifd; local
311 struct caif_device_entry *caifd; local
359 struct caif_device_entry *caifd = NULL; local
511 struct caif_device_entry *caifd, *tmp; local
[all...]

Completed in 51 milliseconds