Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/
Dtg3.c12740 static __be32 *tg3_vpd_readblock(struct tg3 *tp, u32 *vpdlen) in tg3_vpd_readblock() argument
12807 *vpdlen = len; in tg3_vpd_readblock()
15567 u32 vpdlen; in tg3_read_vpd() local
15570 vpd_data = (u8 *)tg3_vpd_readblock(tp, &vpdlen); in tg3_read_vpd()
15574 i = pci_vpd_find_tag(vpd_data, 0, vpdlen, PCI_VPD_LRDT_RO_DATA); in tg3_read_vpd()
15582 if (block_end > vpdlen) in tg3_read_vpd()
15623 (len + i) > vpdlen) in tg3_read_vpd()