Searched refs:vpdlen (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 12826 static __be32 *tg3_vpd_readblock(struct tg3 *tp, unsigned int *vpdlen) in tg3_vpd_readblock() argument 12873 *vpdlen = len; in tg3_vpd_readblock() 12875 buf = pci_vpd_alloc(tp->pdev, vpdlen); in tg3_vpd_readblock() 15630 unsigned int len, vpdlen; in tg3_read_vpd() local 15633 vpd_data = (u8 *)tg3_vpd_readblock(tp, &vpdlen); in tg3_read_vpd() 15637 i = pci_vpd_find_ro_info_keyword(vpd_data, vpdlen, in tg3_read_vpd() 15645 i = pci_vpd_find_ro_info_keyword(vpd_data, vpdlen, in tg3_read_vpd() 15654 i = pci_vpd_find_ro_info_keyword(vpd_data, vpdlen, in tg3_read_vpd()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 12840 static __be32 *tg3_vpd_readblock(struct tg3 *tp, u32 *vpdlen) in tg3_vpd_readblock() argument 12907 *vpdlen = len; in tg3_vpd_readblock() 15679 u32 vpdlen; in tg3_read_vpd() local 15682 vpd_data = (u8 *)tg3_vpd_readblock(tp, &vpdlen); in tg3_read_vpd() 15686 i = pci_vpd_find_tag(vpd_data, 0, vpdlen, PCI_VPD_LRDT_RO_DATA); in tg3_read_vpd() 15694 if (block_end > vpdlen) in tg3_read_vpd() 15735 (len + i) > vpdlen) in tg3_read_vpd()
|
Completed in 34 milliseconds