Searched defs:ice_pf (Results 1 – 1 of 1) sorted by relevance
237 struct ice_pf { struct238 struct pci_dev *pdev;239 struct msix_entry *msix_entries;240 struct ice_res_tracker *irq_tracker;241 struct ice_vsi **vsi; /* VSIs created by the driver */242 struct ice_sw *first_sw; /* first switch created by firmware */247 unsigned long serv_tmr_period;248 unsigned long serv_tmr_prev;249 struct timer_list serv_tmr;250 struct work_struct serv_task;[all …]