Searched refs:TBNET_MAX_PAYLOAD_SIZE (Results 1 – 1 of 1) sorted by relevance
40 #define TBNET_MAX_PAYLOAD_SIZE \ macro1030 nframes = DIV_ROUND_UP(data_len, TBNET_MAX_PAYLOAD_SIZE); in tbnet_start_xmit()1044 while (data_len > TBNET_MAX_PAYLOAD_SIZE) { in tbnet_start_xmit()1045 unsigned int size_left = TBNET_MAX_PAYLOAD_SIZE; in tbnet_start_xmit()1047 hdr->frame_size = cpu_to_le32(TBNET_MAX_PAYLOAD_SIZE); in tbnet_start_xmit()1083 data_len -= TBNET_MAX_PAYLOAD_SIZE; in tbnet_start_xmit()