Searched refs:aoetgt (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/block/aoe/ |
H A 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);
|
H A D | aoecmd.c | 128 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit() 156 ifrotate(struct aoetgt *t) in ifrotate() 194 struct aoetgt *t; in aoe_freetframe() 205 newtframe(struct aoedev *d, struct aoetgt *t) in newtframe() 252 struct aoetgt *t, **tt; in newframe() 319 struct aoetgt *t; in ata_rw_frameinit() 459 struct aoetgt *t; in resend() 531 getif(struct aoetgt *t, struct net_device *nd) in getif() 544 ejectif(struct aoetgt *t, struct aoeif *ifp) in ejectif() 585 probe(struct aoetgt *t) in probe() [all …]
|
H A 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() 498 freetgt(struct aoedev *d, struct aoetgt *t) in freetgt()
|
H A D | aoeblk.c | 50 struct aoetgt *t = d->targets[0]; in aoedisk_show_mac() 62 struct aoetgt **t, **te; in aoedisk_show_netif() 114 struct aoetgt **t, **te; in aoe_debugfs_show()
|