Home
last modified time | relevance | path

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

/drivers/block/aoe/
Daoedev.c15 static void aoedev_freedev(struct aoedev *);
16 static void freetgt(struct aoedev *d, struct aoetgt *t);
17 static void skbpoolfree(struct aoedev *d);
19 static struct aoedev *devlist;
22 struct aoedev *
25 struct aoedev *d; in aoedev_by_aoeaddr()
41 struct aoedev *d; in dummy_timer()
43 d = (struct aoedev *)vp; in dummy_timer()
51 aoedev_downdev(struct aoedev *d) in aoedev_downdev()
101 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.c28 struct aoedev *d = disk->private_data; in aoedisk_show_state()
41 struct aoedev *d = disk->private_data; in aoedisk_show_mac()
52 struct aoedev *d = disk->private_data; in aoedisk_show_netif()
90 struct aoedev *d = disk->private_data; in aoedisk_show_fwver()
116 aoedisk_add_sysfs(struct aoedev *d) in aoedisk_add_sysfs()
121 aoedisk_rm_sysfs(struct aoedev *d) in aoedisk_rm_sysfs()
129 struct aoedev *d = bdev->bd_disk->private_data; in aoeblk_open()
148 struct aoedev *d = disk->private_data; in aoeblk_release()
167 struct aoedev *d; in aoeblk_make_request()
231 struct aoedev *d = bdev->bd_disk->private_data; in aoeblk_getgeo()
[all …]
Daoecmd.c72 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit()
112 skb_pool_put(struct aoedev *d, struct sk_buff *skb) in skb_pool_put()
118 skb_pool_get(struct aoedev *d) in skb_pool_get()
135 freeframe(struct aoedev *d) in freeframe()
206 aoecmd_ata_rw(struct aoedev *d) in aoecmd_ata_rw()
334 resend(struct aoedev *d, struct aoetgt *t, struct frame *f) in resend()
439 sthtith(struct aoedev *d) in sthtith()
482 struct aoedev *d; in rexmit_timer()
489 d = (struct aoedev *) vp; in rexmit_timer()
585 aoecmd_work(struct aoedev *d) in aoecmd_work()
[all …]
DMakefile6 aoe-y := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o
Daoechr.c79 struct aoedev *d; in revalidate()