Searched refs:VPD_LEN (Results 1 – 2 of 2) sorted by relevance
198 #define VPD_LEN 1024 macro270 if (len + sizeof(struct t4_vpd_hdr) > VPD_LEN) in csio_hw_get_vpd_keyword_val()319 vpd = kzalloc(VPD_LEN, GFP_ATOMIC); in csio_hw_get_vpd_params()330 for (i = 0; i < VPD_LEN; i += 4) { in csio_hw_get_vpd_params()
2556 #define VPD_LEN 1024 macro2587 vpd = vmalloc(VPD_LEN); in t4_get_raw_vpd_params()2606 ret = pci_read_vpd(adapter->pdev, addr, VPD_LEN, vpd); in t4_get_raw_vpd_params()2620 i = pci_vpd_find_tag(vpd, 0, VPD_LEN, PCI_VPD_LRDT_RO_DATA); in t4_get_raw_vpd_params()2629 if (vpdr_len + kw_offset > VPD_LEN) { in t4_get_raw_vpd_params()