Searched defs:fbnic_napi_vector (Results 1 – 1 of 1) sorted by relevance
131 struct fbnic_napi_vector { struct132 struct napi_struct napi;133 struct device *dev; /* Device for DMA unmapping */134 struct page_pool *page_pool;135 struct fbnic_dev *fbd;137 u16 v_idx;138 u8 txt_count;139 u8 rxt_count;141 struct fbnic_q_triad qt[];