Searched refs:aoetgt (Results 1 – 4 of 4) sorted by relevance
/drivers/block/aoe/ |
D | aoecmd.c | 48 getframe(struct aoetgt *t, int tag) in getframe() 66 newtag(struct aoetgt *t) in newtag() 75 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit() 103 ifrotate(struct aoetgt *t) in ifrotate() 141 struct aoetgt **t; in freeframe() 216 struct aoetgt *t; in aoecmd_ata_rw() 337 resend(struct aoedev *d, struct aoetgt *t, struct frame *f) in resend() 402 getif(struct aoetgt *t, struct net_device *nd) in getif() 415 addif(struct aoetgt *t, struct net_device *nd) in addif() 430 ejectif(struct aoetgt *t, struct aoeif *ifp) in ejectif() [all …]
|
D | aoe.h | 131 struct aoetgt { struct 168 struct aoetgt *targets[NTARGETS]; 169 struct aoetgt **tgt; /* target in use when working */ 170 struct aoetgt **htgt; /* target needing rexmit assistance */
|
D | aoedev.c | 15 static void freetgt(struct aoedev *d, struct aoetgt *t); 52 struct aoetgt **t, **te; in aoedev_downdev() 102 struct aoetgt **t, **e; in aoedev_freedev() 240 freetgt(struct aoedev *d, struct aoetgt *t) in freetgt()
|
D | aoeblk.c | 36 struct aoetgt *t = d->targets[0]; in aoedisk_show_mac() 48 struct aoetgt **t, **te; in aoedisk_show_netif()
|