File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -538,12 +538,6 @@ struct vmbus_channel_rescind_offer {
538
538
u32 child_relid ;
539
539
} __packed ;
540
540
541
- static inline u32
542
- hv_ringbuffer_pending_size (const struct hv_ring_buffer_info * rbi )
543
- {
544
- return rbi -> ring_buffer -> pending_send_sz ;
545
- }
546
-
547
541
/*
548
542
* Request Offer -- no parameters, SynIC message contains the partition ID
549
543
* Set Snoop -- no parameters, SynIC message contains the partition ID
@@ -1092,16 +1086,6 @@ static inline void set_channel_pending_send_size(struct vmbus_channel *c,
1092
1086
c -> outbound .ring_buffer -> pending_send_sz = size ;
1093
1087
}
1094
1088
1095
- static inline void set_low_latency_mode (struct vmbus_channel * c )
1096
- {
1097
- c -> low_latency = true;
1098
- }
1099
-
1100
- static inline void clear_low_latency_mode (struct vmbus_channel * c )
1101
- {
1102
- c -> low_latency = false;
1103
- }
1104
-
1105
1089
void vmbus_onmessage (struct vmbus_channel_message_header * hdr );
1106
1090
1107
1091
int vmbus_request_offers (void );
You can’t perform that action at this time.
0 commit comments