Searched refs:pvid (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/arch/powerpc/platforms/85xx/ |
D | stx_gp3.c | 133 uint pvid, svid, phid1; in stx_gp3_show_cpuinfo() local 135 pvid = mfspr(SPRN_PVR); in stx_gp3_show_cpuinfo() 139 seq_printf(m, "PVR\t\t: 0x%x\n", pvid); in stx_gp3_show_cpuinfo()
|
D | sbc8548.c | 138 uint pvid, svid, phid1; in sbc8548_show_cpuinfo() local 140 pvid = mfspr(SPRN_PVR); in sbc8548_show_cpuinfo() 145 seq_printf(m, "PVR\t\t: 0x%x\n", pvid); in sbc8548_show_cpuinfo()
|
D | tqm85xx.c | 141 uint pvid, svid, phid1; in tqm85xx_show_cpuinfo() local 143 pvid = mfspr(SPRN_PVR); in tqm85xx_show_cpuinfo() 147 seq_printf(m, "PVR\t\t: 0x%x\n", pvid); in tqm85xx_show_cpuinfo()
|
D | ksi8560.c | 194 uint pvid, svid, phid1; in ksi8560_show_cpuinfo() local 196 pvid = mfspr(SPRN_PVR); in ksi8560_show_cpuinfo() 210 seq_printf(m, "PVR\t\t: 0x%x\n", pvid); in ksi8560_show_cpuinfo()
|
D | mpc85xx_cds.c | 308 uint pvid, svid, phid1; in mpc85xx_cds_show_cpuinfo() local 310 pvid = mfspr(SPRN_PVR); in mpc85xx_cds_show_cpuinfo() 315 seq_printf(m, "PVR\t\t: 0x%x\n", pvid); in mpc85xx_cds_show_cpuinfo()
|
D | mpc85xx_ads.c | 210 uint pvid, svid, phid1; in mpc85xx_ads_show_cpuinfo() local 212 pvid = mfspr(SPRN_PVR); in mpc85xx_ads_show_cpuinfo() 216 seq_printf(m, "PVR\t\t: 0x%x\n", pvid); in mpc85xx_ads_show_cpuinfo()
|
D | sbc8560.c | 197 uint pvid, svid, phid1; in sbc8560_show_cpuinfo() local 199 pvid = mfspr(SPRN_PVR); in sbc8560_show_cpuinfo() 203 seq_printf(m, "PVR\t\t: 0x%x\n", pvid); in sbc8560_show_cpuinfo()
|
/linux-2.6.39/drivers/net/qlcnic/ |
D | qlcnic_main.c | 705 adapter->pvid = esw_cfg->vlan_id; in qlcnic_set_vlan_config() 707 adapter->pvid = 0; in qlcnic_set_vlan_config() 850 npar->pvid = esw_cfg.vlan_id; in qlcnic_set_default_offload_settings() 868 esw_cfg.vlan_id = npar->pvid; in qlcnic_reset_eswitch_config() 2068 if (unlikely(adapter->pvid)) { in qlcnic_check_tx_tagging() 2077 qlcnic_set_tx_vlan_tci(first_desc, adapter->pvid); in qlcnic_check_tx_tagging() 3621 npar->pvid = esw_cfg[i].vlan_id; in qlcnic_sysfs_write_esw_config() 3624 npar->pvid = 0; in qlcnic_sysfs_write_esw_config()
|
D | qlcnic.h | 1014 u16 pvid; member 1099 u16 pvid; member
|
D | qlcnic_init.c | 1408 if (!adapter->pvid) in qlcnic_check_rx_tagging() 1411 if (*vlan_tag == adapter->pvid) { in qlcnic_check_rx_tagging()
|
/linux-2.6.39/drivers/net/benet/ |
D | be.h | 341 u16 pvid; member
|
D | be_cmds.c | 135 adapter->pvid = le16_to_cpu(evt->tag); in be_async_grp5_pvid_state_process() 137 adapter->pvid = 0; in be_async_grp5_pvid_state_process()
|
D | be_main.c | 1164 if (((adapter->pvid & VLAN_VID_MASK) == in be_rx_compl_get()
|