Lines Matching defs:hw
78 struct _Enic *sc_regs; /* hw registers */
168 printf(" <cannot get hw info> DISABLED.\n");
237 PENIC_INFO hw = (PENIC_INFO)buffer;
268 * Next get the HW parameters
293 hw->InputFifoSize, hw->OutputFifoSize, hw->CompletionFifoSize,
294 hw->ErrorCount, hw->FramesDropped, hw->Reserved);
300 sc->sc_n_recv = hw->InputFifoSize;
303 if (sc->sc_n_recv == 0) { /* sanity and compat with old hw/simulator */
307 sc->sc_n_xmit = hw->OutputFifoSize;
387 /* But is the hw ready for it */