Home
last modified time | relevance | path

Searched refs:u64_mac (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dqp.c1897 u64 u64_mac; in handle_eth_ud_smac_index() local
1900 u64_mac = atomic64_read(&dev->iboe.mac[qp->port - 1]); in handle_eth_ud_smac_index()
1904 smac_index = mlx4_register_mac(dev->dev, qp->port, u64_mac); in handle_eth_ud_smac_index()
1907 qp->pri.candidate_smac = u64_mac; in handle_eth_ud_smac_index()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dqp.c1930 u64 u64_mac; in handle_eth_ud_smac_index() local
1933 u64_mac = atomic64_read(&dev->iboe.mac[qp->port - 1]); in handle_eth_ud_smac_index()
1937 smac_index = mlx4_register_mac(dev->dev, qp->port, u64_mac); in handle_eth_ud_smac_index()
1940 qp->pri.candidate_smac = u64_mac; in handle_eth_ud_smac_index()

Completed in 17 milliseconds