Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/block/aoe/
Daoe.h141 struct aoedev *d; /* parent device I belong to */
156 struct aoedev { struct
157 struct aoedev *next; argument
211 void aoedisk_rm_debugfs(struct aoedev *d); argument
217 void aoecmd_work(struct aoedev *d);
223 void aoecmd_cleanslate(struct aoedev *);
226 struct sk_buff *aoecmd_ata_id(struct aoedev *);
230 void aoe_end_request(struct aoedev *, struct request *, int);
236 struct aoedev *aoedev_by_aoeaddr(ulong maj, int min, int do_alloc);
237 void aoedev_downdev(struct aoedev *d);
[all …]
Daoedev.c18 static void freetgt(struct aoedev *d, struct aoetgt *t);
19 static void skbpoolfree(struct aoedev *d);
25 static struct aoedev *devlist;
138 aoedev_put(struct aoedev *d) in aoedev_put()
150 struct aoedev *d; in dummy_timer()
160 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()
306 struct aoedev *d, **dd; in flush()
[all …]
Daoeblk.c37 struct aoedev *d = disk->private_data; in aoedisk_show_state()
49 struct aoedev *d = disk->private_data; in aoedisk_show_mac()
60 struct aoedev *d = disk->private_data; in aoedisk_show_netif()
98 struct aoedev *d = disk->private_data; in aoedisk_show_fwver()
106 struct aoedev *d = disk->private_data; in aoedisk_show_payload()
113 struct aoedev *d; in aoe_debugfs_show()
184 aoedisk_add_debugfs(struct aoedev *d) in aoedisk_add_debugfs()
200 aoedisk_rm_debugfs(struct aoedev *d) in aoedisk_rm_debugfs()
209 struct aoedev *d = bdev->bd_disk->private_data; in aoeblk_open()
237 struct aoedev *d = disk->private_data; in aoeblk_release()
[all …]
Daoecmd.c24 static int count_targets(struct aoedev *d, int *untainted);
26 static struct buf *nextbuf(struct aoedev *);
78 getframe_deferred(struct aoedev *d, u32 tag) in getframe_deferred()
95 getframe(struct aoedev *d, u32 tag) in getframe()
119 newtag(struct aoedev *d) in newtag()
128 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit()
170 skb_pool_put(struct aoedev *d, struct sk_buff *skb) in skb_pool_put()
176 skb_pool_get(struct aoedev *d) in skb_pool_get()
205 newtframe(struct aoedev *d, struct aoetgt *t) in newtframe()
249 newframe(struct aoedev *d) in newframe()
[all …]
DMakefile7 aoe-y := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o
Daoechr.c84 struct aoedev *d; in revalidate()