/linux-4.4.14/drivers/pci/ |
D | access.c | 187 if (!dev->vpd || !dev->vpd->ops) in pci_read_vpd() 189 return dev->vpd->ops->read(dev, pos, count, buf); in pci_read_vpd() 203 if (!dev->vpd || !dev->vpd->ops) in pci_write_vpd() 205 return dev->vpd->ops->write(dev, pos, count, buf); in pci_write_vpd() 300 struct pci_vpd_pci22 *vpd = in pci_vpd_pci22_wait() local 301 container_of(dev->vpd, struct pci_vpd_pci22, base); in pci_vpd_pci22_wait() 306 if (!vpd->busy) in pci_vpd_pci22_wait() 310 ret = pci_user_read_config_word(dev, vpd->cap + PCI_VPD_ADDR, in pci_vpd_pci22_wait() 315 if ((status & PCI_VPD_ADDR_F) == vpd->flag) { in pci_vpd_pci22_wait() 316 vpd->busy = false; in pci_vpd_pci22_wait() [all …]
|
D | pci-sysfs.c | 1326 if (dev->vpd) { in pci_create_capabilities_sysfs() 1332 attr->size = dev->vpd->len; in pci_create_capabilities_sysfs() 1342 dev->vpd->attr = attr; in pci_create_capabilities_sysfs() 1358 if (dev->vpd && dev->vpd->attr) { in pci_create_capabilities_sysfs() 1359 sysfs_remove_bin_file(&dev->dev.kobj, dev->vpd->attr); in pci_create_capabilities_sysfs() 1360 kfree(dev->vpd->attr); in pci_create_capabilities_sysfs() 1440 if (dev->vpd && dev->vpd->attr) { in pci_remove_capabilities_sysfs() 1441 sysfs_remove_bin_file(&dev->dev.kobj, dev->vpd->attr); in pci_remove_capabilities_sysfs() 1442 kfree(dev->vpd->attr); in pci_remove_capabilities_sysfs()
|
D | Makefile | 7 irq.o vpd.o setup-bus.o vc.o
|
D | pci.h | 112 if (dev->vpd) in pci_vpd_release() 113 dev->vpd->ops->release(dev); in pci_vpd_release()
|
D | quirks.c | 1926 if (f0->vpd && dev->class == f0->class && in quirk_f0_vpd_link() 2148 if (dev->vpd) in quirk_brcm_570x_limit_vpd() 2149 dev->vpd->len = 0x80; in quirk_brcm_570x_limit_vpd()
|
/linux-4.4.14/drivers/target/ |
D | target_core_transport.c | 822 struct t10_vpd *vpd, in transport_dump_vpd_proto_id() argument 832 switch (vpd->protocol_identifier) { in transport_dump_vpd_proto_id() 864 vpd->protocol_identifier); in transport_dump_vpd_proto_id() 875 transport_set_vpd_proto_id(struct t10_vpd *vpd, unsigned char *page_83) in transport_set_vpd_proto_id() argument 883 vpd->protocol_identifier = (page_83[0] & 0xf0); in transport_set_vpd_proto_id() 884 vpd->protocol_identifier_set = 1; in transport_set_vpd_proto_id() 885 transport_dump_vpd_proto_id(vpd, NULL, 0); in transport_set_vpd_proto_id() 891 struct t10_vpd *vpd, in transport_dump_vpd_assoc() argument 902 switch (vpd->association) { in transport_dump_vpd_assoc() 913 sprintf(buf+len, "Unknown 0x%02x\n", vpd->association); in transport_dump_vpd_assoc() [all …]
|
D | target_core_pscsi.c | 237 struct t10_vpd *vpd; in pscsi_get_inquiry_vpd_device_ident() local 268 vpd = kzalloc(sizeof(struct t10_vpd), GFP_KERNEL); in pscsi_get_inquiry_vpd_device_ident() 269 if (!vpd) { in pscsi_get_inquiry_vpd_device_ident() 274 INIT_LIST_HEAD(&vpd->vpd_list); in pscsi_get_inquiry_vpd_device_ident() 276 transport_set_vpd_proto_id(vpd, page_83); in pscsi_get_inquiry_vpd_device_ident() 277 transport_set_vpd_assoc(vpd, page_83); in pscsi_get_inquiry_vpd_device_ident() 279 if (transport_set_vpd_ident_type(vpd, page_83) < 0) { in pscsi_get_inquiry_vpd_device_ident() 282 kfree(vpd); in pscsi_get_inquiry_vpd_device_ident() 285 if (transport_set_vpd_ident(vpd, page_83) < 0) { in pscsi_get_inquiry_vpd_device_ident() 288 kfree(vpd); in pscsi_get_inquiry_vpd_device_ident() [all …]
|
D | target_core_device.c | 525 struct t10_vpd *vpd, *vpd_tmp; in se_release_vpd_for_dev() local 528 list_for_each_entry_safe(vpd, vpd_tmp, in se_release_vpd_for_dev() 530 list_del(&vpd->vpd_list); in se_release_vpd_for_dev() 531 kfree(vpd); in se_release_vpd_for_dev()
|
D | target_core_configfs.c | 1143 struct t10_vpd *vpd; in target_wwn_vpd_protocol_identifier_show() local 1150 list_for_each_entry(vpd, &t10_wwn->t10_vpd_list, vpd_list) { in target_wwn_vpd_protocol_identifier_show() 1151 if (!vpd->protocol_identifier_set) in target_wwn_vpd_protocol_identifier_show() 1154 transport_dump_vpd_proto_id(vpd, buf, VPD_TMP_BUF_SIZE); in target_wwn_vpd_protocol_identifier_show() 1174 struct t10_vpd *vpd; \ 1179 list_for_each_entry(vpd, &t10_wwn->t10_vpd_list, vpd_list) { \ 1180 if (vpd->association != _assoc) \ 1184 transport_dump_vpd_assoc(vpd, buf, VPD_TMP_BUF_SIZE); \ 1190 transport_dump_vpd_ident_type(vpd, buf, VPD_TMP_BUF_SIZE); \ 1196 transport_dump_vpd_ident(vpd, buf, VPD_TMP_BUF_SIZE); \
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_common.h | 222 struct vpd_params vpd; /* Vital Product Data */ member 252 return adapter->params.vpd.cclk / 1000; in core_ticks_per_usec() 258 return (us * adapter->params.vpd.cclk) / 1000; in us_to_core_ticks() 264 return (ticks * 1000) / adapter->params.vpd.cclk; in core_ticks_to_us()
|
D | t4vf_hw.c | 653 struct vpd_params *vpd_params = &adapter->params.vpd; in t4vf_get_vpd_params() 1584 adapter->params.vpd.cclk = 50000; in t4vf_prep_adapter()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 198 u32 clkdiv = adap->params.vpd.cclk / (2 * adap->params.vpd.mdc) - 1; in mi1_init() 694 struct t3_vpd vpd; in get_vpd_params() local 700 ret = t3_seeprom_read(adapter, VPD_BASE, (__le32 *)&vpd); in get_vpd_params() 703 addr = vpd.id_tag == 0x82 ? VPD_BASE : 0; in get_vpd_params() 705 for (i = 0; i < sizeof(vpd); i += 4) { in get_vpd_params() 707 (__le32 *)((u8 *)&vpd + i)); in get_vpd_params() 712 p->cclk = simple_strtoul(vpd.cclk_data, NULL, 10); in get_vpd_params() 713 p->mclk = simple_strtoul(vpd.mclk_data, NULL, 10); in get_vpd_params() 714 p->uclk = simple_strtoul(vpd.uclk_data, NULL, 10); in get_vpd_params() 715 p->mdc = simple_strtoul(vpd.mdc_data, NULL, 10); in get_vpd_params() [all …]
|
D | common.h | 385 struct vpd_params vpd; member 634 return adap->params.vpd.cclk / 1000; in core_ticks_per_usec()
|
D | xgmac.c | 57 t3_write_reg(adap, ctrl, adap->params.vpd.xauicfg[macidx(mac)] | in xaui_serdes_reset() 407 thres = (adap->params.vpd.cclk * 1000) / 15625; in t3_mac_set_mtu()
|
D | cxgb3_main.c | 819 v = (adap->params.vpd.cclk * 1000) / cpt; in tm_attr_show() 3138 if (adap->name == dev->name && adap->params.vpd.mclk) in print_port_info() 3143 adap->params.vpd.sn); in print_port_info()
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_hw.h | 452 struct csio_vpd vpd; member 524 return (ticks * 1000 + hw->vpd.cclk/2) / hw->vpd.cclk; in csio_core_ticks_to_us() 530 return (us * hw->vpd.cclk) / 1000; in csio_us_to_core_ticks()
|
D | csio_hw.c | 306 uint8_t *vpd, csum; in csio_hw_get_vpd_params() local 319 vpd = kzalloc(VPD_LEN, GFP_ATOMIC); in csio_hw_get_vpd_params() 320 if (vpd == NULL) in csio_hw_get_vpd_params() 327 ret = csio_hw_seeprom_read(hw, VPD_BASE, (uint32_t *)(vpd)); in csio_hw_get_vpd_params() 328 addr = *vpd == 0x82 ? VPD_BASE : VPD_BASE_OLD; in csio_hw_get_vpd_params() 331 ret = csio_hw_seeprom_read(hw, addr + i, (uint32_t *)(vpd + i)); in csio_hw_get_vpd_params() 333 kfree(vpd); in csio_hw_get_vpd_params() 341 v = (const struct t4_vpd_hdr *)vpd; in csio_hw_get_vpd_params() 347 kfree(vpd); \ in csio_hw_get_vpd_params() 354 csum += vpd[i]; in csio_hw_get_vpd_params() [all …]
|
D | csio_lnode.c | 450 hw->vpd.sn, (uint16_t)sizeof(hw->vpd.sn)); in csio_ln_fdmi_dprt_cbfn() 452 csio_append_attrib(&pld, FC_FDMI_HBA_ATTR_MODEL, hw->vpd.id, in csio_ln_fdmi_dprt_cbfn() 453 (uint16_t)sizeof(hw->vpd.id)); in csio_ln_fdmi_dprt_cbfn()
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | dgnc_neo.c | 66 .vpd = neo_vpd, 1782 brd->vpd[i*2] = a & 0xff; in neo_vpd() 1783 brd->vpd[(i*2)+1] = (a >> 8) & 0xff; in neo_vpd() 1786 if (((brd->vpd[0x08] != 0x82) /* long resource name tag */ in neo_vpd() 1787 && (brd->vpd[0x10] != 0x82)) /* long resource name tag (PCI-66 files)*/ in neo_vpd() 1788 || (brd->vpd[0x7F] != 0x78)) { /* small resource end tag */ in neo_vpd() 1790 memset(brd->vpd, '\0', NEO_VPD_IMAGESIZE); in neo_vpd() 1794 if (brd->vpd[i] == 'S' && brd->vpd[i + 1] == 'N') in neo_vpd() 1795 strncpy(brd->serial_num, &brd->vpd[i + 3], 9); in neo_vpd()
|
D | dgnc_driver.h | 129 void (*vpd)(struct dgnc_board *brd); member 169 unsigned char vpd[128]; /* VPD of board, if found */ member
|
D | dgnc_driver.c | 466 brd->bd_ops->vpd(brd); in dgnc_found_board() 522 brd->bd_ops->vpd(brd); in dgnc_found_board()
|
D | dgnc_cls.c | 65 .vpd = cls_vpd, 1294 brd->vpd[i] = readb(re_map_vpdbase + i); in cls_vpd() 1295 pr_info("%x ", brd->vpd[i]); in cls_vpd()
|
D | dgnc_sysfs.c | 120 count += sprintf(buf + count, "%02X ", bd->vpd[i]); in dgnc_vpd_show() 126 static DEVICE_ATTR(vpd, S_IRUSR, dgnc_vpd_show, NULL);
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | subr.c | 587 static int t1_eeprom_vpd_get(adapter_t *adapter, struct chelsio_vpd_t *vpd) in t1_eeprom_vpd_get() argument 591 for (addr = 0; !ret && addr < sizeof(*vpd); addr += sizeof(u32)) in t1_eeprom_vpd_get() 593 (__le32 *)((u8 *)vpd + addr)); in t1_eeprom_vpd_get() 603 struct chelsio_vpd_t vpd; in vpd_macaddress_get() local 605 if (t1_eeprom_vpd_get(adapter, &vpd)) in vpd_macaddress_get() 607 memcpy(mac_addr, vpd.mac_base_address, 5); in vpd_macaddress_get() 608 mac_addr[5] = vpd.mac_base_address[5] + index; in vpd_macaddress_get()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx_pci.c | 516 struct vpd_config vpd; in ahd_check_extport() local 536 + (sizeof(vpd) * (ahd->channel - 'A'))) / 2; in ahd_check_extport() 538 error = ahd_read_seeprom(ahd, (uint16_t *)&vpd, in ahd_check_extport() 539 start_addr, sizeof(vpd)/2, in ahd_check_extport() 542 error = ahd_parse_vpddata(ahd, &vpd); in ahd_check_extport()
|
D | aic79xx.h | 1362 struct vpd_config *vpd);
|
D | aic79xx_core.c | 263 static int ahd_verify_vpd_cksum(struct vpd_config *vpd); 7844 ahd_parse_vpddata(struct ahd_softc *ahd, struct vpd_config *vpd) in ahd_parse_vpddata() argument 7848 error = ahd_verify_vpd_cksum(vpd); in ahd_parse_vpddata() 7851 if ((vpd->bios_flags & VPDBOOTHOST) != 0) in ahd_parse_vpddata() 10138 ahd_verify_vpd_cksum(struct vpd_config *vpd) in ahd_verify_vpd_cksum() argument 10145 vpdarray = (uint8_t *)vpd; in ahd_verify_vpd_cksum() 10151 || (-checksum & 0xFF) != vpd->vpd_checksum) in ahd_verify_vpd_cksum() 10160 || (-checksum & 0xFF) != vpd->checksum) in ahd_verify_vpd_cksum()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.c | 6810 struct niu_vpd *vpd = &np->vpd; in niu_get_drvinfo() local 6815 vpd->fcode_major, vpd->fcode_minor); in niu_get_drvinfo() 8069 struct niu_vpd *vpd = &np->vpd; in niu_vpd_parse_version() local 8070 int len = strlen(vpd->version) + 1; in niu_vpd_parse_version() 8071 const char *s = vpd->version; in niu_vpd_parse_version() 8082 sscanf(s, "%d.%d", &vpd->fcode_major, &vpd->fcode_minor); in niu_vpd_parse_version() 8086 vpd->fcode_major, vpd->fcode_minor); in niu_vpd_parse_version() 8087 if (vpd->fcode_major > NIU_VPD_MIN_MAJOR || in niu_vpd_parse_version() 8088 (vpd->fcode_major == NIU_VPD_MIN_MAJOR && in niu_vpd_parse_version() 8089 vpd->fcode_minor >= NIU_VPD_MIN_MINOR)) in niu_vpd_parse_version() [all …]
|
D | niu.h | 3298 struct niu_vpd vpd; member
|
/linux-4.4.14/drivers/scsi/ |
D | ipr.h | 357 struct ipr_vpd vpd; member 362 struct ipr_vpd vpd; member 867 struct ipr_vpd vpd; member 876 struct ipr_ext_vpd vpd; member 886 struct ipr_ext_vpd vpd; member 896 struct ipr_vpd vpd; member 902 struct ipr_ext_vpd vpd; member 909 struct ipr_ext_vpd vpd; member 1024 struct ipr_vpd vpd; member 1030 struct ipr_ext_vpd vpd; member
|
D | ipr.c | 1520 struct ipr_vpd *vpd) in ipr_log_vpd_compact() argument 1525 memcpy(buffer, vpd->vpids.vendor_id, IPR_VENDOR_ID_LEN); in ipr_log_vpd_compact() 1528 memcpy(&buffer[i], vpd->vpids.product_id, IPR_PROD_ID_LEN); in ipr_log_vpd_compact() 1531 memcpy(&buffer[i], vpd->sn, IPR_SERIAL_NUM_LEN); in ipr_log_vpd_compact() 1544 static void ipr_log_vpd(struct ipr_vpd *vpd) in ipr_log_vpd() argument 1549 memcpy(buffer, vpd->vpids.vendor_id, IPR_VENDOR_ID_LEN); in ipr_log_vpd() 1550 memcpy(buffer + IPR_VENDOR_ID_LEN, vpd->vpids.product_id, in ipr_log_vpd() 1555 memcpy(buffer, vpd->sn, IPR_SERIAL_NUM_LEN); in ipr_log_vpd() 1570 struct ipr_ext_vpd *vpd) in ipr_log_ext_vpd_compact() argument 1572 ipr_log_vpd_compact(prefix, hostrcb, &vpd->vpd); in ipr_log_ext_vpd_compact() [all …]
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 2584 u8 *vpd, csum; in t4_get_raw_vpd_params() local 2587 vpd = vmalloc(VPD_LEN); in t4_get_raw_vpd_params() 2588 if (!vpd) in t4_get_raw_vpd_params() 2594 ret = pci_read_vpd(adapter->pdev, VPD_BASE, sizeof(u32), vpd); in t4_get_raw_vpd_params() 2604 addr = *vpd == CHELSIO_VPD_UNIQUE_ID ? VPD_BASE : VPD_BASE_OLD; in t4_get_raw_vpd_params() 2606 ret = pci_read_vpd(adapter->pdev, addr, VPD_LEN, vpd); in t4_get_raw_vpd_params() 2610 if (vpd[0] != PCI_VPD_LRDT_ID_STRING) { in t4_get_raw_vpd_params() 2616 id_len = pci_vpd_lrdt_size(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() 2627 vpdr_len = pci_vpd_lrdt_size(&vpd[i]); in t4_get_raw_vpd_params() [all …]
|
D | cxgb4.h | 313 struct vpd_params vpd; member 1161 return adap->params.vpd.cclk / 1000; in core_ticks_per_usec() 1167 return (us * adap->params.vpd.cclk) / 1000; in us_to_core_ticks() 1174 return ((ticks * 1000 + adapter->params.vpd.cclk/2) / in core_ticks_to_us() 1175 adapter->params.vpd.cclk); in core_ticks_to_us()
|
D | cxgb4_main.c | 2461 lli.cclk_ps = 1000000000 / adap->params.vpd.cclk; in uld_attach() 3780 ret = t4_get_vpd_params(adap, &adap->params.vpd); in adap_init0() 4569 adap->params.vpd.id, in print_port_info() 4575 adap->params.vpd.sn, adap->params.vpd.pn); in print_port_info() 4844 u8 *na = adapter->params.vpd.na; in init_one() 4846 err = t4_get_raw_vpd_params(adapter, &adapter->params.vpd); in init_one()
|
D | sge.c | 1837 u64 tmp = (sgetstamp * 1000 * 1000 + adap->params.vpd.cclk / 2); in cxgb4_sgetim_to_hwtstamp() 1839 ns = div_u64(tmp, adap->params.vpd.cclk); in cxgb4_sgetim_to_hwtstamp()
|
D | cxgb4_debugfs.c | 891 unsigned int cclk_ps = 1000000000 / adap->params.vpd.cclk; /* in ps */ in clk_show()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_init.c | 106 lpfc_vpd_t *vp = &phba->vpd; in lpfc_config_port_prep() 1866 lpfc_parse_vpd(struct lpfc_hba *phba, uint8_t *vpd, int len) in lpfc_parse_vpd() argument 1874 if (!vpd) in lpfc_parse_vpd() 1880 (uint32_t) vpd[0], (uint32_t) vpd[1], (uint32_t) vpd[2], in lpfc_parse_vpd() 1881 (uint32_t) vpd[3]); in lpfc_parse_vpd() 1883 switch (vpd[index]) { in lpfc_parse_vpd() 1887 lenlo = vpd[index]; in lpfc_parse_vpd() 1889 lenhi = vpd[index]; in lpfc_parse_vpd() 1896 lenlo = vpd[index]; in lpfc_parse_vpd() 1898 lenhi = vpd[index]; in lpfc_parse_vpd() [all …]
|
D | lpfc_mbox.c | 483 lpfc_vpd_t *vpd; in lpfc_init_link() local 522 vpd = &phba->vpd; in lpfc_init_link() 523 if (vpd->rev.feaLevelHigh >= 0x02){ in lpfc_init_link() 1287 if (phba->sli_rev == LPFC_SLI_REV3 && phba->vpd.sli3Feat.cerbm) { in lpfc_config_port() 1296 phba->vpd.sli3Feat.cmv) { in lpfc_config_port()
|
D | lpfc_sli.c | 3804 (FC_JEDEC_ID(phba->vpd.rev.biuRev) != HELIOS_JEDEC_ID && in lpfc_reset_barrier() 3805 FC_JEDEC_ID(phba->vpd.rev.biuRev) != THOR_JEDEC_ID)) in lpfc_reset_barrier() 4857 uint8_t *vpd, uint32_t *vpd_size) in lpfc_sli4_read_rev() argument 4909 memcpy(vpd, dmabuf->virt, *vpd_size); in lpfc_sli4_read_rev() 6245 uint8_t *vpd; in lpfc_sli4_hba_setup() local 6277 vpd = kzalloc(vpd_size, GFP_KERNEL); in lpfc_sli4_hba_setup() 6278 if (!vpd) { in lpfc_sli4_hba_setup() 6283 rc = lpfc_sli4_read_rev(phba, mboxq, vpd, &vpd_size); in lpfc_sli4_hba_setup() 6285 kfree(vpd); in lpfc_sli4_hba_setup() 6310 kfree(vpd); in lpfc_sli4_hba_setup() [all …]
|
D | lpfc.h | 758 lpfc_vpd_t vpd; /* vital product data */ member
|
D | lpfc_ct.c | 1474 lpfc_vpd_t *vp = &phba->vpd; in lpfc_fdmi_cmd() 2199 lpfc_vpd_t *vp = &phba->vpd; in lpfc_decode_firmware_rev()
|
D | lpfc_els.c | 2134 if (phba->vpd.rev.feaLevelHigh >= 0x02) { in lpfc_issue_els_prli() 4182 lpfc_vpd_t *vpd; in lpfc_els_rsp_prli_acc() local 4217 vpd = &phba->vpd; in lpfc_els_rsp_prli_acc() 4223 (vpd->rev.feaLevelHigh >= 0x02)) { in lpfc_els_rsp_prli_acc()
|
D | lpfc_attr.c | 388 lpfc_vpd_t *vp = &phba->vpd; in lpfc_hdw_show()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfa_defs.h | 56 struct bfa_mfg_vpd vpd; member
|
D | bfi.h | 210 struct bfa_mfg_vpd vpd; member
|
D | bfa_ioc.c | 2764 memcpy(&ad_attr->vpd, &ioc_attr->vpd, in bfa_ioc_get_adapter_attr()
|
/linux-4.4.14/Documentation/DocBook/ |
D | scsi.xml.db | 6 API-scsi-get-vpd-page
|
D | kernel-api.xml.db | 500 API-pci-read-vpd 501 API-pci-write-vpd
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-pci | 128 What: /sys/bus/pci/devices/.../vpd 132 A file named vpd in a device directory will be a
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.h | 543 u8 vpd[VPDSIZE]; /* VPD of board, if found */ member
|
D | dgap.c | 6269 brd->vpd[i] = readb(brd->re_map_membase + in dgap_get_vpd()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_attr.c | 573 ha->isp_ops->read_optrom(vha, ha->vpd, ha->flt_region_vpd << 2, in qla2x00_sysfs_read_vpd() 575 return memory_read_from_buffer(buf, count, &off, ha->vpd, ha->vpd_size); in qla2x00_sysfs_read_vpd() 603 ha->isp_ops->read_nvram(vha, (uint8_t *)ha->vpd, ha->vpd_base, count); in qla2x00_sysfs_write_vpd()
|
D | qla_init.c | 5097 ha->vpd = ha->nvram + VPD_OFFSET; in qla24xx_nvram_config() 5098 ha->isp_ops->read_nvram(vha, (uint8_t *)ha->vpd, in qla24xx_nvram_config() 6043 ha->vpd = ha->nvram + VPD_OFFSET; in qla81xx_nvram_config() 6044 ha->isp_ops->read_optrom(vha, ha->vpd, ha->flt_region_vpd << 2, in qla81xx_nvram_config()
|
D | qla_sup.c | 3149 uint8_t *pos = ha->vpd; in qla2xxx_get_vpd_field()
|
D | qla_def.h | 3187 void *vpd; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | phy.c | 2526 const s16 *pwr, const u8 *vpd, in ath5k_create_power_curve() argument 2562 vpd[idx[0]], vpd[idx[1]]); in ath5k_create_power_curve()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfi.h | 292 struct bfa_mfg_vpd_s vpd; member
|
D | bfa_defs.h | 284 struct bfa_mfg_vpd_s vpd; member
|
D | bfa_ioc.c | 2713 memcpy(&ad_attr->vpd, &ioc_attr->vpd, in bfa_ioc_get_adapter_attr()
|
/linux-4.4.14/include/linux/ |
D | pci.h | 375 struct pci_vpd *vpd; member
|