Searched defs:eni_vcc (Results 1 – 2 of 2) sorted by relevance
53 struct eni_vcc { struct54 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 */[all …]
311 struct eni_vcc *eni_vcc; in rx_ident_err() local342 struct eni_vcc *eni_vcc; in do_rx_dma() local490 struct eni_vcc *eni_vcc; in discard() local508 struct eni_vcc *eni_vcc; in rx_aal0() local545 struct eni_vcc *eni_vcc; in rx_aal5() local616 struct eni_vcc *eni_vcc; in rx_vcc() local723 struct eni_vcc *eni_vcc; in dequeue_rx() local778 struct eni_vcc *eni_vcc; in open_rx_first() local808 struct eni_vcc *eni_vcc; in open_rx_second() local840 struct eni_vcc *eni_vcc; in close_rx() local[all …]