Home
last modified time | relevance | path

Searched refs:iboe (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c258 struct mlx4_ib_iboe *iboe = &ibdev->iboe; in mlx4_ib_add_gid() local
280 port_gid_table = &iboe->gids[attr->port_num - 1]; in mlx4_ib_add_gid()
281 spin_lock_bh(&iboe->lock); in mlx4_ib_add_gid()
330 spin_unlock_bh(&iboe->lock); in mlx4_ib_add_gid()
335 spin_lock_bh(&iboe->lock); in mlx4_ib_add_gid()
338 spin_unlock_bh(&iboe->lock); in mlx4_ib_add_gid()
350 struct mlx4_ib_iboe *iboe = &ibdev->iboe; in mlx4_ib_del_gid() local
362 port_gid_table = &iboe->gids[attr->port_num - 1]; in mlx4_ib_del_gid()
363 spin_lock_bh(&iboe->lock); in mlx4_ib_del_gid()
389 spin_unlock_bh(&iboe->lock); in mlx4_ib_del_gid()
[all …]
H A Dqp.c1940 u64_mac = atomic64_read(&dev->iboe.mac[qp->port - 1]); in handle_eth_ud_smac_index()
3004 struct mlx4_ib_iboe *iboe = &ibdev->iboe; in fill_gid_by_hw_index() local
3008 port_gid_table = &iboe->gids[port_num - 1]; in fill_gid_by_hw_index()
3009 spin_lock_irqsave(&iboe->lock, flags); in fill_gid_by_hw_index()
3012 spin_unlock_irqrestore(&iboe->lock, flags); in fill_gid_by_hw_index()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c60 phy_port = hr_dev->iboe.phy_port[port]; in hns_roce_set_mac()
175 struct hns_roce_ib_iboe *iboe = NULL; in hns_roce_netdev_event() local
181 hr_dev = container_of(self, struct hns_roce_dev, iboe.nb); in hns_roce_netdev_event()
182 iboe = &hr_dev->iboe; in hns_roce_netdev_event()
190 if ((!upper && dev == iboe->netdevs[port]) || in hns_roce_netdev_event()
702 struct hns_roce_ib_iboe *iboe = &hr_dev->iboe; in hns_roce_unregister_device() local
713 unregister_netdevice_notifier(&iboe->nb); in hns_roce_unregister_device()
799 struct hns_roce_ib_iboe *iboe = NULL; in hns_roce_register_device() local
806 iboe = &hr_dev->iboe; in hns_roce_register_device()
807 spin_lock_init(&iboe->lock); in hns_roce_register_device()
[all …]
H A Dhns_roce_hw_v2.c5562 hr_qp->phy_port = hr_dev->iboe.phy_port[hr_qp->port]; in hns_roce_v2_record_opt_fields()
7285 hr_dev->iboe.netdevs[0] = handle->rinfo.netdev; in hns_roce_hw_v2_get_cfg()
7286 hr_dev->iboe.phy_port[0] = 0; in hns_roce_hw_v2_get_cfg()
7289 hr_dev->iboe.netdevs[0]->dev_addr); in hns_roce_hw_v2_get_cfg()