Home
last modified time | relevance | path

Searched defs:i40e_pf (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e.h447 struct i40e_pf { struct
448 struct pci_dev *pdev;
449 struct i40e_hw hw;
451 struct msix_entry *msix_entries;
452 bool fc_autoneg_status;
454 u16 eeprom_version;
455 u16 num_vmdq_vsis; /* num vmdq vsis this PF has set up */
456 u16 num_vmdq_qps; /* num queue pairs per vmdq pool */
457 u16 num_vmdq_msix; /* num queue vectors per vmdq pool */
458 u16 num_req_vfs; /* num VFs requested for this PF */
[all …]