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