Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmain.c349 struct mlx4_ib_iboe *iboe = &mdev->iboe; in eth_link_query_port() local
380 spin_lock_bh(&iboe->lock); in eth_link_query_port()
381 ndev = iboe->netdevs[port - 1]; in eth_link_query_port()
394 spin_unlock_bh(&iboe->lock); in eth_link_query_port()
484 *gid = dev->iboe.gid_table[port - 1][index]; in iboe_query_gid()
839 spin_lock_bh(&mdev->iboe.lock); in mlx4_ib_add_mc()
840 ndev = mdev->iboe.netdevs[mqp->port - 1]; in mlx4_ib_add_mc()
843 spin_unlock_bh(&mdev->iboe.lock); in mlx4_ib_add_mc()
1390 spin_lock_bh(&mdev->iboe.lock); in mlx4_ib_mcg_detach()
1391 ndev = ge->added ? mdev->iboe.netdevs[ge->port - 1] : NULL; in mlx4_ib_mcg_detach()
[all …]
Dmlx4_ib.h523 struct mlx4_ib_iboe iboe; member
Dqp.c1429 u64_mac = atomic64_read(&dev->iboe.mac[qp->port - 1]); in handle_eth_ud_smac_index()
2283 u64 mac = atomic64_read(&to_mdev(ib_dev)->iboe.mac[sqp->qp.port - 1]); in build_mlx_header()