Home
last modified time | relevance | path

Searched refs:QLCNIC_MAX_PCI_FUNC (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_main.c443 pci_info = kcalloc(QLCNIC_MAX_PCI_FUNC, sizeof(*pci_info), GFP_KERNEL); in qlcnic_init_pci_info()
448 QLCNIC_MAX_PCI_FUNC, GFP_KERNEL); in qlcnic_init_pci_info()
465 for (i = 0; i < QLCNIC_MAX_PCI_FUNC; i++) { in qlcnic_init_pci_info()
467 if (pfn > QLCNIC_MAX_PCI_FUNC) in qlcnic_init_pci_info()
510 for (i = 0; i < QLCNIC_MAX_PCI_FUNC; i++) { in qlcnic_set_function_modes()
837 for (i = 0; i < QLCNIC_MAX_PCI_FUNC; i++) { in qlcnic_set_default_offload_settings()
895 for (i = 0; i < QLCNIC_MAX_PCI_FUNC; i++) { in qlcnic_reset_npar_config()
3426 if (src_pci_func >= QLCNIC_MAX_PCI_FUNC in validate_pm_config()
3427 || dest_pci_func >= QLCNIC_MAX_PCI_FUNC) in validate_pm_config()
3492 struct qlcnic_pm_func_cfg pm_cfg[QLCNIC_MAX_PCI_FUNC]; in qlcnic_sysfs_read_pm_config()
[all …]
Dqlcnic_ctx.c688 size_t pci_size = npar_size * QLCNIC_MAX_PCI_FUNC; in qlcnic_get_pci_info()
706 for (i = 0; i < QLCNIC_MAX_PCI_FUNC; i++, npar++, pci_info++) { in qlcnic_get_pci_info()
848 for (i = 0; i < QLCNIC_MAX_PCI_FUNC; i++) { in qlcnic_get_eswitch_stats()
887 if (port >= QLCNIC_MAX_PCI_FUNC) in qlcnic_clear_esw_stats()
Dqlcnic_hdr.h765 #define QLCNIC_MAX_PCI_FUNC 8 macro