Searched refs:vpdlen (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 12904 static __be32 *tg3_vpd_readblock(struct tg3 *tp, unsigned int *vpdlen) in tg3_vpd_readblock() argument 12951 *vpdlen = len; in tg3_vpd_readblock() 12953 buf = pci_vpd_alloc(tp->pdev, vpdlen); in tg3_vpd_readblock() 15713 unsigned int len, vpdlen; in tg3_read_vpd() local 15716 vpd_data = (u8 *)tg3_vpd_readblock(tp, &vpdlen); in tg3_read_vpd() 15720 i = pci_vpd_find_ro_info_keyword(vpd_data, vpdlen, in tg3_read_vpd() 15728 i = pci_vpd_find_ro_info_keyword(vpd_data, vpdlen, in tg3_read_vpd() 15737 i = pci_vpd_find_ro_info_keyword(vpd_data, vpdlen, in tg3_read_vpd()
|