Home
last modified time | relevance | path

Searched refs:NAOEIFS (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/block/aoe/
Daoe.h89 NAOEIFS = 8, enumerator
143 struct aoeif ifs[NAOEIFS];
Daoecmd.c162 if (ifp >= &t->ifs[NAOEIFS] || ifp->nd == NULL) in ifrotate()
536 e = p + NAOEIFS; in getif()
551 e = t->ifs + NAOEIFS - 1; in ejectif()
1502 e = p + NAOEIFS; in setifbcnt()
Daoedev.c504 for (ifp = t->ifs; ifp < &t->ifs[NAOEIFS]; ++ifp) { in freetgt()
Daoeblk.c73 e = ifp + NAOEIFS; in aoedisk_show_netif()