ATM_CELL_PAYLOAD 580 drivers/atm/eni.c size = (descr & MID_RED_COUNT)*(ATM_CELL_PAYLOAD >> 2); ATM_CELL_PAYLOAD 588 drivers/atm/eni.c size = (descr & MID_RED_COUNT)*(ATM_CELL_PAYLOAD >> 2); ATM_CELL_PAYLOAD 1078 drivers/atm/eni.c size = (ATM_CELL_PAYLOAD >> 2)+TX_DESCR_SIZE; ATM_CELL_PAYLOAD 1082 drivers/atm/eni.c size = skb->len+4*AAL5_TRAILER+ATM_CELL_PAYLOAD-1; ATM_CELL_PAYLOAD 1084 drivers/atm/eni.c size = ((size-(size % ATM_CELL_PAYLOAD)) >> 2)+TX_DESCR_SIZE; ATM_CELL_PAYLOAD 1156 drivers/atm/eni.c (size/(ATM_CELL_PAYLOAD/4)),tx->send+tx->tx_pos*4); ATM_CELL_PAYLOAD 1526 drivers/atm/fore200e.c if ((vcc->qos.aal == ATM_AAL0) && (skb_len % ATM_CELL_PAYLOAD)) { ATM_CELL_PAYLOAD 1531 drivers/atm/fore200e.c tx_len = ((skb_len / ATM_CELL_PAYLOAD) + 1) * ATM_CELL_PAYLOAD; ATM_CELL_PAYLOAD 449 drivers/atm/he.c unsigned lbuf_bufsize = he_dev->cells_per_lbuf * ATM_CELL_PAYLOAD; ATM_CELL_PAYLOAD 479 drivers/atm/he.c unsigned lbuf_bufsize = he_dev->cells_per_lbuf * ATM_CELL_PAYLOAD; ATM_CELL_PAYLOAD 509 drivers/atm/he.c unsigned lbuf_bufsize = he_dev->cells_per_lbuf * ATM_CELL_PAYLOAD; ATM_CELL_PAYLOAD 1242 drivers/atm/he.c he_writel(he_dev, he_dev->cells_per_lbuf * ATM_CELL_PAYLOAD, LB_CONFIG); ATM_CELL_PAYLOAD 2550 drivers/atm/he.c skb_pull(skb, ATM_AAL0_SDU - ATM_CELL_PAYLOAD); ATM_CELL_PAYLOAD 1628 drivers/atm/horizon.c buffers_required = (skb->len+(ATM_AAL5_TRAILER-1)) / ATM_CELL_PAYLOAD + 3; ATM_CELL_PAYLOAD 1932 drivers/atm/horizon.c DIV_ROUND_UP(max_rx_size + ATM_AAL5_TRAILER, ATM_CELL_PAYLOAD)); ATM_CELL_PAYLOAD 457 drivers/atm/horizon.h #define TX_AAL5_LIMIT (190*ATM_CELL_PAYLOAD-ATM_AAL5_TRAILER) // 9112 ATM_CELL_PAYLOAD 859 drivers/atm/idt77252.c tbd->word_1 = SAR_TBD_OAM | ATM_CELL_PAYLOAD | SAR_TBD_EPDU; ATM_CELL_PAYLOAD 886 drivers/atm/idt77252.c ATM_CELL_PAYLOAD; ATM_CELL_PAYLOAD 889 drivers/atm/idt77252.c ATM_CELL_PAYLOAD; ATM_CELL_PAYLOAD 1093 drivers/atm/idt77252.c skb_put_data(sb, cell, ATM_CELL_PAYLOAD); ATM_CELL_PAYLOAD 1100 drivers/atm/idt77252.c cell += ATM_CELL_PAYLOAD; ATM_CELL_PAYLOAD 1112 drivers/atm/idt77252.c skb->len = (stat & SAR_RSQE_CELLCNT) * ATM_CELL_PAYLOAD; ATM_CELL_PAYLOAD 1323 drivers/atm/idt77252.c skb_put_data(sb, &(queue->data[16]), ATM_CELL_PAYLOAD); ATM_CELL_PAYLOAD 1682 drivers/atm/nicstar.c buflen = ATM_CELL_PAYLOAD; /* i.e., 48 bytes */ ATM_CELL_PAYLOAD 2046 drivers/atm/nicstar.c memcpy(skb_tail_pointer(sb), cell, ATM_CELL_PAYLOAD); ATM_CELL_PAYLOAD 2047 drivers/atm/nicstar.c skb_put(sb, ATM_CELL_PAYLOAD); ATM_CELL_PAYLOAD 2052 drivers/atm/nicstar.c cell += ATM_CELL_PAYLOAD; ATM_CELL_PAYLOAD 114 drivers/atm/nicstar.h #define NS_AAL0_HEADER (ATM_AAL0_SDU - ATM_CELL_PAYLOAD) /* 4 bytes */ ATM_CELL_PAYLOAD 268 drivers/atm/zatm.c if (max_pdu % ATM_CELL_PAYLOAD) ATM_CELL_PAYLOAD 416 drivers/atm/zatm.c ATM_CELL_PAYLOAD/sizeof(u16)-3]); ATM_CELL_PAYLOAD 449 drivers/atm/zatm.c if (size && (size > cells*ATM_CELL_PAYLOAD-ATM_AAL5_TRAILER || ATM_CELL_PAYLOAD 450 drivers/atm/zatm.c size <= (cells-1)*ATM_CELL_PAYLOAD-ATM_AAL5_TRAILER)) { ATM_CELL_PAYLOAD 503 drivers/atm/zatm.c ATM_CELL_PAYLOAD); ATM_CELL_PAYLOAD 504 drivers/atm/zatm.c zatm_vcc->pool = pool_index(cells*ATM_CELL_PAYLOAD); ATM_CELL_PAYLOAD 94 drivers/usb/atm/usbatm.c #define ATM_CELL_HEADER (ATM_CELL_SIZE - ATM_CELL_PAYLOAD) ATM_CELL_PAYLOAD 179 drivers/usb/atm/usbatm.c length += ATM_CELL_PAYLOAD - 1 + ATM_AAL5_TRAILER; ATM_CELL_PAYLOAD 180 drivers/usb/atm/usbatm.c return length - length % ATM_CELL_PAYLOAD; ATM_CELL_PAYLOAD 325 drivers/usb/atm/usbatm.c if (sarb->tail + ATM_CELL_PAYLOAD > sarb->end) { ATM_CELL_PAYLOAD 332 drivers/usb/atm/usbatm.c memcpy(skb_tail_pointer(sarb), source + ATM_CELL_HEADER, ATM_CELL_PAYLOAD); ATM_CELL_PAYLOAD 333 drivers/usb/atm/usbatm.c __skb_put(sarb, ATM_CELL_PAYLOAD); ATM_CELL_PAYLOAD 465 drivers/usb/atm/usbatm.c unsigned int data_len = min_t(unsigned int, skb->len, ATM_CELL_PAYLOAD); ATM_CELL_PAYLOAD 466 drivers/usb/atm/usbatm.c unsigned int left = ATM_CELL_PAYLOAD - data_len;