Searched defs:aoemajor (Results 1 - 2 of 2) sorted by relevance

/drivers/block/aoe/
H A Daoecmd.c78 h->major = cpu_to_be16(d->aoemajor);
293 aoecmd_cfg_pkts(ushort aoemajor, unsigned char aoeminor, struct sk_buff_head *queue) argument
321 h->major = cpu_to_be16(aoemajor);
348 "retransmit", d->aoemajor, d->aoeminor, f->tag, jiffies, n,
542 d->aoemajor, d->aoeminor,
670 d->aoemajor, d->aoeminor,
753 u16 aoemajor; local
756 aoemajor = get_unaligned_be16(&hin->major);
757 d = aoedev_by_aoeaddr(aoemajor, hin->minor);
761 aoemajor, hi
880 aoecmd_cfg(ushort aoemajor, unsigned char aoeminor) argument
971 ulong flags, sysminor, aoemajor; local
[all...]
H A Daoe.h13 #define SYSMINOR(aoemajor, aoeminor) ((aoemajor) * NPERSHELF + (aoeminor))
149 ulong aoemajor; member in struct:aoedev
184 void aoecmd_cfg(ushort aoemajor, unsigned char aoeminor);

Completed in 77 milliseconds