Home
last modified time | relevance | path

Searched hist:ded6e16b37e4c8c86cda98604ecd78818d6ca36a (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/mlx4/
H A Ddriver.hdiff ded6e16b37e4c8c86cda98604ecd78818d6ca36a Mon Oct 04 21:14:43 CEST 2021 Jakub Kicinski <kuba@kernel.org> mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()

mlx4_mac_to_u64() predates and opencodes ether_addr_to_u64().
It doesn't make the argument constant so it'll be problematic
when dev->dev_addr becomes a const. Convert to the generic helper.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.cdiff ded6e16b37e4c8c86cda98604ecd78818d6ca36a Mon Oct 04 21:14:43 CEST 2021 Jakub Kicinski <kuba@kernel.org> mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()

mlx4_mac_to_u64() predates and opencodes ether_addr_to_u64().
It doesn't make the argument constant so it'll be problematic
when dev->dev_addr becomes a const. Convert to the generic helper.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dfw.cdiff ded6e16b37e4c8c86cda98604ecd78818d6ca36a Mon Oct 04 21:14:43 CEST 2021 Jakub Kicinski <kuba@kernel.org> mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()

mlx4_mac_to_u64() predates and opencodes ether_addr_to_u64().
It doesn't make the argument constant so it'll be problematic
when dev->dev_addr becomes a const. Convert to the generic helper.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Den_netdev.cdiff ded6e16b37e4c8c86cda98604ecd78818d6ca36a Mon Oct 04 21:14:43 CEST 2021 Jakub Kicinski <kuba@kernel.org> mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()

mlx4_mac_to_u64() predates and opencodes ether_addr_to_u64().
It doesn't make the argument constant so it'll be problematic
when dev->dev_addr becomes a const. Convert to the generic helper.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/drivers/infiniband/hw/mlx4/
H A Dqp.cdiff ded6e16b37e4c8c86cda98604ecd78818d6ca36a Mon Oct 04 21:14:43 CEST 2021 Jakub Kicinski <kuba@kernel.org> mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()

mlx4_mac_to_u64() predates and opencodes ether_addr_to_u64().
It doesn't make the argument constant so it'll be problematic
when dev->dev_addr becomes a const. Convert to the generic helper.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dmain.cdiff ded6e16b37e4c8c86cda98604ecd78818d6ca36a Mon Oct 04 21:14:43 CEST 2021 Jakub Kicinski <kuba@kernel.org> mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()

mlx4_mac_to_u64() predates and opencodes ether_addr_to_u64().
It doesn't make the argument constant so it'll be problematic
when dev->dev_addr becomes a const. Convert to the generic helper.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>