Searched defs:ice_softc (Results 1 – 1 of 1) sorted by relevance
264 struct ice_softc { struct265 struct ice_hw hw;266 struct ice_vsi pf_vsi; /* Main PF VSI */268 char admin_mtx_name[16]; /* name of the admin mutex */269 struct mtx admin_mtx; /* mutex to protect the admin timer */270 struct callout admin_timer; /* timer to trigger admin task */273 struct ice_rdma_entry rdma_entry;274 int irdma_vectors;275 u16 *rdma_imap;277 struct ice_vsi **all_vsi; /* Array of VSI pointers */[all …]