Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/
DMakefile21 hal/mac_cfg.o \
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c360 __u32 mac_cfg; in netxen_niu_disable_xg_port() local
369 mac_cfg = 0; in netxen_niu_disable_xg_port()
371 NETXEN_NIU_XGE_CONFIG_0 + (0x10000 * port), mac_cfg)) in netxen_niu_disable_xg_port()
387 u32 mac_cfg; in netxen_p2_nic_set_promisc() local
396 mac_cfg = NXRD32(adapter, NETXEN_NIU_XGE_CONFIG_0 + (0x10000 * port)); in netxen_p2_nic_set_promisc()
397 mac_cfg &= ~0x4; in netxen_p2_nic_set_promisc()
398 NXWR32(adapter, NETXEN_NIU_XGE_CONFIG_0 + (0x10000 * port), mac_cfg); in netxen_p2_nic_set_promisc()
430 mac_cfg |= 0x4; in netxen_p2_nic_set_promisc()
431 NXWR32(adapter, NETXEN_NIU_XGE_CONFIG_0 + (0x10000 * port), mac_cfg); in netxen_p2_nic_set_promisc()
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c1245 add = &bar0->mac_cfg; in init_nic()
1246 val64 = readq(&bar0->mac_cfg); in init_nic()
1738 add = &bar0->mac_cfg; in init_nic()
1739 val64 = readq(&bar0->mac_cfg); in init_nic()
1745 val64 = readq(&bar0->mac_cfg); in init_nic()
1748 add = &bar0->mac_cfg; in init_nic()
1749 val64 = readq(&bar0->mac_cfg); in init_nic()
1752 writeq(val64, &bar0->mac_cfg); in init_nic()
4984 add = &bar0->mac_cfg; in s2io_set_multicast()
4985 val64 = readq(&bar0->mac_cfg); in s2io_set_multicast()
[all …]
Ds2io-regs.h686 u64 mac_cfg; member
/linux-4.4.14/drivers/net/ethernet/marvell/
Dskge.c3526 u8 t8, mac_cfg, pmd_type; in skge_reset() local
3590 mac_cfg = skge_read8(hw, B2_MAC_CFG); in skge_reset()
3591 hw->ports = (mac_cfg & CFG_SNG_MAC) ? 1 : 2; in skge_reset()
3592 hw->chip_rev = (mac_cfg & CFG_CHIP_R_MSK) >> 4; in skge_reset()