Home
last modified time | relevance | path

Searched refs:aoedev (Results 1 – 6 of 6) sorted by relevance

/drivers/block/aoe/
Daoe.h136 struct aoedev *d; /* parent device I belong to */
151 struct aoedev { struct
152 struct aoedev *next; argument
204 void aoedisk_rm_debugfs(struct aoedev *d); argument
205 void aoedisk_rm_sysfs(struct aoedev *d);
211 void aoecmd_work(struct aoedev *d);
217 void aoecmd_cleanslate(struct aoedev *);
220 struct sk_buff *aoecmd_ata_id(struct aoedev *);
224 void aoe_end_request(struct aoedev *, struct request *, int);
230 struct aoedev *aoedev_by_aoeaddr(ulong maj, int min, int do_alloc);
[all …]
Daoedev.c19 static void freetgt(struct aoedev *d, struct aoetgt *t);
20 static void skbpoolfree(struct aoedev *d);
26 static struct aoedev *devlist;
139 aoedev_put(struct aoedev *d) in aoedev_put()
151 struct aoedev *d; in dummy_timer()
153 d = (struct aoedev *)vp; in dummy_timer()
161 aoe_failip(struct aoedev *d) in aoe_failip()
197 aoedev_downdev(struct aoedev *d) in aoedev_downdev()
243 user_req(char *s, size_t slen, struct aoedev *d) in user_req()
260 freedev(struct aoedev *d) in freedev()
[all …]
Daoeblk.c38 struct aoedev *d = disk->private_data; in aoedisk_show_state()
51 struct aoedev *d = disk->private_data; in aoedisk_show_mac()
62 struct aoedev *d = disk->private_data; in aoedisk_show_netif()
100 struct aoedev *d = disk->private_data; in aoedisk_show_fwver()
108 struct aoedev *d = disk->private_data; in aoedisk_show_payload()
115 struct aoedev *d; in aoedisk_debugfs_show()
192 aoedisk_add_debugfs(struct aoedev *d) in aoedisk_add_debugfs()
216 aoedisk_rm_debugfs(struct aoedev *d) in aoedisk_rm_debugfs()
223 aoedisk_add_sysfs(struct aoedev *d) in aoedisk_add_sysfs()
228 aoedisk_rm_sysfs(struct aoedev *d) in aoedisk_rm_sysfs()
[all …]
Daoecmd.c25 static int count_targets(struct aoedev *d, int *untainted);
27 static struct buf *nextbuf(struct aoedev *);
79 getframe_deferred(struct aoedev *d, u32 tag) in getframe_deferred()
96 getframe(struct aoedev *d, u32 tag) in getframe()
120 newtag(struct aoedev *d) in newtag()
129 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit()
171 skb_pool_put(struct aoedev *d, struct sk_buff *skb) in skb_pool_put()
177 skb_pool_get(struct aoedev *d) in skb_pool_get()
206 newtframe(struct aoedev *d, struct aoetgt *t) in newtframe()
250 newframe(struct aoedev *d) in newframe()
[all …]
DMakefile6 aoe-y := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o
Daoechr.c84 struct aoedev *d; in revalidate()