TBNET_MAX_PAYLOAD_SIZE 1027 drivers/net/thunderbolt.c 	nframes = DIV_ROUND_UP(data_len, TBNET_MAX_PAYLOAD_SIZE);
TBNET_MAX_PAYLOAD_SIZE 1041 drivers/net/thunderbolt.c 	while (data_len > TBNET_MAX_PAYLOAD_SIZE) {
TBNET_MAX_PAYLOAD_SIZE 1042 drivers/net/thunderbolt.c 		unsigned int size_left = TBNET_MAX_PAYLOAD_SIZE;
TBNET_MAX_PAYLOAD_SIZE 1044 drivers/net/thunderbolt.c 		hdr->frame_size = cpu_to_le32(TBNET_MAX_PAYLOAD_SIZE);
TBNET_MAX_PAYLOAD_SIZE 1080 drivers/net/thunderbolt.c 		data_len -= TBNET_MAX_PAYLOAD_SIZE;