Searched refs:aoetgt (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/aoe/ |
D | aoe.h | 124 struct aoetgt *t; /* parent target I belong to */ 138 struct aoetgt { struct 189 struct aoetgt **targets; 191 struct aoetgt **tgt; /* target in use when working */ 222 void aoecmd_wreset(struct aoetgt *t);
|
D | aoecmd.c | 129 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit() 157 ifrotate(struct aoetgt *t) in ifrotate() 195 struct aoetgt *t; in aoe_freetframe() 206 newtframe(struct aoedev *d, struct aoetgt *t) in newtframe() 253 struct aoetgt *t, **tt; in newframe() 320 struct aoetgt *t; in ata_rw_frameinit() 457 struct aoetgt *t; in resend() 526 getif(struct aoetgt *t, struct net_device *nd) in getif() 539 ejectif(struct aoetgt *t, struct aoeif *ifp) in ejectif() 580 probe(struct aoetgt *t) in probe() [all …]
|
D | aoedev.c | 18 static void freetgt(struct aoedev *d, struct aoetgt *t); 199 struct aoetgt *t, **tt, **te; in aoedev_downdev() 262 struct aoetgt **t, **e; in freedev() 499 freetgt(struct aoedev *d, struct aoetgt *t) in freetgt()
|
D | aoeblk.c | 52 struct aoetgt *t = d->targets[0]; in aoedisk_show_mac() 64 struct aoetgt **t, **te; in aoedisk_show_netif() 116 struct aoetgt **t, **te; in aoedisk_debugfs_show()
|