Searched defs:nicpf (Results 1 – 1 of 1) sorted by relevance
39 struct nicpf { struct40 struct pci_dev *pdev;41 struct hw_info *hw;42 u8 node;43 unsigned int flags;44 u8 num_vf_en; /* No of VF enabled */45 bool vf_enabled[MAX_NUM_VFS_SUPPORTED];46 void __iomem *reg_base; /* Register start address */47 u8 num_sqs_en; /* Secondary qsets enabled */48 u64 nicvf[MAX_NUM_VFS_SUPPORTED];[all …]