Searched refs:TBNET_MAX_PAYLOAD_SIZE (Results 1 – 1 of 1) sorted by relevance
39 #define TBNET_MAX_PAYLOAD_SIZE \ macro1074 nframes = DIV_ROUND_UP(data_len, TBNET_MAX_PAYLOAD_SIZE); in tbnet_start_xmit()1088 while (data_len > TBNET_MAX_PAYLOAD_SIZE) { in tbnet_start_xmit()1089 unsigned int size_left = TBNET_MAX_PAYLOAD_SIZE; in tbnet_start_xmit()1091 hdr->frame_size = cpu_to_le32(TBNET_MAX_PAYLOAD_SIZE); in tbnet_start_xmit()1127 data_len -= TBNET_MAX_PAYLOAD_SIZE; in tbnet_start_xmit()