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()
2691 #define VPD_LEN 1024 macro2751 vpd = vmalloc(VPD_LEN); in t4_get_raw_vpd_params()2770 ret = pci_read_vpd(adapter->pdev, addr, VPD_LEN, vpd); in t4_get_raw_vpd_params()2784 i = pci_vpd_find_tag(vpd, 0, VPD_LEN, PCI_VPD_LRDT_RO_DATA); in t4_get_raw_vpd_params()2793 if (vpdr_len + kw_offset > VPD_LEN) { in t4_get_raw_vpd_params()