vmbus_ring

Constant PIPE_PACKET_TYPE_PARTIAL

Source
pub const PIPE_PACKET_TYPE_PARTIAL: u32 = 2;
Expand description

Data packet that has been partially consumed, in which case the len field’s high word is the number of bytes already read. The opposite endpoint will never write this type.