Home
last modified time | relevance | path

Searched refs:VPD_LEN (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw.c198 #define VPD_LEN 1024 macro
270 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()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c1359 #define VPD_LEN 1024 macro
1391 vpd = vmalloc(VPD_LEN); in get_vpd_params()
1407 ret = pci_read_vpd(adapter->pdev, addr, VPD_LEN, vpd); in get_vpd_params()
1421 i = pci_vpd_find_tag(vpd, 0, VPD_LEN, PCI_VPD_LRDT_RO_DATA); in get_vpd_params()
1430 if (vpdr_len + kw_offset > VPD_LEN) { in get_vpd_params()