Home
last modified time | relevance | path

Searched refs:TBNET_MAX_PAYLOAD_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/thunderbolt/
H A Dmain.c41 #define TBNET_MAX_PAYLOAD_SIZE \ macro
1121 nframes = DIV_ROUND_UP(data_len, TBNET_MAX_PAYLOAD_SIZE); in tbnet_start_xmit()
1135 while (data_len > TBNET_MAX_PAYLOAD_SIZE) { in tbnet_start_xmit()
1136 unsigned int size_left = TBNET_MAX_PAYLOAD_SIZE; in tbnet_start_xmit()
1138 hdr->frame_size = cpu_to_le32(TBNET_MAX_PAYLOAD_SIZE); in tbnet_start_xmit()
1174 data_len -= TBNET_MAX_PAYLOAD_SIZE; in tbnet_start_xmit()