Searched refs:TBNET_MAX_PAYLOAD_SIZE (Results 1 – 1 of 1) sorted by relevance
43 #define TBNET_MAX_PAYLOAD_SIZE \ macro1148 nframes = DIV_ROUND_UP(data_len, TBNET_MAX_PAYLOAD_SIZE); in tbnet_start_xmit()1162 while (data_len > TBNET_MAX_PAYLOAD_SIZE) { in tbnet_start_xmit()1163 unsigned int size_left = TBNET_MAX_PAYLOAD_SIZE; in tbnet_start_xmit()1165 hdr->frame_size = cpu_to_le32(TBNET_MAX_PAYLOAD_SIZE); in tbnet_start_xmit()1201 data_len -= TBNET_MAX_PAYLOAD_SIZE; in tbnet_start_xmit()