Lines Matching defs:eni_vcc
53 struct eni_vcc { struct
54 int (*rx)(struct atm_vcc *vcc); /* RX function, NULL if none */
55 void __iomem *recv; /* receive buffer */
56 unsigned long words; /* its size in words */
57 unsigned long descr; /* next descriptor (RX) */
58 unsigned long rx_pos; /* current RX descriptor pos */
59 struct eni_tx *tx; /* TXer, NULL if none */
60 int rxing; /* number of pending PDUs */
61 int servicing; /* number of waiting VCs (0 or 1) */
62 int txing; /* number of pending TX bytes */
63 ktime_t timestamp; /* for RX timing */
64 struct atm_vcc *next; /* next pending RX */
65 struct sk_buff *last; /* last PDU being DMAed (used to carry