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