Searched defs:eni_vcc (Results 1 – 2 of 2) sorted by relevance
52 struct eni_vcc { struct53 int (*rx)(struct atm_vcc *vcc); /* RX function, NULL if none */54 void __iomem *recv; /* receive buffer */55 unsigned long words; /* its size in words */56 unsigned long descr; /* next descriptor (RX) */57 unsigned long rx_pos; /* current RX descriptor pos */58 struct eni_tx *tx; /* TXer, NULL if none */59 int rxing; /* number of pending PDUs */60 int servicing; /* number of waiting VCs (0 or 1) */61 int txing; /* number of pending TX bytes */[all …]
319 struct eni_vcc *eni_vcc; in rx_ident_err() local350 struct eni_vcc *eni_vcc; in do_rx_dma() local495 struct eni_vcc *eni_vcc; in discard() local513 struct eni_vcc *eni_vcc; in rx_aal0() local550 struct eni_vcc *eni_vcc; in rx_aal5() local621 struct eni_vcc *eni_vcc; in rx_vcc() local728 struct eni_vcc *eni_vcc; in dequeue_rx() local783 struct eni_vcc *eni_vcc; in open_rx_first() local813 struct eni_vcc *eni_vcc; in open_rx_second() local845 struct eni_vcc *eni_vcc; in close_rx() local[all …]