Searched refs:vpd (Results 51 - 63 of 63) sorted by relevance

123

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_ct.c2644 lpfc_vpd_t *vp = &phba->vpd;
3467 lpfc_vpd_t *vp = &phba->vpd;
H A Dlpfc_els.c2552 if (phba->vpd.rev.feaLevelHigh >= 0x02) {
6097 lpfc_vpd_t *vpd; local
6167 vpd = &phba->vpd;
6177 (vpd->rev.feaLevelHigh >= 0x02)) {
H A Dlpfc_attr.c872 * @buf: on return contains the scsi vpd model description.
891 * @buf: on return contains the scsi vpd model name.
910 * @buf: on return contains the scsi vpd program type.
929 * @buf: on return contains scsi vpd program type.
948 * @buf: on return contains the scsi vpd program type.
982 * @buf: on return contains the scsi vpd program type.
993 lpfc_vpd_t *vp = &phba->vpd;
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c2478 * vpd page 0x90 is present
12583 struct scsi_vpd *vpd; local
12587 vpd = rcu_dereference(sdev->vpd_pg89);
12588 if (!vpd || vpd->len < 214)
12591 ncq_prio_supp = (vpd->data[213] >> 4) & 1;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c7881 ha->vpd = ha->nvram + VPD_OFFSET;
7882 ha->isp_ops->read_nvram(vha, ha->vpd,
9060 ha->vpd = ha->nvram + VPD_OFFSET;
9071 ha->isp_ops->read_optrom(vha, ha->vpd, faddr << 2, ha->vpd_size);
H A Dqla_sup.c935 "FLT[%s]: boot=0x%x fw=0x%x vpd_nvram=0x%x vpd=0x%x nvram=0x%x "
3570 uint8_t *pos = ha->vpd;
H A Dqla_def.h4420 void *vpd; member in struct:qla_hw_data
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h240 u8 vpd[MPI3_MAN1_VPD_SIZE]; member in struct:mpi3_man_page1
/linux-master/include/linux/
H A Dpci.h492 struct pci_vpd vpd; member in struct:pci_dev
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c3421 u64 tmp = (sgetstamp * 1000 * 1000 + adap->params.vpd.cclk / 2);
3423 ns = div_u64(tmp, adap->params.vpd.cclk);
H A Dcxgb4_debugfs.c907 unsigned int cclk_ps = 1000000000 / adap->params.vpd.cclk; /* in ps */
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.c2698 memcpy(&ad_attr->vpd, &ioc_attr->vpd,
6321 * Update fru vpd image.
6371 * Read fru vpd image.
6419 * Get maximum size fru vpd image.
6422 * @param[out] size - maximum size of fru vpd data
/linux-master/drivers/net/ethernet/sun/
H A Dniu.h3299 struct niu_vpd vpd; member in struct:rx_pkt_hdr0::niu

Completed in 526 milliseconds

123