Searched refs:HVS_PKT_LEN (Results 1 – 1 of 1) sorted by relevance
77 #define HVS_PKT_LEN(payload_len) (HVS_HEADER_LEN + \ macro177 HVS_PKT_LEN(HVS_SEND_BUF_SIZE)); in hvs_set_channel_pending_send_size()187 return readable >= HVS_PKT_LEN(0); in hvs_channel_readable()194 if (readable > HVS_PKT_LEN(0)) { in hvs_channel_readable_payload()202 if (readable == HVS_PKT_LEN(0)) { in hvs_channel_readable_payload()220 if (writeable <= HVS_PKT_LEN(1) + HVS_PKT_LEN(0)) in hvs_channel_writable_bytes()223 ret = writeable - HVS_PKT_LEN(1) - HVS_PKT_LEN(0); in hvs_channel_writable_bytes()