We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453538c commit 4554341Copy full SHA for 4554341
drivers/net/ethernet/pensando/ionic/ionic_dev.h
@@ -239,10 +239,10 @@ struct ionic_queue {
239
unsigned int num_descs;
240
unsigned int max_sg_elems;
241
u64 features;
242
- u64 drop;
243
unsigned int type;
244
unsigned int hw_index;
245
unsigned int hw_type;
+ bool xdp_flush;
246
union {
247
void *base;
248
struct ionic_txq_desc *txq;
@@ -262,10 +262,10 @@ struct ionic_queue {
262
};
263
struct xdp_rxq_info *xdp_rxq_info;
264
struct ionic_queue *partner;
265
- bool xdp_flush;
266
dma_addr_t base_pa;
267
dma_addr_t cmb_base_pa;
268
dma_addr_t sg_base_pa;
+ u64 drop;
269
unsigned int desc_size;
270
unsigned int sg_desc_size;
271
unsigned int pid;
0 commit comments