Lines Matching refs:pci_info
953 struct qlcnic_pci_info *pci_info) in qlcnic_82xx_get_pci_info() argument
982 for (i = 0; i < ahw->max_vnic_func; i++, npar++, pci_info++) { in qlcnic_82xx_get_pci_info()
983 pci_info->id = le16_to_cpu(npar->id); in qlcnic_82xx_get_pci_info()
984 pci_info->active = le16_to_cpu(npar->active); in qlcnic_82xx_get_pci_info()
985 if (!pci_info->active) in qlcnic_82xx_get_pci_info()
987 pci_info->type = le16_to_cpu(npar->type); in qlcnic_82xx_get_pci_info()
988 err = qlcnic_get_pci_func_type(adapter, pci_info->type, in qlcnic_82xx_get_pci_info()
990 pci_info->default_port = in qlcnic_82xx_get_pci_info()
992 pci_info->tx_min_bw = in qlcnic_82xx_get_pci_info()
994 pci_info->tx_max_bw = in qlcnic_82xx_get_pci_info()
996 memcpy(pci_info->mac, npar->mac, ETH_ALEN); in qlcnic_82xx_get_pci_info()