Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/csiostor/
H A 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()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/csiostor/
H A 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/csiostor/
H A 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c2692 #define VPD_LEN 1024 macro
2751 vpd = vmalloc(VPD_LEN); in t4_get_raw_vpd_params()
2764 ret = pci_read_vpd(adapter->pdev, addr, VPD_LEN, vpd); in t4_get_raw_vpd_params()
2778 i = pci_vpd_find_tag(vpd, VPD_LEN, PCI_VPD_LRDT_RO_DATA); in t4_get_raw_vpd_params()
2787 if (vpdr_len + kw_offset > VPD_LEN) { in t4_get_raw_vpd_params()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c2692 #define VPD_LEN 1024 macro
2751 vpd = vmalloc(VPD_LEN); in t4_get_raw_vpd_params()
2764 ret = pci_read_vpd(adapter->pdev, addr, VPD_LEN, vpd); in t4_get_raw_vpd_params()
2778 i = pci_vpd_find_tag(vpd, VPD_LEN, PCI_VPD_LRDT_RO_DATA); in t4_get_raw_vpd_params()
2787 if (vpdr_len + kw_offset > VPD_LEN) { in t4_get_raw_vpd_params()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c2692 #define VPD_LEN 1024 macro
2751 vpd = vmalloc(VPD_LEN); in t4_get_raw_vpd_params()
2764 ret = pci_read_vpd(adapter->pdev, addr, VPD_LEN, vpd); in t4_get_raw_vpd_params()
2778 i = pci_vpd_find_tag(vpd, VPD_LEN, PCI_VPD_LRDT_RO_DATA); in t4_get_raw_vpd_params()
2787 if (vpdr_len + kw_offset > VPD_LEN) { in t4_get_raw_vpd_params()