Searched refs:VPD_LEN (Results 1 – 2 of 2) sorted by relevance
548 #define VPD_LEN 1024 macro579 vpd = vmalloc(VPD_LEN); in get_vpd_params()588 ret = pci_read_vpd(adapter->pdev, addr, VPD_LEN, vpd); in get_vpd_params()602 i = pci_vpd_find_tag(vpd, 0, VPD_LEN, PCI_VPD_LRDT_RO_DATA); in get_vpd_params()611 if (vpdr_len + kw_offset > VPD_LEN) { in get_vpd_params()
224 #define VPD_LEN 1024 macro296 if (len + sizeof(struct t4_vpd_hdr) > VPD_LEN) in csio_hw_get_vpd_keyword_val()345 vpd = kzalloc(VPD_LEN, GFP_ATOMIC); in csio_hw_get_vpd_params()356 for (i = 0; i < VPD_LEN; i += 4) { in csio_hw_get_vpd_params()