Lines Matching defs:cells
138 * When allocating an AAL0 transmiting buffer, how many cells should fit.
250 unsigned ovfl_trash; /* # of cells dropped - buffer overflow */
251 unsigned vci_trash; /* # of cells dropped - closed vci */
252 unsigned hec_err; /* # of cells dropped - bad HEC */
253 unsigned atm_ovfl; /* # of cells dropped - rx fifo overflow */
444 #define CONFIG2_HEC_DROP (0x00000008) /* Drop cells w/ HEC errors */
447 #define CONFIG2_TRASH_ALL (0x00000040) /* Trashing incoming cells */
448 #define CONFIG2_TX_DISABLE (0x00000080) /* Trashing outgoing cells */
599 #define RXADDR1_OAM_PRESERVE (0x00002000) /* Input OAM cells as AAL0 */
673 * o we need to round up to 48 bytes for cells
677 int cells = (size + 8 + 47) / 48;
678 return cells * 48;
2472 return sprintf(page, "cells in error: overflow=%u, "