Searched refs:HVS_PKT_LEN (Results 1 – 1 of 1) sorted by relevance
75 #define HVS_PKT_LEN(payload_len) (HVS_HEADER_LEN + \ macro213 HVS_PKT_LEN(HVS_SEND_BUF_SIZE)); in hvs_set_channel_pending_send_size()223 return readable >= HVS_PKT_LEN(0); in hvs_channel_readable()230 if (readable > HVS_PKT_LEN(0)) { in hvs_channel_readable_payload()238 if (readable == HVS_PKT_LEN(0)) { in hvs_channel_readable_payload()256 if (writeable <= HVS_PKT_LEN(1) + HVS_PKT_LEN(0)) in hvs_channel_writable_bytes()259 ret = writeable - HVS_PKT_LEN(1) - HVS_PKT_LEN(0); in hvs_channel_writable_bytes()