Searched defs:ne_clone (Results 1 – 1 of 1) sorted by relevance
125 struct ne_clone { struct126 int product; /* podule product id */127 unsigned int cookie; /* podulebus space cookie */128 unsigned int nicbase; /* byte offset of NIC */129 unsigned int nicsize; /* size of NIC (regs) */130 unsigned int asicbase; /* byte offset of ASIC */131 unsigned int asicsize; /* size of ASIC (regs) */132 unsigned int extrabase; /* extra registers byte offset */156 } ne_clones[] = { argument