Searched refs:PCI_WIDTH_SIZE (Results 1 – 1 of 1) sorted by relevance
15913 #define PCI_WIDTH_SIZE 8 in i40e_probe() macro15920 char width[PCI_WIDTH_SIZE] = "Unknown"; in i40e_probe()15942 strlcpy(width, "8", PCI_WIDTH_SIZE); break; in i40e_probe()15944 strlcpy(width, "4", PCI_WIDTH_SIZE); break; in i40e_probe()15946 strlcpy(width, "2", PCI_WIDTH_SIZE); break; in i40e_probe()15948 strlcpy(width, "1", PCI_WIDTH_SIZE); break; in i40e_probe()