Searched refs:ATM_CELL_SIZE (Results 1 – 3 of 3) sorted by relevance
94 #define ATM_CELL_HEADER (ATM_CELL_SIZE - ATM_CELL_PAYLOAD)340 length = (source[ATM_CELL_SIZE - 6] << 8) + source[ATM_CELL_SIZE - 5]; in usbatm_extract_one_cell()486 u8 *trailer = target + ATM_CELL_SIZE - ATM_AAL5_TRAILER; in usbatm_write_cells()1079 instance->rx_channel.stride = ATM_CELL_SIZE + driver->rx_padding; in usbatm_usb_probe()1080 instance->tx_channel.stride = ATM_CELL_SIZE + driver->tx_padding; in usbatm_usb_probe()
28 #define ATM_CELL_SIZE 53 /* ATM cell size incl. header */ macro
293 max_sdu = ATM_CELL_SIZE-1; in adjust_tp()