Home
last modified time | relevance | path

Searched defs:fbnic_napi_vector (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/meta/fbnic/
Dfbnic_txrx.h99 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;
[all …]