ATM_CELL_SIZE     533 drivers/atm/eni.c 		length = ATM_CELL_SIZE-1; /* no HEC */
ATM_CELL_SIZE    2067 drivers/atm/eni.c 		if (skb->len != ATM_CELL_SIZE-1) {
ATM_CELL_SIZE    1513 drivers/atm/lanai.c 		max_sdu = ATM_CELL_SIZE - 1;
ATM_CELL_SIZE    2415 drivers/atm/lanai.c 			if (unlikely(skb->len != ATM_CELL_SIZE-1))
ATM_CELL_SIZE      94 drivers/usb/atm/usbatm.c #define ATM_CELL_HEADER			(ATM_CELL_SIZE - ATM_CELL_PAYLOAD)
ATM_CELL_SIZE     340 drivers/usb/atm/usbatm.c 		length = (source[ATM_CELL_SIZE - 6] << 8) + source[ATM_CELL_SIZE - 5];
ATM_CELL_SIZE     486 drivers/usb/atm/usbatm.c 			u8 *trailer = target + ATM_CELL_SIZE - ATM_AAL5_TRAILER;
ATM_CELL_SIZE    1074 drivers/usb/atm/usbatm.c 	instance->rx_channel.stride = ATM_CELL_SIZE + driver->rx_padding;
ATM_CELL_SIZE    1075 drivers/usb/atm/usbatm.c 	instance->tx_channel.stride = ATM_CELL_SIZE + driver->tx_padding;
ATM_CELL_SIZE     293 net/atm/common.c 		max_sdu = ATM_CELL_SIZE-1;