Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_nic.c183 nic_active = nes_read_indexed(nesdev, NES_IDX_NIC_MULTICAST_ENABLE); in nes_netdev_open()
185 nes_write_indexed(nesdev, NES_IDX_NIC_MULTICAST_ENABLE, nic_active); in nes_netdev_open()
327 nic_active = nes_read_indexed(nesdev, NES_IDX_NIC_MULTICAST_ENABLE); in nes_netdev_stop()
329 nes_write_indexed(nesdev, NES_IDX_NIC_MULTICAST_ENABLE, nic_active); in nes_netdev_stop()
Dnes_hw.h179 NES_IDX_NIC_MULTICAST_ENABLE = 0x6028, enumerator