Home
last modified time | relevance | path

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

/drivers/block/aoe/
Daoedev.c14 static void aoedev_freedev(struct aoedev *);
15 static void freetgt(struct aoedev *d, struct aoetgt *t);
16 static void skbpoolfree(struct aoedev *d);
18 static struct aoedev *devlist;
21 struct aoedev *
24 struct aoedev *d; in aoedev_by_aoeaddr()
40 struct aoedev *d; in dummy_timer()
42 d = (struct aoedev *)vp; in dummy_timer()
50 aoedev_downdev(struct aoedev *d) in aoedev_downdev()
100 aoedev_freedev(struct aoedev *d) in aoedev_freedev()
[all …]
Daoe.h146 struct aoedev { struct
147 struct aoedev *next; argument
177 void aoedisk_rm_sysfs(struct aoedev *d); argument
183 void aoecmd_work(struct aoedev *d);
188 void aoecmd_cleanslate(struct aoedev *);
189 struct sk_buff *aoecmd_ata_id(struct aoedev *);
193 struct aoedev *aoedev_by_aoeaddr(int maj, int min);
194 struct aoedev *aoedev_by_sysminor_m(ulong sysminor);
195 void aoedev_downdev(struct aoedev *d);
Daoeblk.c22 struct aoedev *d = disk->private_data; in aoedisk_show_state()
35 struct aoedev *d = disk->private_data; in aoedisk_show_mac()
46 struct aoedev *d = disk->private_data; in aoedisk_show_netif()
84 struct aoedev *d = disk->private_data; in aoedisk_show_fwver()
110 aoedisk_add_sysfs(struct aoedev *d) in aoedisk_add_sysfs()
115 aoedisk_rm_sysfs(struct aoedev *d) in aoedisk_rm_sysfs()
123 struct aoedev *d = bdev->bd_disk->private_data; in aoeblk_open()
139 struct aoedev *d = disk->private_data; in aoeblk_release()
158 struct aoedev *d; in aoeblk_make_request()
224 struct aoedev *d = bdev->bd_disk->private_data; in aoeblk_getgeo()
[all …]
Daoecmd.c75 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit()
115 skb_pool_put(struct aoedev *d, struct sk_buff *skb) in skb_pool_put()
121 skb_pool_get(struct aoedev *d) in skb_pool_get()
138 freeframe(struct aoedev *d) in freeframe()
209 aoecmd_ata_rw(struct aoedev *d) in aoecmd_ata_rw()
337 resend(struct aoedev *d, struct aoetgt *t, struct frame *f) in resend()
442 sthtith(struct aoedev *d) in sthtith()
485 struct aoedev *d; in rexmit_timer()
492 d = (struct aoedev *) vp; in rexmit_timer()
588 aoecmd_work(struct aoedev *d) in aoecmd_work()
[all …]
DMakefile6 aoe-objs := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o
Daoechr.c76 struct aoedev *d; in revalidate()