~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/linux/mlx5/mlx5_ifc_vdpa.h

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/linux/mlx5/mlx5_ifc_vdpa.h (Version linux-6.11.5) and /include/linux/mlx5/mlx5_ifc_vdpa.h (Version linux-5.3.18)


  1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-O      1 
  2 /* Copyright (c) 2020 Mellanox Technologies Lt    
  3                                                   
  4 #ifndef __MLX5_IFC_VDPA_H_                        
  5 #define __MLX5_IFC_VDPA_H_                        
  6                                                   
  7 enum {                                            
  8         MLX5_VIRTIO_Q_EVENT_MODE_NO_MSIX_MODE     
  9         MLX5_VIRTIO_Q_EVENT_MODE_QP_MODE          
 10         MLX5_VIRTIO_Q_EVENT_MODE_MSIX_MODE        
 11 };                                                
 12                                                   
 13 enum {                                            
 14         MLX5_VIRTIO_EMULATION_VIRTIO_QUEUE_TYP    
 15         MLX5_VIRTIO_EMULATION_VIRTIO_QUEUE_TYP    
 16 };                                                
 17                                                   
 18 enum {                                            
 19         MLX5_VIRTIO_EMULATION_CAP_VIRTIO_QUEUE    
 20                 BIT(MLX5_VIRTIO_EMULATION_VIRT    
 21         MLX5_VIRTIO_EMULATION_CAP_VIRTIO_QUEUE    
 22                 BIT(MLX5_VIRTIO_EMULATION_VIRT    
 23 };                                                
 24                                                   
 25 struct mlx5_ifc_virtio_q_bits {                   
 26         u8    virtio_q_type[0x8];                 
 27         u8    reserved_at_8[0x5];                 
 28         u8    event_mode[0x3];                    
 29         u8    queue_index[0x10];                  
 30                                                   
 31         u8    full_emulation[0x1];                
 32         u8    virtio_version_1_0[0x1];            
 33         u8    reserved_at_22[0x2];                
 34         u8    offload_type[0x4];                  
 35         u8    event_qpn_or_msix[0x18];            
 36                                                   
 37         u8    doorbell_stride_index[0x10];        
 38         u8    queue_size[0x10];                   
 39                                                   
 40         u8    device_emulation_id[0x20];          
 41                                                   
 42         u8    desc_addr[0x40];                    
 43                                                   
 44         u8    used_addr[0x40];                    
 45                                                   
 46         u8    available_addr[0x40];               
 47                                                   
 48         u8    virtio_q_mkey[0x20];                
 49                                                   
 50         u8    max_tunnel_desc[0x10];              
 51         u8    reserved_at_170[0x8];               
 52         u8    error_type[0x8];                    
 53                                                   
 54         u8    umem_1_id[0x20];                    
 55                                                   
 56         u8    umem_1_size[0x20];                  
 57                                                   
 58         u8    umem_1_offset[0x40];                
 59                                                   
 60         u8    umem_2_id[0x20];                    
 61                                                   
 62         u8    umem_2_size[0x20];                  
 63                                                   
 64         u8    umem_2_offset[0x40];                
 65                                                   
 66         u8    umem_3_id[0x20];                    
 67                                                   
 68         u8    umem_3_size[0x20];                  
 69                                                   
 70         u8    umem_3_offset[0x40];                
 71                                                   
 72         u8    counter_set_id[0x20];               
 73                                                   
 74         u8    reserved_at_320[0x8];               
 75         u8    pd[0x18];                           
 76                                                   
 77         u8    reserved_at_340[0x20];              
 78                                                   
 79         u8    desc_group_mkey[0x20];              
 80                                                   
 81         u8    reserved_at_380[0x80];              
 82 };                                                
 83                                                   
 84 struct mlx5_ifc_virtio_net_q_object_bits {        
 85         u8    modify_field_select[0x40];          
 86                                                   
 87         u8    reserved_at_40[0x20];               
 88                                                   
 89         u8    vhca_id[0x10];                      
 90         u8    reserved_at_70[0x10];               
 91                                                   
 92         u8    queue_feature_bit_mask_12_3[0xa]    
 93         u8    dirty_bitmap_dump_enable[0x1];      
 94         u8    vhost_log_page[0x5];                
 95         u8    reserved_at_90[0xc];                
 96         u8    state[0x4];                         
 97                                                   
 98         u8    reserved_at_a0[0x5];                
 99         u8    queue_feature_bit_mask_2_0[0x3];    
100         u8    tisn_or_qpn[0x18];                  
101                                                   
102         u8    dirty_bitmap_mkey[0x20];            
103                                                   
104         u8    dirty_bitmap_size[0x20];            
105                                                   
106         u8    dirty_bitmap_addr[0x40];            
107                                                   
108         u8    hw_available_index[0x10];           
109         u8    hw_used_index[0x10];                
110                                                   
111         u8    reserved_at_160[0xa0];              
112                                                   
113         struct mlx5_ifc_virtio_q_bits virtio_q    
114 };                                                
115                                                   
116 struct mlx5_ifc_create_virtio_net_q_in_bits {     
117         struct mlx5_ifc_general_obj_in_cmd_hdr    
118                                                   
119         struct mlx5_ifc_virtio_net_q_object_bi    
120 };                                                
121                                                   
122 struct mlx5_ifc_create_virtio_net_q_out_bits {    
123         struct mlx5_ifc_general_obj_out_cmd_hd    
124 };                                                
125                                                   
126 struct mlx5_ifc_destroy_virtio_net_q_in_bits {    
127         struct mlx5_ifc_general_obj_in_cmd_hdr    
128 };                                                
129                                                   
130 struct mlx5_ifc_destroy_virtio_net_q_out_bits     
131         struct mlx5_ifc_general_obj_out_cmd_hd    
132 };                                                
133                                                   
134 struct mlx5_ifc_query_virtio_net_q_in_bits {      
135         struct mlx5_ifc_general_obj_in_cmd_hdr    
136 };                                                
137                                                   
138 struct mlx5_ifc_query_virtio_net_q_out_bits {     
139         struct mlx5_ifc_general_obj_out_cmd_hd    
140                                                   
141         struct mlx5_ifc_virtio_net_q_object_bi    
142 };                                                
143                                                   
144 enum {                                            
145         MLX5_VIRTQ_MODIFY_MASK_STATE              
146         MLX5_VIRTQ_MODIFY_MASK_DIRTY_BITMAP_PA    
147         MLX5_VIRTQ_MODIFY_MASK_DIRTY_BITMAP_DU    
148         MLX5_VIRTQ_MODIFY_MASK_VIRTIO_Q_ADDRS     
149         MLX5_VIRTQ_MODIFY_MASK_VIRTIO_Q_AVAIL_    
150         MLX5_VIRTQ_MODIFY_MASK_VIRTIO_Q_USED_I    
151         MLX5_VIRTQ_MODIFY_MASK_QUEUE_VIRTIO_VE    
152         MLX5_VIRTQ_MODIFY_MASK_VIRTIO_Q_MKEY      
153         MLX5_VIRTQ_MODIFY_MASK_QUEUE_FEATURES     
154         MLX5_VIRTQ_MODIFY_MASK_DESC_GROUP_MKEY    
155 };                                                
156                                                   
157 enum {                                            
158         MLX5_VIRTIO_NET_Q_OBJECT_STATE_INIT       
159         MLX5_VIRTIO_NET_Q_OBJECT_STATE_RDY        
160         MLX5_VIRTIO_NET_Q_OBJECT_STATE_SUSPEND    
161         MLX5_VIRTIO_NET_Q_OBJECT_STATE_ERR        
162 };                                                
163                                                   
164 /* This indicates that the object was not crea    
165  * been desroyed. It is very safe to assume th    
166  * have so many states                            
167  */                                               
168 enum {                                            
169         MLX5_VIRTIO_NET_Q_OBJECT_NONE = 0xffff    
170 };                                                
171                                                   
172 enum {                                            
173         MLX5_RQTC_LIST_Q_TYPE_RQ            =     
174         MLX5_RQTC_LIST_Q_TYPE_VIRTIO_NET_Q  =     
175 };                                                
176                                                   
177 struct mlx5_ifc_modify_virtio_net_q_in_bits {     
178         struct mlx5_ifc_general_obj_in_cmd_hdr    
179                                                   
180         struct mlx5_ifc_virtio_net_q_object_bi    
181 };                                                
182                                                   
183 struct mlx5_ifc_modify_virtio_net_q_out_bits {    
184         struct mlx5_ifc_general_obj_out_cmd_hd    
185 };                                                
186                                                   
187 struct mlx5_ifc_virtio_q_counters_bits {          
188         u8    modify_field_select[0x40];          
189         u8    reserved_at_40[0x40];               
190         u8    received_desc[0x40];                
191         u8    completed_desc[0x40];               
192         u8    error_cqes[0x20];                   
193         u8    bad_desc_errors[0x20];              
194         u8    exceed_max_chain[0x20];             
195         u8    invalid_buffer[0x20];               
196         u8    reserved_at_180[0x280];             
197 };                                                
198                                                   
199 struct mlx5_ifc_create_virtio_q_counters_in_bi    
200         struct mlx5_ifc_general_obj_in_cmd_hdr    
201         struct mlx5_ifc_virtio_q_counters_bits    
202 };                                                
203                                                   
204 struct mlx5_ifc_create_virtio_q_counters_out_b    
205         struct mlx5_ifc_general_obj_in_cmd_hdr    
206         struct mlx5_ifc_virtio_q_counters_bits    
207 };                                                
208                                                   
209 struct mlx5_ifc_destroy_virtio_q_counters_in_b    
210         struct mlx5_ifc_general_obj_in_cmd_hdr    
211 };                                                
212                                                   
213 struct mlx5_ifc_destroy_virtio_q_counters_out_    
214         struct mlx5_ifc_general_obj_out_cmd_hd    
215 };                                                
216                                                   
217 struct mlx5_ifc_query_virtio_q_counters_in_bit    
218         struct mlx5_ifc_general_obj_in_cmd_hdr    
219 };                                                
220                                                   
221 struct mlx5_ifc_query_virtio_q_counters_out_bi    
222         struct mlx5_ifc_general_obj_in_cmd_hdr    
223         struct mlx5_ifc_virtio_q_counters_bits    
224 };                                                
225                                                   
226 #endif /* __MLX5_IFC_VDPA_H_ */                   
227                                                   

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php