Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_nic.c186 nic_active = nes_read_indexed(nesdev, NES_IDX_NIC_BROADCAST_ON); in nes_netdev_open()
188 nes_write_indexed(nesdev, NES_IDX_NIC_BROADCAST_ON, nic_active); in nes_netdev_open()
333 nic_active = nes_read_indexed(nesdev, NES_IDX_NIC_BROADCAST_ON); in nes_netdev_stop()
335 nes_write_indexed(nesdev, NES_IDX_NIC_BROADCAST_ON, nic_active); in nes_netdev_stop()
Dnes_hw.h180 NES_IDX_NIC_BROADCAST_ON = 0x6030, enumerator