Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13052 u32 pci_cfg_dword; in bnx2x_init_dev() local
13082 pci_read_config_dword(pdev, PCICFG_REVISION_ID_OFFSET, &pci_cfg_dword); in bnx2x_init_dev()
13083 if ((pci_cfg_dword & PCICFG_REVESION_ID_MASK) == in bnx2x_init_dev()
13147 PCICFG_ME_REGISTER, &pci_cfg_dword); in bnx2x_init_dev()
13148 bp->pf_num = (u8)((pci_cfg_dword & ME_REG_ABS_PF_NUM) >> in bnx2x_init_dev()