Searched defs:fbnic_napi_vector (Results 1 – 1 of 1) sorted by relevance
99 struct fbnic_napi_vector { struct100 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 …]