Searched defs:fbnic_napi_vector (Results 1 – 1 of 1) sorted by relevance
102 struct fbnic_napi_vector { struct103 struct napi_struct napi;104 struct device *dev; /* Device for DMA unmapping */105 struct page_pool *page_pool;106 struct fbnic_dev *fbd;107 char name[IFNAMSIZ + 9];109 u16 v_idx;110 u8 txt_count;111 u8 rxt_count;113 struct list_head napis;[all …]