Searched refs:NES_IDX_NIC_UNICAST_ALL (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_nic.c | 330 nic_active = nes_read_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL); in nes_netdev_stop() 332 nes_write_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL, nic_active); in nes_netdev_stop() 849 nic_active = nes_read_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL); in set_allmulti() 851 nes_write_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL, nic_active); in set_allmulti() 885 nic_active = nes_read_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL); in nes_netdev_set_multicast_list() 887 nes_write_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL, nic_active); in nes_netdev_set_multicast_list() 897 nic_active = nes_read_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL); in nes_netdev_set_multicast_list() 899 nes_write_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL, nic_active); in nes_netdev_set_multicast_list() 1014 NES_IDX_NIC_UNICAST_ALL) & nic_active_bit; in nes_netdev_change_mtu() 1025 nic_active = nes_read_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL); in nes_netdev_change_mtu() [all …]
|
D | nes_hw.h | 177 NES_IDX_NIC_UNICAST_ALL = 0x6018, enumerator
|