Home
last modified time | relevance | path

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

/trueos/sys/dev/qlxgb/
HDqla_os.c119 static char dev_str[64]; variable
130 snprintf(dev_str, sizeof(dev_str), "%s v%d.%d.%d", in qla_pci_probe()
134 device_set_desc(dev, dev_str); in qla_pci_probe()
141 printf("%s: %s\n ", __func__, dev_str); in qla_pci_probe()
/trueos/sys/dev/qlxge/
HDqls_os.c119 static char dev_str[64]; variable
131 snprintf(dev_str, sizeof(dev_str), "%s v%d.%d.%d", in qls_pci_probe()
138 device_set_desc(dev, dev_str); in qls_pci_probe()
145 printf("%s: %s\n ", __func__, dev_str); in qls_pci_probe()
/trueos/sys/dev/qlxgbe/
HDql_os.c122 static char dev_str[64]; variable
133 snprintf(dev_str, sizeof(dev_str), "%s v%d.%d.%d", in qla_pci_probe()
137 device_set_desc(dev, dev_str); in qla_pci_probe()
144 printf("%s: %s\n ", __func__, dev_str); in qla_pci_probe()