Searched refs:NES_IDX_NIC_UNICAST_ALL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/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() 846 nic_active = nes_read_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL); in set_allmulti() 848 nes_write_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL, nic_active); in set_allmulti() 882 nic_active = nes_read_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL); in nes_netdev_set_multicast_list() 884 nes_write_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL, nic_active); in nes_netdev_set_multicast_list() 894 nic_active = nes_read_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL); in nes_netdev_set_multicast_list() 896 nes_write_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL, nic_active); in nes_netdev_set_multicast_list() 1006 NES_IDX_NIC_UNICAST_ALL) & nic_active_bit; in nes_netdev_change_mtu() 1017 nic_active = nes_read_indexed(nesdev, NES_IDX_NIC_UNICAST_ALL); in nes_netdev_change_mtu() [all …]
|
D | nes_hw.h | 175 NES_IDX_NIC_UNICAST_ALL = 0x6018, enumerator
|