Searched defs:i40e_pf (Results 1 – 1 of 1) sorted by relevance
236 struct i40e_pf { struct237 struct pci_dev *pdev;238 struct i40e_hw hw;239 unsigned long state;240 unsigned long link_check_timeout;241 struct msix_entry *msix_entries;242 bool fc_autoneg_status;244 u16 eeprom_version;245 u16 num_vmdq_vsis; /* num vmdq vsis this PF has set up */246 u16 num_vmdq_qps; /* num queue pairs per vmdq pool */[all …]