Searched refs:PCI_WIDTH_SIZE (Results 1 – 1 of 1) sorted by relevance
15192 #define PCI_WIDTH_SIZE 8 in i40e_probe() macro15199 char width[PCI_WIDTH_SIZE] = "Unknown"; in i40e_probe()15221 strlcpy(width, "8", PCI_WIDTH_SIZE); break; in i40e_probe()15223 strlcpy(width, "4", PCI_WIDTH_SIZE); break; in i40e_probe()15225 strlcpy(width, "2", PCI_WIDTH_SIZE); break; in i40e_probe()15227 strlcpy(width, "1", PCI_WIDTH_SIZE); break; in i40e_probe()