Lines Matching defs:fbnic_napi_vector
99 struct fbnic_napi_vector { struct
100 struct napi_struct napi;
101 struct device *dev; /* Device for DMA unmapping */
102 struct page_pool *page_pool;
103 struct fbnic_dev *fbd;
104 char name[IFNAMSIZ + 9];
106 u16 v_idx;
107 u8 txt_count;
108 u8 rxt_count;
110 struct list_head napis;
112 struct fbnic_q_triad qt[];